aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Reports.pm
Commit message (Expand)AuthorAgeLines
* Generate /reports data on cron.Matthew Somerville2011-06-16-1/+13
* Default to 0.Matthew Somerville2011-06-14-0/+1
* Use raw cursor to fetch reports.Matthew Somerville2011-06-13-20/+27
* Don't ask for title/detail if we don't need them.Matthew Somerville2011-06-13-3/+2
* Use ResultSet directly to save memory.Matthew Somerville2011-06-13-14/+9
* Return an arrayref, as TT doesn't like empty lists.Matthew Somerville2011-06-10-1/+1
* remove Problems.pmStruan Donald2011-06-10-1/+0
* Move the tricky nearby DB call to its own Result/ResultSet, and move more fun...Matthew Somerville2011-06-09-3/+2
* Switch to using c->cobrand->problems to return all problems for a cobrand (so...Matthew Somerville2011-06-08-1/+1
* Start moving stuff out of Problems.pm, do JSON as per its better-way comment.Matthew Somerville2011-06-08-3/+2
* Fix bug whereby lat/lon were being stored the wrong way round in local alerts.Matthew Somerville2011-06-03-1/+0
* Fix infinite loop due to accessor being called on each iteration.Matthew Somerville2011-05-31-1/+2
* Fix warn in sort.Matthew Somerville2011-05-24-2/+2
* Migrate RSS feeds handling.Matthew Somerville2011-05-19-66/+67
* Migrate /reports page (minus RSS).Matthew Somerville2011-05-19-0/+361