summaryrefslogtreecommitdiff
path: root/src/lq
AgeCommit message (Collapse)Author
2010-09-03Implement user administration.Kjetil Orbekk
2010-09-03Add approve functionality.Kjetil Orbekk
2010-09-03Only list approved quotes on frontpageKjetil Orbekk
2010-09-03Add quote submissionKjetil Orbekk
Based on submit.jsp and submitted.jsp from the old application.
2010-09-03Use Long id instead of Key as Quote's primary keyKjetil Orbekk
The datastore refuses to generate id's for other fields than the primary key. This is an easy fix.
2010-09-03Minor improvements to the data objectsKjetil Ørbekk
2010-09-03Quote listingKjetil Ørbekk
Ported the quotes.jsp page from the old quote system. This commit contains some utility classes related to this. DropData is a temporary hack to remove all data in the datastore. TODO: Remove this when we are finished migrating the application.
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-02Begin import script.Kjetil Ørbekk
2010-09-02Add data classesKjetil Ørbekk
2010-09-02Framework for Lino QuotesKjetil Ørbekk