Go to file
Scott Feeney 0241ae4136 Fix "All messages" showing when it shouldn't
I haven't filed an issue about this since I just quickly found and
tracked down the bug, but the STR were:

1. Subscribe to stream foo
2. Hide foo from your home view
3. Unsubscribe from stream foo
4. Unhide other subscribed streams you've hidden from home view, if any

The "All messages" link would stay, although it should go away in this
case. The apparent cause was an incorrect assumption (when implementing
this feature) that the stream_info dict only contains subscribed
streams; in fact, we also populate it with streams you used to subscribe
to.

(imported from commit 67f95c8c8a211a4943a2de394919d15a0d5435d0)
2013-08-15 16:21:35 -04:00
api [manual] Bump API version to 0.2.0. 2013-08-09 15:34:57 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots Rename Humbug-based variables in check-mirroring. 2013-08-08 10:22:32 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Use PyDNS instead of shelling out to `host` 2013-08-12 13:09:19 -07:00
static Fix "All messages" showing when it shouldn't 2013-08-15 16:21:35 -04:00
templates Switch to fixed sidebar layout and remove bootstrap layout hooks. 2013-08-15 11:05:11 -04:00
tools Update review script to accept non-ASCII branch names 2013-08-15 10:56:46 -04:00
zerver Always convert emails to lowercase in helper functions. 2013-08-15 13:17:46 -04:00
zproject Add administrative panel to allow for user deactivations etc. 2013-08-13 14:20:18 -04:00
.gitignore Remove old sqlite path zephyrdb from .gitignore files. 2013-08-07 10:00:08 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00