Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher cada47a981 Slight speedup in get_next_visible/get_prev_visible.
http://api.jquery.com/first-selector/ mentions that using ":first" in
query selectors can be a little slow since we can't use the browser's
native querySelectorForAll implementation.

In my tests, this cut the average time down from 6.70ms to 6.38ms.
So, not great, but this function is most frequently called
many times in a big while loop, so, better than nothing.

(imported from commit d7725edd0c81431829fe353c6dd2bc61b1de6b19)
2012-10-16 17:06:36 -04:00
api Sync messages on Zephyr instances to corresponding humbug stream intelligently. 2012-10-16 14:57:46 -04:00
certs Move humbug-self-signed.crt into a common directory 2012-10-15 13:29:47 -04:00
confirmation Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
humbug Rename/reorganize our urls to be more consistent. 2012-10-16 15:56:06 -04:00
servers puppet: Remove humbug from sudoers 2012-10-15 14:56:12 -04:00
templates Rename/reorganize our urls to be more consistent. 2012-10-16 15:56:06 -04:00
tools Make the client reload the page when it detects a server restart 2012-10-16 15:30:41 -04:00
zephyr Slight speedup in get_next_visible/get_prev_visible. 2012-10-16 17:06:36 -04:00
.gitignore Log additionally to a file server.log 2012-10-12 18:01:51 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00