Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Leo Franchi 153983a933 Add a manage.py command to add read flags up to the current pointer
This is required because our migration is going to go in two phases.
When we do the database migration (on pushing to master), we update
all messages at that point. But prod doesn't know about the new
flags field, so any new messages sent on prod will not have the
read bit set.

When we push to prod, we want to re-run the bit of the migration script
that automatically sets read flags on messages older than the users's
pointer.

(imported from commit 961d33e972eac9ada80089bf1b1269c7fb42d56b)
2013-03-13 14:14:45 -04:00
api twitter-bot: Fix hyphen typo in usage string. 2013-03-08 15:58:45 -05:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots Move twitter-bot to api/demos/. 2013-03-08 15:58:45 -05:00
certs Add wildcard certificate for *.e.humbughq.com. 2013-01-17 18:56:39 -05:00
confirmation Introduce script to bulk-create activation URIs. 2013-02-28 14:34:18 -05:00
humbug Add backend support for handling new 'read' message flag 2013-03-13 14:14:45 -04:00
servers [manual] Add django-bitfield to the puppet configuration. 2013-03-12 12:51:12 -04:00
templates Refactor unread client handling to use 'read' flags per message 2013-03-13 14:14:45 -04:00
tools Refactor unread client handling to use 'read' flags per message 2013-03-13 14:14:45 -04:00
zephyr Add a manage.py command to add read flags up to the current pointer 2013-03-13 14:14:45 -04:00
.gitignore gitignore: Add .DS_Store 2013-02-06 16:31:55 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00