zulip/zerver/tests/frontend/node
Steve Howell 0a22094e24 Change operator canonicalizations.
Streams are converted to their "official" names now.
Topics are not canonicalized at all.
All other operands continue to be lowercased.

Since we don't lowercase stream/topic at the parsing stage,
we have to modify the predicate function to do the lowercasing
of stream/topic to enable case-insensitive comparisons.  This
is slightly more expensive.  The server-side predicate
functions are already case-insensitive.

(imported from commit 286f118c6c3ff9d23b37c7f958cab4c0eacd5feb)
2013-08-20 14:27:43 -04:00
..
activity.js Use Dict everywhere we have keys based on potentially dangerous, user-supplied data 2013-08-09 17:35:14 -04:00
composebox_typeahead.js Add unit tests for composebox_typeahead.add_topic(). 2013-08-16 17:59:40 -04:00
dict.js Add Dict.each(). 2013-08-14 14:24:38 -04:00
filter.js Change operator canonicalizations. 2013-08-20 14:27:43 -04:00
index.js Fixed comment in in index.js 2013-08-20 14:27:41 -04:00
message_list.js Created MessageListView class. 2013-08-19 12:17:56 -04:00
message_tour.js [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
narrow.js Change operator canonicalizations. 2013-08-20 14:27:43 -04:00
search_suggestion.js Have search_suggestion clean up after itself 2013-08-20 14:27:42 -04:00
stream_color.js Add a test for stream_color.js (pick_color). 2013-08-09 12:29:02 -04:00
stream_data.js Added stream_data.get_name(). 2013-08-20 14:27:42 -04:00
unread.js Create stream_data.js module. 2013-08-19 12:17:55 -04:00
util.js Add util.enforce_arity 2013-08-09 17:12:23 -04:00