Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Zev Benjamin a3a1e8f351 [schema] Update our full text search vector and index asynchronously
We now write the fact that a message was created or updated to a log
table and actually update the tsvector asynchronously from a worker
process.

This also means that when running locally, one now needs to run the
process_fts_updates script in order to have new messages indexed for
full text search.

(imported from commit ebb11b08d30be2a45242dafe146e8e861a0f050a)
2013-07-30 18:13:05 -04:00
api api: Fix error reporting when result is not JSON. 2013-07-30 16:32:13 -04:00
assets Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
bots [manual] Use api.zulip.com to access the Humbug API. 2013-07-25 17:27:46 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00
humbug Use rest_dispatch for accessing Tornado URLs. 2013-07-30 17:59:46 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] Add worker process for processing asynchronous FTS updates 2013-07-30 18:13:05 -04:00
static Fix tracebacks on reload while composing 2013-07-30 13:10:50 -04:00
templates [bugfix] Fix the recent gear hovering regression. 2013-07-26 18:12:06 -04:00
tools test-js-with-node: Fix searching for node binary 2013-07-30 17:58:06 -04:00
zephyr [schema] Update our full text search vector and index asynchronously 2013-07-30 18:13:05 -04:00
.gitignore Add new errors/ folder to .gitignore 2013-07-29 16:13:57 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00