zulip/zerver
Rishi Gupta c1bbd8d70d models.py: Add get_realm_by_string_id to assist with Realm.domain migration.
Step 0 of a two step process:

1. Replace all occurances of get_realm(domain) with
   get_realm_by_string_id(string_id)

2. Rename get_realm_by_string_id to get_realm.
2016-11-02 22:46:34 -07:00
..
fixtures bugdown: Add tests for escaping raw html. 2016-10-25 15:21:46 -07:00
lib models.Realm: Rename subdomain to string_id. 2016-11-02 22:46:34 -07:00
management models.Realm: Require Realm.string_id to be non-NULL. 2016-11-02 22:46:34 -07:00
migrations models.Realm: Require Realm.string_id to be non-NULL. 2016-11-02 22:46:34 -07:00
templatetags Annotate zerver/templatetags/minified_js.py. 2016-09-12 08:10:50 -07:00
tests models.Realm: Require Realm.string_id to be non-NULL. 2016-11-02 22:46:34 -07:00
views models.Realm: Require Realm.string_id to be non-NULL. 2016-11-02 22:46:34 -07:00
worker queue_processors: Fix feedback bot sender. 2016-10-28 11:04:08 -07:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py portico: Add options to disable login and about links. 2016-09-13 22:59:09 -07:00
decorator.py annotations: Fix to_non_negative_int(). 2016-10-28 13:48:44 -07:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
forms.py models.Realm: Require Realm.string_id to be non-NULL. 2016-11-02 22:46:34 -07:00
logging_handlers.py settings: Extract settings.STAGING_ERROR_NOTIFICATIONS. 2016-07-19 15:28:41 -07:00
middleware.py Add option for hosting each realm on its own subdomain. 2016-09-27 23:24:14 -07:00
models.py models.py: Add get_realm_by_string_id to assist with Realm.domain migration. 2016-11-02 22:46:34 -07:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py storage: Fix build-release-tarball py3 compatibility. 2016-10-10 09:54:51 -07:00
tornadoviews.py Remove now-unused /json/get_events endpoint. 2016-10-27 21:34:58 -07:00