Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Luke Faraone 8a89c56b7b Iterate through an array without using 'in', remove extra spacing.
This corrects some additional bugs introduced in 9128ddd and a5f06bd
identified by Keegan.

We previously used "for i in"-style looping, which is sub-optimal. Move
to a different style.

We also had a weird spacing thing I introduced in a previous commit,
which has now been fixed.

(imported from commit 7334d8ee703564bedeb0ea939b0d64ad2d5fceba)
2012-09-17 13:12:24 -04:00
humbug Conditionally configure MySQL as a database backend. 2012-09-14 16:34:23 -04:00
servers Changes suggested by Percona tool for our setup. 2012-09-17 11:58:26 -04:00
templates/zephyr Don't generate both zephyr_json and zephyr_dict_json on the server. 2012-09-17 13:12:22 -04:00
tools post-receive: Do deployments over ssh to app.humbughq.com. 2012-09-17 11:47:20 -04:00
zephyr Iterate through an array without using 'in', remove extra spacing. 2012-09-17 13:12:24 -04:00
.gitignore Add gitignore 2012-08-28 18:36:55 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00
models.py Initial commit of sqlalchemy models. 2012-08-28 12:41:50 -04:00