zulip/zephyr
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
..
fixtures Add missing Jira test fixture file 2013-05-20 23:37:57 -04:00
lib [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
management populate_db: Add stream notifications support. 2013-05-22 12:10:16 -04:00
migrations [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
migrations-old [manual] Excise South migrations prior to the User merge. 2013-05-20 23:29:54 -04:00
static [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
tests Modify message box layout and spacing. 2013-05-22 21:55:15 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
decorator.py rest_dispatch: Apply process_as_post automatically. 2013-05-17 01:02:33 -04:00
filters.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
forms.py Send signups for not-yet-created realms to our waitlist form. 2013-05-20 23:29:55 -04:00
handlers.py Send automated humbug error notifications to the 'errors' stream. 2013-05-10 17:52:45 -04:00
middleware.py Record how much time is spent in the markdown parser. 2013-05-22 14:41:57 -04:00
models.py [schema] Record and display whether a message was edited. 2013-05-24 21:23:55 -04:00
openid.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
retention_policy.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
tests.py Don't use meetup.com in our linkify tests as that triggers Embedly 2013-05-22 18:10:02 -04:00
tornado_callbacks.py Don't send offline email notifications to bots 2013-05-13 12:10:14 -04:00
tornadoviews.py decorators: Replace POST with REQ everywhere. 2013-05-09 10:35:49 -04:00
views.py Wrap render_to_response 2013-05-21 17:56:49 -04:00