zulip/zephyr
Luke Faraone 974b560659 Add autocomplete for personals, classes, and instances.
Here we pull in the jqueryui library and a style sheet to provide a widget
to do autocomplete for various fields. We populate a list of all ever-seen
classes, instances, and people (C/I/P) into JS arrays and then pass them to
jqueryui.

Each time a new C/I/P appears, we reinitialise the autocomplete functions
so they will notice the new data.

(imported from commit f1ab69c99d21f68ccf40c015bd43960f463c6ff2)
2012-09-04 16:14:48 -04:00
..
fixtures Commit some default fixture data. 2012-09-04 10:58:13 -04:00
management Give populate_db an optional number of zephyrs to generate. 2012-09-04 14:28:47 -04:00
static Add autocomplete for personals, classes, and instances. 2012-09-04 16:14:48 -04:00
tests Add a script to generate fixtures for use in unit tests. 2012-09-04 10:46:19 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
decorator.py Implement long polling using Tornado. 2012-08-30 14:29:34 -04:00
forms.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
models.py Auto-sub to personals on account creation. 2012-08-31 10:58:09 -04:00
tests.py Add basic page access, class, and personal zephyr tests. 2012-09-04 10:48:39 -04:00
views.py Add autocomplete for personals, classes, and instances. 2012-09-04 16:14:48 -04:00