zulip/zephyr
Zev Benjamin 466beef6fe Optimize sort_narrow_list
The optimizations are:
* Sort over the list of subscriptions instead of the DOM li elements.
  This requires storing the li elements for each sub on the sub object.
* Do a bulk insert of the li elements instead of doing them one by one.

(imported from commit 1a987799930fc677e25f0bc2dcf66f83a4ac3163)
2013-05-09 10:35:47 -04:00
..
fixtures Add tests for pivotal tracker integration 2013-04-19 13:46:41 -04:00
lib bugdown: Include server name in markdown failure emails. 2013-05-09 10:35:45 -04:00
management Make audible notifications a tunable. 2013-05-03 15:08:49 -07:00
migrations [schema] Add a enable_sounds field to UserProfile 2013-05-03 15:08:49 -07:00
static Optimize sort_narrow_list 2013-05-09 10:35:47 -04:00
tests Always-open composebox. 2013-05-09 10:35:46 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
decorator.py Fix logging of requesting user with REST API. 2013-04-30 11:54:16 -04:00
filters.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
forms.py Add a comment to emphasise why we shouldn't break the HomepageForm. 2013-04-24 12:03:42 -07:00
handlers.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
middleware.py Fix typo and send proper dbtime to statsd 2013-05-01 17:24:38 -04:00
models.py Enable historical messages for all future realms. 2013-05-07 11:47:57 -04:00
openid.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
retention_policy.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
tests.py Reserve height=100 for images so that collapsing takes them into account 2013-05-02 18:53:34 -04:00
tornado_callbacks.py Fix Zephyr mirroring loop detection with new events API. 2013-05-03 18:20:34 -04:00
tornadoviews.py Fix Zephyr mirroring loop detection with new events API. 2013-05-03 18:20:34 -04:00
views.py Calculate presence information with delta between server timestamp 2013-05-06 13:52:23 -04:00