zulip/zephyr
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
..
jstemplates Make clicking anywhere in a zephyr start a reply. 2012-09-17 11:16:53 -04:00
lib Add simple parallel computation library. 2012-09-14 13:32:25 -04:00
management Make populate_db thread count an option. 2012-09-17 11:37:14 -04:00
static Iterate through an array without using 'in', remove extra spacing. 2012-09-17 13:12:24 -04:00
tests Fix some testing problems with new UserMessage class. 2012-09-07 11:30:28 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
decorator.py Remove unused imports 2012-09-07 13:57:32 -04:00
forms.py [schema] Collect and display names and e-mail addresses. 2012-09-11 16:34:53 -04:00
mit_subs_list.py Move MIT Zephyr subs list into its own file 2012-09-12 20:30:07 -04:00
models.py models: Add database index hints. 2012-09-17 11:37:14 -04:00
tests.py tests: Add new registration fields to registration tests. 2012-09-11 17:26:13 -04:00
views.py Don't generate both zephyr_json and zephyr_dict_json on the server. 2012-09-17 13:12:22 -04:00
zephyr_mirror.py zephyr_mirror: Get Athena fullnames from Hesiod 2012-09-12 21:41:52 -04:00