zulip/zerver
Zev Benjamin 6c96561624 [manual] Do search highlighting in Python rather than in the database
This requires the tsearch_extras Postgres extension.  To install the extension,
first install postgresql-9.1-tsearch-extras on both postgres-primary and
postgres-secondary (this would normally be done in a puppet apply, but there are
currently some changes that can't be applied on Postgres machines).  Then run
the following as the postgres user on postgres-primary:

$ psql -d zulip -c 'CREATE EXTENSION tsearch_extras SCHEMA zulip;'

In dev environments, you must also run:

$ psql -d zulip_test_template -c 'CREATE EXTENSION tsearch_extras SCHEMA zulip;'

(imported from commit ad0a57c455b3b86002191ac5fb705d8f716f3296)
2014-01-14 11:47:12 -05:00
..
fixtures Update our pivotal integration to handle v5 of their API 2014-01-10 21:39:00 -05:00
lib Index the presence data sent from Django to Tornado by ID. 2014-01-13 16:54:06 -05:00
management Log the actual sending of digest emails in addition to queuing possible ones. 2014-01-10 21:38:59 -05:00
migrations [schema] Add a bit for whether inactive users are mirror dummies. 2014-01-09 11:08:35 -05:00
templatetags Add a custom template filter for formatting displaying lists of items in emails. 2013-10-25 19:11:40 -04:00
tests/frontend Add test for bug that was in Handlebars 1.0.9. 2014-01-10 21:39:04 -05:00
views [manual] Do search highlighting in Python rather than in the database 2014-01-14 11:47:12 -05:00
worker Update style of client strings. 2013-12-09 11:47:52 -05:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Fix documentation for email gateway on Zulip Enterprise. 2013-12-04 16:39:39 -05:00
decorator.py Replace "ios" with "ZulipiOS" in process_client(). 2014-01-10 21:38:58 -05:00
exceptions.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
filters.py Add api_key to filtered variables. 2013-12-12 10:31:03 -05:00
finders.py [manual] Move our deployment scripts to scripts/. 2013-10-28 10:54:48 -04:00
forms.py [manual] Allow signups for emails held by non-MIT mirror dummy accounts. 2014-01-10 21:38:59 -05:00
handlers.py Remove old email error reporting handler 2013-11-13 16:22:21 -05:00
middleware.py Log internal queries if they are >= 5s. 2013-12-26 09:23:18 -05:00
models.py Move message-related views into their own file 2014-01-10 21:38:59 -05:00
openid.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
retention_policy.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static_header.txt Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
storage.py Enable absolute imports for non-third-party code where it was omitted previously 2013-10-25 14:13:30 -04:00
tests.py Add a backend test for signing up as the first user in a realm. 2014-01-13 10:36:48 -05:00
tornado_callbacks.py Stop fetching user_profile objects for recipients in Tornado. 2014-01-13 16:54:06 -05:00
tornadoviews.py Add support for event queues with an included narrow. 2013-12-12 17:36:39 -05:00