Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | Commit add.jsp; the add quote form. | Kjetil Orbekk | |
2010-09-03 | Only list approved quotes on frontpage | Kjetil Orbekk | |
2010-09-03 | Add quote submission | Kjetil Orbekk | |
Based on submit.jsp and submitted.jsp from the old application. | |||
2010-09-03 | Use Long id instead of Key as Quote's primary key | Kjetil Orbekk | |
The datastore refuses to generate id's for other fields than the primary key. This is an easy fix. | |||
2010-09-03 | Add README and CONTRIBUTORS | Kjetil Orbekk | |
2010-09-03 | Minor improvements to the data objects | Kjetil Ørbekk | |
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-03 | Add lib directory with xml related dependencies | Kjetil Ørbekk | |
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 | Improve build file | 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 | |