zulip/zephyr/lib
Tim Abbott 8479b4f0cd [schema] Record and display whether a message was edited.
We also record the historical edits to the message in this JSON format:

 [{"prev_content": "new test message 14", "timestamp": 1369157249},
  {"prev_content": "new test message 13", "timestamp": 1369157118}]

but we don't actually do anything with the information as of yet.

(imported from commit 2d5ca449b87b33ad035ab0e076a22e150c8e7267)
2013-05-24 21:23:55 -04:00
..
bugdown Record how much time is spent in the markdown parser. 2013-05-22 14:41:57 -04:00
__init__.py Add simple parallel computation library. 2012-09-14 13:32:25 -04:00
actions.py [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
avatar.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
bulk_create.py [schema] Add support for bot users 2013-05-11 02:38:32 -04:00
cache.py Do memcached accounting on the memcached repopulating commands. 2013-05-13 17:11:31 -04:00
cache_helpers.py Do memcached accounting on the memcached repopulating commands. 2013-05-13 17:11:31 -04:00
context_managers.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
create_user.py Enumerate onboarding steps client-side, and give a way to update them. 2013-05-14 10:27:39 -04:00
debug.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
event_queue.py events: Fix the requesting client type being always internal. 2013-05-09 10:35:47 -04:00
initial_password.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
minify.py Enable absolute imports. 2013-04-23 09:51:17 -07: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 Only register a Tornado rabbitmq handler if we're using rabbitmq. 2013-05-09 10:35:49 -04:00
response.py Use different mixpanel tokens while deployed vs in development 2013-05-21 17:56:49 -04:00
stats.py Enable absolute imports. 2013-04-23 09:51:17 -07: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 Enable absolute imports. 2013-04-23 09:51:17 -07:00
utils.py Add a management command for active user stats 2013-05-01 11:17:18 -04:00