zulip/zerver/tests/frontend/node
Steve Howell edda967100 Leave casing alone in search suggestions.
The function narrow.unparse() is used in a bunch of places in
the search suggestion code, and now it no longer lower cases
operands.  This change contributes to fixing trac #1659.

(imported from commit 6b44b8a818482b5c8b4f9a45bc7d3a9d21e04eba)
2013-08-20 14:27:44 -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 Leave casing alone in search suggestions. 2013-08-20 14:27:44 -04:00
search_suggestion.js Remove unused var in search_suggestion.js test 2013-08-20 14:27:43 -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