Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Tim Abbott 200fd7ff70 Fix clicking on streams in left sidebar from subscriptions page.
We previously had 2 mechanisms for narrowing used by the left sidebar
-- the top few links used the hashchange mechanism, while the streams
links used a custom click handler.  Both were buggy -- the hashchange
one hadn't been updated to just select the first unread message,
whereas the click handler didn't change tabs.

Fixes #1141.

(imported from commit 8a8af974e78cc5c33937ac0078f04a9b5452b94a)
2013-04-03 14:15:07 -04:00
api Make the API bindings method for removing subscriptions have the same name we use in our example 2013-04-01 13:05:57 -04:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots Check for USER env var before accessing it 2013-03-22 16:20:10 -04: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 IP addresses for app frontends to ALLOWED_HOSTS. 2013-04-03 11:18:12 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Access the UserProfile's new email field rather than using User. 2013-04-02 12:07:08 -04:00
templates Update integrations copy to mention %40 hack 2013-04-03 10:21:06 -04:00
tools test-all: Run frontend tests after backend tests. 2013-04-02 16:27:13 -04:00
zephyr Fix clicking on streams in left sidebar from subscriptions page. 2013-04-03 14:15:07 -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