Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-04 | Fix quote numbers displayed on front page | Kjetil Ørbekk | |
2010-09-04 | Add "beta" label to quotes site. | Kjetil Ørbekk | |
Just for fun. | |||
2010-09-04 | implemented voting | John 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-04 | favicon ^_^ | John H. Anthony | |
2010-09-04 | Update ImportQuotes script. | Kjetil Ørbekk | |
Add votes explicitly now that they are no longer an attribute in the quotes. | |||
2010-09-04 | Improve ordering on the quote page. | Kjetil Ørbekk | |
By default, order by timestamp (= quote submit time). Remove ordering by id. | |||
2010-09-03 | Refactor quote formatting code. | Kjetil Orbekk | |
2010-09-03 | Rename QuoteUtils to QuoteUtil for consistency. | 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 | Add approve functionality. | Kjetil Orbekk | |
2010-09-03 | Commit add.jsp; the add quote form. | Kjetil Orbekk | |
2010-09-03 | Add quote submission | Kjetil Orbekk | |
Based on submit.jsp and submitted.jsp from the old application. | |||
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. |