Age | Commit message (Collapse) | Author |
|
|
|
Remove unused servlets.
Remove unused imports.
|
|
ScorePoints is used to order by score on the quote site. See Quote for
the formula.
|
|
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.
|
|
|
|
The datastore refuses to generate id's for other fields than the primary
key. This is an easy fix.
|
|
|
|
Saving the entire database in one request caused a timeout. Instead,
save one quote (plus its votes) per request.
|
|
Imports quotes and votes from an xml dump from mysql.
|
|
|