Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-04 | store sum and number of votes in each quote | John H. Anthony | |
This seems to improve the response time. We don't store a list of votes for each quote, which mean we don't have to retrieve every vote when we get the list of quotes. The only time we need to access the vote table is when we add a new vote. | |||
2010-09-04 | Don't delete administrators in /dropdb | Kjetil Ørbekk | |
2010-09-03 | Add ViewQuote servlet. | Kjetil Orbekk | |
ViewQuote displays a single quote. | |||
2010-09-03 | Refactor quote formatting code. | Kjetil Orbekk | |
2010-09-03 | Rename QuoteUtils to QuoteUtil for consistency. | Kjetil Orbekk | |
2010-09-03 | Fix: Url to roflcopter.gif | Kjetil Orbekk | |
2010-09-03 | Ascii version of "Powered By AppEngine" | Kjetil Orbekk | |
2010-09-03 | Add credits and copying. | Kjetil Orbekk | |
2010-09-03 | Change in Authentication. | Kjetil Orbekk | |
User is not considered authenticated when there are 0 users, instead this is treated as a special case for adding the first user only. | |||
2010-09-03 | Add datastore indexes file | Kjetil Orbekk | |
2010-09-03 | Implement user administration. | Kjetil Orbekk | |
2010-09-03 | Add approve functionality. | Kjetil Orbekk | |
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 | |