summaryrefslogtreecommitdiff
path: root/html
AgeCommit message (Collapse)Author
2012-09-12Copyright 2012.Kjetil Ørbekk
2011-08-03Add rage button.Kjetil Ørbekk
2010-09-04enable voting for ViewQuotestability-improvementsJohn H. Anthony
2010-09-04Fix off-by-one error in displayNumbers.Kjetil Ørbekk
2010-09-04Fix quote numbers displayed on front pageKjetil Ørbekk
2010-09-04Add "beta" label to quotes site.Kjetil Ørbekk
Just for fun.
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-04favicon ^_^John H. Anthony
2010-09-04Update ImportQuotes script.Kjetil Ørbekk
Add votes explicitly now that they are no longer an attribute in the quotes.
2010-09-04Improve ordering on the quote page.Kjetil Ørbekk
By default, order by timestamp (= quote submit time). Remove ordering by id.
2010-09-03Refactor quote formatting code.Kjetil Orbekk
2010-09-03Rename QuoteUtils to QuoteUtil for consistency.Kjetil Orbekk
2010-09-03Ascii version of "Powered By AppEngine"Kjetil Orbekk
2010-09-03Add credits and copying.Kjetil Orbekk
2010-09-03Add approve functionality.Kjetil Orbekk
2010-09-03Commit add.jsp; the add quote form.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.