zulip/zephyr
Zev Benjamin df53f54cbd Add library to diff HTML fragments and mark changes
I would really like to parse the HTML we produce from the library to
ensure that we don't generate malformed-HTML.  This is unfortunately
hard because we both want pretty strict parsing and we want to parse
html5 fragments.  For now, we just do a basic sanity check.

We also may want to switch to Google Diff-Match-Patch, as that can
clean up the resulting diffs.

(imported from commit 3772f92135cfd7423c335335f861f2c11462a8db)
2013-06-04 18:15:45 -04:00
..
fixtures Support JIRA workflow post-function web hooks 2013-05-24 21:23:56 -04:00
lib Add library to diff HTML fragments and mark changes 2013-06-04 18:15:45 -04:00
management Add a redis_check management command 2013-06-04 09:43:09 -04:00
migrations [schema] Add a rate_limits column on UserProfile 2013-06-04 09:43:09 -04:00
migrations-old [manual] Excise South migrations prior to the User merge. 2013-05-20 23:29:54 -04:00
static Only reselect the selected message on rerender if it's not -1 2013-06-04 16:21:56 -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 Add a rate limiting system to our backend 2013-06-04 09:43:09 -04:00
exceptions.py Add a rate limiting system to our backend 2013-06-04 09:43:09 -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 Add a rate limiting system to our backend 2013-06-04 09:43:09 -04:00
models.py [schema] Add a rate_limits column on UserProfile 2013-06-04 09:43:09 -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 Add a rate limiting system to our backend 2013-06-04 09:43:09 -04:00
tornado_callbacks.py Add a event_queue gc hook for missed messages 2013-05-24 21:23:59 -04:00
tornadoviews.py decorators: Replace POST with REQ everywhere. 2013-05-09 10:35:49 -04:00
views.py Add a rate limiting system to our backend 2013-06-04 09:43:09 -04:00