Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Kevin Mehall dfda1d3137 Fix collapse issue introduced by ca50035 while keeping the effect of its fix.
That commit intended to fix a bug where it jumps to the wrong scroll position
(offset by the difference in height from uncollapsed to collapsed) if you load
collapsed messages at the top, either by scrolling up or when it automatically
fetches more 10s after page load, because before, it updated the scroll
position before processing collapsing, which changes the height of messages.

Updating collapsing needs to happen before the viewport is adjusted, but also
needs to happen after the new messages get appended/prepended to the document
because they need to be attached to the document for getClientBoundingRect to
work.

(imported from commit 44d6a6135524e658084ffcf7d880ba898b577e6d)
2013-07-24 11:06:18 -04:00
api api: Fix using staging.humbughq.com as the base_url. 2013-06-28 15:57:28 -04:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots zephyr_mirror: Point to documentation on maintaining Kerberos/AFS credentials. 2013-07-18 16:05:25 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00
humbug Update settings.py for our current app server hostnames. 2013-07-23 14:26:33 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] Add python-sourcemap dependency 2013-07-23 15:57:07 -04:00
templates Document Trello integration. 2013-07-23 11:50:31 -04:00
tools Insert static_header.txt as a Closure input file 2013-07-23 16:18:00 -04:00
zephyr Fix collapse issue introduced by ca50035 while keeping the effect of its fix. 2013-07-24 11:06:18 -04:00
.gitignore gitignore memcached_prefix 2013-06-12 17:16:37 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00