zulip/zephyr
Keegan McAllister 8aa4e8c5f1 URLencode email in URL instead of HTML escaping it
HTML escaping makes absolutely no sense here.  The other occurrence was already
removed in 55fff703924ef28060f0b91af3a6f06a1a636197 .

(imported from commit 3b7569dee381f6db290fc1527553802883e89ed7)
2012-10-10 17:24:49 -04:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Rename zephyr_sender to message_sender. 2012-10-10 10:37:19 -04:00
lib Add a Django query helper 2012-09-28 19:33:15 -04:00
management Rename zephyrs to messages in various local variables. 2012-10-10 10:29:48 -04:00
static Clear compose error messages on New Message or message type tab toggle. 2012-10-10 16:59:20 -04:00
tests Replace 'zephyr' => 'message' in test suite. 2012-10-04 14:37:36 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
decorator.py Remove unused imports 2012-09-07 13:57:32 -04:00
forms.py Implement confirmation for new user signups. 2012-10-01 10:45:58 -04:00
models.py Escape pound sign before running markdown parser. 2012-10-05 14:59:23 -04:00
tests.py Partially fix a test that wasn't actually setting a variable. 2012-10-04 15:59:15 -04:00
views.py URLencode email in URL instead of HTML escaping it 2012-10-10 17:24:49 -04:00