Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | Quote listing | Kjetil Ø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-03 | Make 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-02 | Add ImportQuotes script. | Kjetil Ørbekk | |
Imports quotes and votes from an xml dump from mysql. | |||
2010-09-02 | Disable ViewQuotes servlet. | Kjetil Ørbekk | |
2010-09-02 | Remove example file from the original template | Kjetil Ørbekk | |
2010-09-02 | Begin import script. | Kjetil Ørbekk | |
2010-09-02 | Add data classes | Kjetil Ørbekk | |
2010-09-02 | Framework for Lino Quotes | Kjetil Ørbekk | |