summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move the source files around a bit.Matthias Andreas Benkard2009-11-291-0/+0
|
* Support numbers other than floats.Matthias Andreas Benkard2009-11-291-1/+2
|
* Use transactions more pervasively.Matthias Andreas Benkard2009-11-291-8/+9
|
* Support the creation of new revisions.Matthias Andreas Benkard2009-11-291-2/+10
|
* Add datastore transaction support.Matthias Andreas Benkard2009-11-291-0/+17
|
* Beginning of a rewrite in Clojure for use on the Google App Engine.Matthias Andreas Benkard2009-11-2918-295/+226
|
* Replace Yaclml with CL-WHO.Matthias Andreas Benkard2009-11-272-27/+29
|
* Do not hard-code the data directory.Matthias Andreas Benkard2009-11-271-1/+1
|
* Add copyright notices.Matthias Andreas Benkard2009-11-273-0/+6
|
* Add a start script.Matthias Andreas Benkard2009-11-271-0/+11
|
* JavaScript: Support the creation of new revisions upon user request.Matthias Andreas Benkard2009-11-262-3/+22
|
* Choose the current data file by name, not by file modification date.Matthias Andreas Benkard2009-11-261-2/+4
|
* MAKE-NEW-REVISION: New function.Matthias Andreas Benkard2009-11-261-2/+15
|
* Use a directory as the data store, reading and overwriting only the most ↵Matthias Andreas Benkard2009-11-261-4/+12
| | | | recently written file in that directory.
* Read the password from a file.Matthias Andreas Benkard2009-11-261-1/+6
|
* Adapt database format to the conventions.Matthias Andreas Benkard2009-11-261-1/+1
|
* Require authentication.Matthias Andreas Benkard2009-11-221-52/+68
|
* Fix variable setup.Matthias Andreas Benkard2009-11-221-2/+2
|
* Minor cleanups.Matthias Andreas Benkard2009-11-211-15/+5
|
* Fix dependencies.Matthias Andreas Benkard2009-11-212-2/+2
|
* Save changes made by the user to the database.Matthias Andreas Benkard2009-11-201-6/+16
|
* Make the database lock reentrant.Matthias Andreas Benkard2009-11-201-26/+33
|
* Implement database locking.Matthias Andreas Benkard2009-11-201-27/+45
|
* JavaScript: Trigger the script.aculo.us autocompleter as quickly as possible.Matthias Andreas Benkard2009-11-201-1/+1
|
* Fix the score update procedure.Matthias Andreas Benkard2009-11-201-4/+12
|
* JavaScript: Send modifications back to the server.Matthias Andreas Benkard2009-11-201-0/+30
|
* JavaScript: Append new student score rows as appropriate.Matthias Andreas Benkard2009-11-201-0/+15
|
* JavaScript: Implement automatic appendage of input fields to each row.Matthias Andreas Benkard2009-11-201-0/+1
|
* JavaScript: Improve robustness.Matthias Andreas Benkard2009-11-201-1/+5
|
* Implement automatic construction of score input rows.Matthias Andreas Benkard2009-11-202-13/+56
|
* Stop using ParenScript.Matthias Andreas Benkard2009-11-203-43/+38
|
* .gitignore: New file.Matthias Andreas Benkard2009-11-201-0/+3
|
* Remove the old code parts that used to deal with YUI 2 support.Matthias Andreas Benkard2009-11-201-29/+3
|
* Add ASDF system definition.Matthias Andreas Benkard2009-11-201-0/+9
|
* Initial commit.Matthias Andreas Benkard2009-11-2010-0/+9285