Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Steve Howell beb89e247f Avoid unnecessary fading/unfading processing via message_list.
The call to compose_fade.update_faded_messages() in message_list
caused us to traverse every message in the current table, which
was extremely inefficient.  Now we call the newly created
compose_fade.update_rendered_messages(), which only fades/unfades the
messages passed in as the first parameter.

(imported from commit a5a47e13fc9daeedd0899b2cfb02beb3f6b8cd0a)
2013-08-13 17:14:06 -04:00
api [manual] Bump API version to 0.2.0. 2013-08-09 15:34:57 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Rename Humbug-based variables in check-mirroring. 2013-08-08 10:22:32 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04: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
servers Use PyDNS instead of shelling out to host 2013-08-12 13:09:19 -07:00
static Avoid unnecessary fading/unfading processing via message_list. 2013-08-13 17:14:06 -04:00
templates Make the left sidebar and right sidebar more consistent. 2013-08-13 16:34:16 -04:00
tools Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
zerver Display the email address for a stream in its stream page detail. 2013-08-13 14:28:47 -04:00
zproject Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
.gitignore Remove old sqlite path zephyrdb from .gitignore files. 2013-08-07 10:00:08 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00