Go to file
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
humbug Replace get_state with a variable embedded into index.html 2012-09-04 13:01:00 -04:00
templates/zephyr Add autocomplete for personals, classes, and instances. 2012-09-04 16:14:48 -04:00
tools Add a user script which sets a default commit message on the wiki 2012-08-31 16:24:55 -04:00
zephyr Add autocomplete for personals, classes, and instances. 2012-09-04 16:14:48 -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
setup-server Make timestamps on zephyrs timezone-aware. 2012-08-28 17:08:38 -04:00