Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Zev Benjamin 726ba8dad9 Make Postgres have a log prefix more like what pgFouine requires
We'll still need a conversion script, but it should be easy.

pgFouine requires a log prefix of '%t [%p]: [%l-1] '.  We instead use
'%m [%c]: [%l-1] ' which contains strictly more data.  Specifically,
"%m" is "%t" (time) but with milliseconds and "%c" is "%p" (pid) but
with the process start time.

(imported from commit a0bb583b563bdea0ca19b8b21677df0b9a18092a)
2013-01-28 16:21:42 -05:00
api/humbug Require requests version to be >= 0.12.1. 2013-01-17 13:54:41 -05:00
certs Add wildcard certificate for *.e.humbughq.com. 2013-01-17 18:56:39 -05:00
confirmation confirmation: Make send_confirmation accept custom templates and context. 2013-01-14 10:25:26 -05:00
humbug Revert "Set a wildcard subdomain for the session and csrf cookie domains on staging" 2013-01-28 13:11:58 -05:00
servers Make Postgres have a log prefix more like what pgFouine requires 2013-01-28 16:21:42 -05:00
templates Account for the new top navigation bar when setting the main div height 2013-01-25 14:09:30 -05:00
tools Add scripts for the Django and Tornado command lines on prod servers. 2013-01-17 22:08:39 -05:00
zephyr Add unit tests for hanging ulists bugdown 2013-01-25 17:13:13 -05:00
.gitignore Log events to a file named after today's date 2013-01-15 14:37:36 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00