Age | Commit message (Collapse) | Author |
|
Just for fun.
|
|
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.
|
|
|
|
Add votes explicitly now that they are no longer an attribute in the
quotes.
|
|
By default, order by timestamp (= quote submit time). Remove ordering by
id.
|
|
|
|
|
|
|
|
|
|
Based on submit.jsp and submitted.jsp from the old application.
|
|
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.
|