aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/ResultSet
Commit message (Collapse)AuthorAgeLines
* Don't use update name if marked as anonymous.Matthew Somerville2011-07-16-2/+3
|
* Unique users of problem reports, and summary table by category. Fixes #108.Matthew Somerville2011-07-12-2/+29
|
* Fall back to default alert template too.Matthew Somerville2011-06-13-4/+4
|
* Look up user's email address separately, much much quicker.Matthew Somerville2011-06-13-6/+11
|
* Interval might not always be set.Matthew Somerville2011-06-13-1/+2
|
* Fallback to default email template.Matthew Somerville2011-06-13-1/+4
|
* remove reference to restriction as now handled elsewhereStruan Donald2011-06-10-2/+1
|
* Transfer comment count function.Matthew Somerville2011-06-09-0/+14
|
* Migrate recent_photos to new ResultSet, nice joining with ↵Matthew Somerville2011-06-09-2/+37
| | | | problem_find_nearby procedure.
* Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵Matthew Somerville2011-06-09-0/+73
| | | | functions.
* Switch to using c->cobrand->problems to return all problems for a cobrand ↵Matthew Somerville2011-06-08-8/+3
| | | | (so on Barnet only return Barnet problems).
* Move some more functions.Matthew Somerville2011-06-08-14/+66
|
* Start moving stuff out of Problems.pm, do JSON as per its better-way comment.Matthew Somerville2011-06-08-0/+14
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-07-2/+2
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Final bits of Page.pm gone.Matthew Somerville2011-06-07-2/+2
| |
* | move summary count fetching out to result setsStruan Donald2011-06-07-0/+65
|/
* admin timelineStruan Donald2011-06-07-0/+113
|
* Migrate alert sending script, add test for it, fix some small bugs and strings.Matthew Somerville2011-06-04-0/+204
|
* Move most of questionnaire cron to ResultSet so it can be called and tested ↵Matthew Somerville2011-06-02-0/+115
| | | | from test.
* Add contacts table to DBIC schemaEdmund von der Burg2011-03-21-0/+20
|
* Completed auth section (main parts at least)Edmund von der Burg2011-03-04-37/+0
|
* Allow users to create an account, confirm it and logoutEdmund von der Burg2011-03-03-0/+45