Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Waseem Daher 79abd7cb5c Make searchbox shrinking idempotent.
The existing code shortens the searchbox each time it receives focus.
Unfortunately, this means that if it receives focus twice in a row, it
shrinks twice in a row. (For some reason, the '/' hotkey does this).

So, instead, make it idempotent -- if we're already shrunk, don't
shrink us again.

(imported from commit 8179963bbd00822d15d92609d89f572d2de7800c)
2012-11-15 22:13:52 -05:00
api send-message: Add sending to streams and some code cleanup. 2012-11-15 15:31:48 -05:00
certs Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
confirmation confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
humbug Log how long requests take to process. 2012-11-14 15:52:57 -05:00
servers Install the 'host' command on our servers. 2012-11-14 16:57:21 -05:00
templates Add 'try now' link when not receiving messages. 2012-11-15 15:09:25 -05:00
tools review: Fix review with new to: sending. 2012-11-15 16:27:05 -05:00
zephyr Make searchbox shrinking idempotent. 2012-11-15 22:13:52 -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