Go to file
Tim Abbott e111a2f9a5 [manual] Rename Django app from zephyr to zerver.
This needs to be deployed to both staging and prod at the same
off-peak time (and the schema migration run).

At the time it is deployed, we need to make a few changes directly in
the database:

(1) UPDATE django_content_type set app_label='zerver' where app_label='zephyr';
(2) UPDATE south_migrationhistory set app_name='zerver' where app_name='zephyr';

(imported from commit eb3fd719571740189514ef0b884738cb30df1320)
2013-08-06 07:39:36 -04:00
api Add API endpoint to render some message content without sending a message. 2013-08-01 14:01:58 -04:00
assets Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
bots Escape @ when mirroring content back to Zephyr. 2013-08-01 14:01:58 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00
humbug [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static Fix wrong pointer position on narrow 2013-08-05 18:37:29 -04:00
templates [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
tools [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
zerver [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
.gitignore [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00