zulip/zerver/tests/frontend
Steve Howell afe893b324 Remove filter_term() shim function.
The filter_term() function was supporting the transition
from using tuples for search terms to using dictionaries,
but now all of the JS code should be dictionary-compatible.
(We had already abandoned the tuples safety net on staging,
and a couple days of use have given me confidence we can
pull the shim code.)

The one side effect this change has is that search terms will be
initialized to {} instead of [].  This distinction matters
when it comes to calling JSON.stringify on the search terms.

(imported from commit 1fbe11011d8953dbea28c0657cbf88384d343e00)
2014-02-11 13:52:17 -05:00
..
casperjs [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
node Remove filter_term() shim function. 2014-02-11 13:52:17 -05:00
tests Add JS to for the inline subscribe button 2014-01-22 11:28:31 -05:00
.gitignore [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
common.js Fixed expected_messages in casper tests 2014-01-07 12:32:52 -05:00
run Use os.path directly rather than sometimes importing it separately. 2013-10-28 15:44:13 -04:00