Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Steve Howell 3aa5930191 Streamline search suggestions when query has trailing space.
If you entered "stream:Denmark " in the search box, we would show
you two suggestions for "stream Denmark", despite our duplicate
detection, because we didn't canonicalize the suggestion that is
literally based off the user typed query, and so the other way
of generating the "stream Denmark" suggestion created a duplicate.

Now all the suggestions we generate are canonicalized, so the
generalized duplicate detection can work.

(imported from commit 52bf08ccf9bb2e2260ca8c20690169aead3732ab)
2013-08-06 14:04:29 -04:00
api Add API endpoint to render some message content without sending a message. 2013-08-01 14:01:58 -04:00
assets Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
bots Escape @ when mirroring content back to Zephyr. 2013-08-01 14:01:58 -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 [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static Streamline search suggestions when query has trailing space. 2013-08-06 14:04:29 -04:00
templates Update name to Zulip, Inc. from Humbug, Inc. 2013-08-06 11:06:57 -04:00
tools [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
zerver Streamline search suggestions when query has trailing space. 2013-08-06 14:04:29 -04:00
.gitignore [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00