Go to file
Luke Faraone 50e8d8b69a Specify default for EMAIL_GATEWAY_EXAMPLE
Otherwise the app would crash when it tried to build template context:

Traceback (most recent call last):
  [...]
  File ".../zerver/context_processors.py", line 23, in add_settings
    'email_gateway_example': settings.EMAIL_GATEWAY_EXAMPLE,
  File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 55, in __getattr__
    return getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'EMAIL_GATEWAY_EXAMPLE'

(imported from commit 6cc5d3f150326a55230ea91e6c228ae9b1e19df3)
2013-12-18 16:25:10 -05:00
analytics Show realm history on the main activity page. 2013-12-18 16:01:44 -05:00
api Add support for event queues with an included narrow. 2013-12-12 17:36:39 -05:00
assets Allow enterprise deployments to disable the use of Gravatar. 2013-11-18 11:48:53 -05:00
bin logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
bots [puppet] Add log2zulip tool for sending log files to Zulip. 2013-12-17 11:02:55 -05:00
confirmation Don't use hardcoded noreply@zulip.com, zulip@zulip.com, or https://zulip.com 2013-11-15 21:31:37 -05:00
corporate Modify /hello to go to register instead of signup on Enterprise 2013-11-22 13:50:24 -05:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
puppet Install uploads.types in puppet 2013-12-18 16:25:10 -05:00
scripts Update URL for user APT key. 2013-12-11 10:54:30 -05:00
static Fix muting the last stream in the home view. 2013-12-18 14:30:17 -05:00
templates Show realm history on the main activity page. 2013-12-18 16:01:44 -05:00
tools Rename check-handlebar-templates to check-templates. 2013-12-17 12:44:59 -05:00
zerver Show realm history on the main activity page. 2013-12-18 16:01:44 -05:00
zilencer Send shorter browser error reports to Zulip 2013-12-12 12:52:21 -05:00
zproject Specify default for EMAIL_GATEWAY_EXAMPLE 2013-12-18 16:25:10 -05:00
.gitattributes enterprise: Don't include templates/zilencer in our tarballs 2013-11-15 11:53:49 -05:00
.gitignore Add HTML output file for JS unit tests. 2013-11-27 15:09:21 -05:00
LICENSE Add license not referring to Zulip Enterprise license agreement. 2013-11-14 11:16:15 -05:00
manage.py logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
zulip_tools.py Move su_to_zulip into zulip_tools.py 2013-11-13 16:56:59 -05:00