zulip/zephyr
Jessica McKellar fb62e808d7 Use an associative array for faster subscription checks.
This also helps us manage checking, case-insensitive, for
subscriptions while preserving the casing used by the class creator
for display.

It also fixes a bug where the class_list would become out of sync with
your true subscriptions, allowing you to appear to send messages to
classes to which you had unsubscribed.

(imported from commit 5e8d017bcfb27a71c52f7517733eda7b926d721b)
2012-10-09 17:28:21 -04:00
..
fixtures gitignore text fixtures 2012-09-28 11:55:43 -04:00
jstemplates Put class/instance/huddle-recipient names in the title tag. 2012-10-09 15:03:45 -04:00
lib Add a Django query helper 2012-09-28 19:33:15 -04:00
management populate_db: Fix mit_subs_list import 2012-10-06 17:53:05 -04:00
static Use an associative array for faster subscription checks. 2012-10-09 17:28:21 -04:00
tests Replace 'zephyr' => 'message' in test suite. 2012-10-04 14:37:36 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
decorator.py Remove unused imports 2012-09-07 13:57:32 -04:00
forms.py Implement confirmation for new user signups. 2012-10-01 10:45:58 -04:00
models.py Escape pound sign before running markdown parser. 2012-10-05 14:59:23 -04:00
tests.py Partially fix a test that wasn't actually setting a variable. 2012-10-04 15:59:15 -04:00
views.py Use 'reverse' when redirecting from home, for consistency 2012-10-09 17:15:35 -04:00