zulip/zephyr/lib
Tim Abbott 5fc6fb5896 Include a link button after the subject when it matches a realm filter.
This way if you refer to "trac #253" in the subject, it's super
convenient to get from your recipient bar to the ticket.

A note on performance: this part of rendering for 1000 messages takes
about 3.5ms for messages with 1 match; this is small compared to the
overall time for to_dict_uncached for that many message objects, so I
think this is OK for now.

(imported from commit 5bdc2b8415d7599d59eb554739f545c485b78d5a)
2013-07-15 10:41:13 -04:00
..
bugdown Include a link button after the subject when it matches a realm filter. 2013-07-15 10:41:13 -04:00
__init__.py Add simple parallel computation library. 2012-09-14 13:32:25 -04:00
actions.py Include a link button after the subject when it matches a realm filter. 2013-07-15 10:41:13 -04:00
avatar.py Show user-uploaded avatars on the website. 2013-06-12 15:34:51 -04:00
bulk_create.py Remove unused imports in zephyr/lib/. 2013-06-02 15:12:27 -04:00
cache.py Fix regression with JS tests only working the first time. 2013-07-03 10:43:24 -04:00
cache_helpers.py Avoid using djcache directly 2013-06-05 16:33:43 -04:00
context_managers.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
create_user.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
debug.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
event_queue.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
html_diff.py Fix whitespace 2013-06-04 19:33:20 -04:00
initial_password.py Use proper randomization when generating new API keys. 2013-05-29 15:11:24 -04:00
logging_util.py Remove unused imports 2013-06-27 16:22:39 -04:00
mention.py Parse @-mentions in bugdown and style them. 2013-07-02 18:20:26 -04:00
parallel.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
query.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
queue.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
rate_limiter.py Remove unused imports 2013-06-27 16:22:39 -04:00
response.py Fix % formatting style in miscellaneous places. 2013-06-27 14:41:17 -04:00
timeout.py Comment change: link to a StackOverflow answer directly 2013-05-09 10:41:33 -04:00
timestamp.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
tornado_ioloop_logging.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
unminify.py Reuse minified JS from previous deploys 2013-07-12 11:59:04 -04:00
upload.py Extracted S3-related code to lib/upload.py 2013-06-19 18:10:45 -04:00
utils.py Remove unused imports 2013-06-27 16:22:39 -04:00