zulip/zephyr
Zev Benjamin f77b138bc4 Fix left border appearing on messages in Firefox
The problem seems to be caused by a bug in Firefox.  We work around
the issue by adding empty table rows to the top of the table and
removing them when the user is idle.

This resolves trac #413

(imported from commit 2b15a4a2241bd7e813800a42608d650e0d4fa4f0)
2012-11-21 12:18:04 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Temporarily remove user-visible "time travel" UI. 2012-11-21 11:30:56 -05:00
lib bugdown: Use Markdown.reset() instead of re-creating the whole parser 2012-11-20 15:10:15 -05:00
management [manual] Send a message when a new user creates an account. 2012-11-20 16:41:55 -05:00
static Fix left border appearing on messages in Firefox 2012-11-21 12:18:04 -05:00
static-access-control Lay the groundwork for a "typeahead helper" module. 2012-11-18 19:41:03 -05:00
tests tests/frontend/run: Make waiting for the server less noisy 2012-11-16 15:33:38 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py Return HTTP 401 Unauthorized from JSON views when not logged in 2012-11-20 21:49:10 -05:00
forms.py Implement MIT signups. 2012-10-29 16:59:37 -04:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Fix bug where sending a PM would display as sent to the wrong person. 2012-11-20 15:08:50 -05:00
tests.py API: Add unsubscribe function. 2012-11-16 17:06:01 -05:00
views.py Prevent session expiry as long as the user has reloaded in the past two weeks 2012-11-20 21:49:11 -05:00