Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 622bcb9ef4 Call the colorpicker drawing code just once, rather than in a tight loop.
Unfortunately, this doesn't actually give us much performance gain
either; it's not really the calls to 'find' that are taking any time.
But I do find this a little cleaner as well.

Simply initializing 100 colorpickers with our options takes about 700ms.
Initializing ~100 colorpickers with the total default set of options
shaves that down to about 300-400ms (though obviously doesn't quite
achieve what we want).

(imported from commit 7084b35fb6e77600edfcdcfcc2761a11e6f38c03)
2012-12-13 15:46:30 -05:00
api Document humbug-send and humbugrc in README for API users 2012-12-12 16:48:00 -05:00
certs SSL certificates for zephyr.humbughq.com 2012-11-21 13:58:48 -05:00
confirmation confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
humbug Log password change events via the password reset feature. 2012-12-13 15:22:35 -05:00
servers puppet: Add generic nagios monitoring for postgres.humbughq.com 2012-12-13 11:30:02 -05:00
templates Add a 'realm' column to the activity page. 2012-12-12 18:05:54 -05:00
tools Add humbug-send, a more full-featured sending tool. 2012-12-12 16:48:00 -05:00
zephyr Call the colorpicker drawing code just once, rather than in a tight loop. 2012-12-13 15:46:30 -05:00
.gitignore .gitignore: Update for new all_messages_log filenames 2012-11-13 10:59:02 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00