zulip/zephyr
Waseem Daher ab8496b9ba Sort streams and subjects in a better way.
Modify the Bootstrap default sorter to sort by:
1. Starts-with, in a case-sensitive way
2. Starts-with, in a case-insensitive way
3. Matches anywhere, case-sensitive
4. Matches anywhere, case-insensitive

(This fixes the Keegan-reported issue of "Testing!" taking precedence
over "test" when he types in "tes")

(imported from commit b2a0127956fe7a8bf1cbf30752a6ddc2c49b7198)
2012-11-27 13:28:21 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Temporarily remove user-visible "time travel" UI. 2012-11-21 11:30:56 -05:00
lib bugdown: Use Markdown.reset() instead of re-creating the whole parser 2012-11-20 15:10:15 -05:00
management [schema] Add enable_desktop_notifications to user profile 2012-11-26 14:43:55 -05:00
static Sort streams and subjects in a better way. 2012-11-27 13:28:21 -05:00
static-access-control Add webkit desktop notifications 2012-11-26 14:43:55 -05:00
tests tests/frontend/run: Make waiting for the server less noisy 2012-11-16 15:33:38 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py update_user_activity: Fix get_or_create race. 2012-11-27 12:09:57 -05:00
forms.py Always allow registration if attempting to register for a non-MIT realm. 2012-11-21 16:42:15 -05:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Add default subscriptions upon non-MIT user creation. 2012-11-26 21:02:29 -05:00
tests.py Use Django's built-in @require_POST decorator 2012-11-26 11:52:50 -05:00
views.py Save newly created users in the log so they aren't forgotten by populatedb. 2012-11-27 11:16:38 -05:00