Files
zulip/static/js
Steve Howell 8eb86335b9 Extract narrow_state.js.
Despite the length of this commit, it is a very straightforward
moving of code from narrow.js -> narrow_state.js, and then
everything else is just s/narrow.foo()/narrow_state.foo()/
(with a few tiny cleanups to remove some code duplication
in certain callers).

The only new functions are simple setter/getters that
encapsulate the current_filter variable:

    narrow_state.reset_current_filter()
    narrow_state.set_current_filter()
    narrow_state.get_current_filter()

We removed narrow.predicate() as part of this, since it was dead
code.

Also, we removed the shim for narrow_state.set_compose_defaults(),
and since that was the last shim, we removed shim.js from the app.
2017-04-25 09:57:32 -07:00
..
2017-03-19 11:05:44 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-03-19 11:05:44 -07:00
2017-04-21 21:59:22 -07:00
2017-04-24 14:30:02 -07:00
2017-04-25 09:57:32 -07:00
2017-02-14 23:25:22 -08:00
2017-04-24 14:30:02 -07:00
2017-04-24 14:30:02 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-03-19 21:03:45 -07:00
2017-04-24 14:30:02 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-07 15:20:12 -07:00
2017-04-06 11:28:36 -07:00
2017-04-06 11:28:36 -07:00
2017-04-24 14:30:02 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-03-19 21:03:45 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2017-03-27 14:30:28 -07:00
2017-04-25 09:57:32 -07:00
2017-03-19 11:05:45 -07:00
2017-04-25 09:57:32 -07:00
2017-03-22 07:29:42 -07:00
2017-03-19 11:05:45 -07:00
2017-04-24 14:30:02 -07:00
2017-03-18 10:35:52 -07:00
2017-04-25 09:57:32 -07:00
2017-04-25 09:57:32 -07:00
2016-12-07 16:11:52 -08:00