summaryrefslogtreecommitdiff
path: root/src/lq/Vote.java
AgeCommit message (Collapse)Author
2010-09-03Implement user administration.Kjetil Orbekk
2010-09-03Minor improvements to the data objectsKjetil Ørbekk
2010-09-03Make ImportQuote work on AppEngine.Kjetil Ørbekk
Saving the entire database in one request caused a timeout. Instead, save one quote (plus its votes) per request.
2010-09-02Add ImportQuotes script.Kjetil Ørbekk
Imports quotes and votes from an xml dump from mysql.
2010-09-02Add data classesKjetil Ørbekk