summaryrefslogtreecommitdiffstats
path: root/packages/views/flag.py
AgeCommit message (Collapse)AuthorFilesLines
2011-12-08Store flag requests in the databaseDan McGee1-3/+17
This makes them persistent rather than the transient beings they currently are. We attempt to capture all the metadata we need to be able to do things with this later- aka IP address (for spam checking later), fields that allow us to mark the request as spam or not an actual out-of-date report, etc. As a bonus, logged-in developers now get the email address field filled in for free. Yay. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-11packages/views: move flag-related views to own moduleDan McGee1-0/+121
One step in splitting the package views. Signed-off-by: Dan McGee <dan@archlinux.org>