zulip/zephyr
Tim Abbott d467a93877 Add support for updating messages after they've been received.
Currently the interface for editing messages is limited to a
command-line API tool; it's great for testing with e.g.:

./api/examples/edit-message --message=348135 --content="test $(date +%s)" --site=http://localhost:9991 --subject="test"

The next commit will add a user interface for actually doing the editing.

(imported from commit bdd408cec2946f31c2292e44f724f96ed5938791)
2013-05-20 23:40:26 -04:00
..
fixtures Add missing Jira test fixture file 2013-05-20 23:37:57 -04:00
lib Add support for updating messages after they've been received. 2013-05-20 23:40:26 -04:00
management populate_db: Add stubs for remaining known event types. 2013-05-20 23:29:55 -04:00
migrations [manual] Excise South migrations prior to the User merge. 2013-05-20 23:29:54 -04:00
migrations-old [manual] Excise South migrations prior to the User merge. 2013-05-20 23:29:54 -04:00
static Add support for updating messages after they've been received. 2013-05-20 23:40:26 -04:00
tests Change the layout of the message boxes in the message pane and make other message-related adjustments. 2013-05-20 23:40:17 -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 Typo fix, log num of memcached queries not as timing 2013-05-14 09:31:17 -04:00
models.py [schema] Add the migration for adding an onboarding_steps field to UserProfile. 2013-05-14 10:27:39 -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 Handle unknown JIRA event types 2013-05-20 23:37:57 -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 Add support for updating messages after they've been received. 2013-05-20 23:40:26 -04:00