zulip/zephyr
Keegan McAllister 2aaeb6e44b Move the "Formatting help" link next to the send button
The tabindex on this link doesn't actually do anything, because of the Safari
tab workaround.  I added it anyway in case we remove that workaround later.

(imported from commit 11f31f2561907300b350c11732be88589d736f94)
2012-11-29 19:09:23 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates In the UI, call time travel "Narrow to messages around this time" 2012-11-29 15:50:43 -05:00
lib bugdown: Use Markdown.reset() instead of re-creating the whole parser 2012-11-20 15:10:15 -05:00
management Fix bad Django test suite interaction with get_client default. 2012-11-28 17:41:39 -05:00
static Move the "Formatting help" link next to the send button 2012-11-29 19:09:23 -05:00
static-access-control Implement a favicon as a link rel. 2012-11-28 15:12:37 -05:00
tests [schema] Add a management script to create default streams for a domain. 2012-11-28 14:07:16 -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 decorators: Use @has_request_variables to extract client. 2012-11-28 17:41:39 -05:00
forms.py Always allow registration if attempting to register for a non-MIT realm. 2012-11-21 16:42:15 -05:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Remove format_delayed_updates_response 2012-11-28 16:36:43 -05:00
tests.py Remove unimplemented test case 2012-11-28 15:28:14 -05:00
views.py Always send back the server generation number when the client requests it 2012-11-29 13:45:31 -05:00