summaryrefslogtreecommitdiff
path: root/src/WEB-INF
AgeCommit message (Collapse)Author
2012-09-12Update to High-Replication Datastore.HEADmasterKjetil Ørbekk
2011-08-03Run in dev version by default.Kjetil Ørbekk
2010-09-04Remove importquotes servlet mappingKjetil Ørbekk
2010-09-04Remove the mapping for dropdb.Kjetil Ørbekk
2010-09-04implemented votingJohn H. Anthony
Voting now appears to work, using the AddVote servlet. The datastore update is not committed as a transaction yet; the quote and its votes has to be in the same entity group for transactions to work.
2010-09-03Add ViewQuote servlet.Kjetil Orbekk
ViewQuote displays a single quote.
2010-09-03Add datastore indexes fileKjetil Orbekk
2010-09-03Implement user administration.Kjetil Orbekk
2010-09-03Add quote submissionKjetil Orbekk
Based on submit.jsp and submitted.jsp from the old application.
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-02Disable ViewQuotes servlet.Kjetil Ørbekk
2010-09-02Begin import script.Kjetil Ørbekk
2010-09-02Framework for Lino QuotesKjetil Ørbekk