aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Result
Commit message (Expand)AuthorAgeLines
* Sort problems, and have a map, maybe.Matthew Somerville2011-06-28-2/+8
* Allow people to sign in (or not) as they make an update.Matthew Somerville2011-06-28-8/+3
* Allow people to sign in (or not) as they make a report.Matthew Somerville2011-06-27-1/+1
* Use bcrypt.Matthew Somerville2011-06-24-42/+51
* Remove unneeded defaults checking and simplify.Matthew Somerville2011-06-23-1/+1
* Use update user centrally.Matthew Somerville2011-06-23-0/+16
* Implement pull request #110 on new code.Matthew Somerville2011-06-13-2/+14
* Return an arrayref, as TT doesn't like empty lists.Matthew Somerville2011-06-10-3/+3
* Migrate recent_photos to new ResultSet, nice joining with problem_find_nearby...Matthew Somerville2011-06-09-0/+8
* Move the tricky nearby DB call to its own Result/ResultSet, and move more fun...Matthew Somerville2011-06-09-1/+41
* Final bits of Page.pm gone.Matthew Somerville2011-06-07-2/+3
* Remove fake_q and most of now-unused Page.pm.Matthew Somerville2011-06-07-0/+2
* admin timelineStruan Donald2011-06-07-1/+39
* add admin_log table to modelsStruan Donald2011-06-06-0/+44
* Get rid of some more fake_q etc.Matthew Somerville2011-06-06-1/+1
* Sign up new report to email alert if logged in as well as when confirmed by e...Matthew Somerville2011-06-03-2/+10
* Add alert_sent and alert_type to DBIx::Class.Matthew Somerville2011-06-03-2/+107
* generate model for secret tableStruan Donald2011-06-03-0/+21
* generate result set object for contacts_history tableStruan Donald2011-06-02-0/+48
* Pull request #94, merge fix-emaces-parsing.Matthew Somerville2011-05-27-2/+2
* check for uninflated/null dates before trying to set the timezonedStruan Donald2011-05-27-8/+28
* Photo URL fix, and pass through photo ID for updates as it does for problems/...Matthew Somerville2011-05-26-2/+2
* Questionnaire submission code.Matthew Somerville2011-05-26-0/+1
* use moose role for is_from_abuser methodStruan Donald2011-05-26-72/+21
* check confirmed has been set before trying to set its timezoneStruan Donald2011-05-26-1/+7
* don't ask questionnaire if they've ever answered beforeStruan Donald2011-05-25-0/+20
* Create some _local functions to return the right DateTimes.Matthew Somerville2011-05-24-2/+31
* Add InflateColumn::DateTime to all models.Matthew Somerville2011-05-24-42/+48
* Complete meta line migration, factor line generation out to model and template.Matthew Somerville2011-05-24-2/+98
* check if comment is from known abuserStruan Donald2011-05-20-0/+25
* Add DB::Questionnaire (and update schema.sql with schema changes).Matthew Somerville2011-05-20-5/+59
* upload and display update photosStruan Donald2011-05-19-0/+20
* push photo parameter generation to the model and create photo templateStruan Donald2011-05-19-0/+20
* Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public...Struan Donald2011-05-19-0/+25
|\
| * Migrate /reports page (minus RSS).Matthew Somerville2011-05-19-0/+25
* | add confirm convenience methodStruan Donald2011-05-19-0/+13
|/
* redo validation and storage to be more in line with code in report/newStruan Donald2011-05-18-0/+11
* link comments table to users tableStruan Donald2011-05-18-6/+20
* add comment table in to generated DB files and regenerateStruan Donald2011-05-17-94/+175
* remove uninitialised value warning if confirming new reportStruan Donald2011-05-16-1/+1
* moving alerts to use users instead of email in tableStruan Donald2011-05-11-56/+70
* confirm alert subscriptionStruan Donald2011-05-11-0/+47
* generate result for alert tableStruan Donald2011-05-10-0/+52
* Add PK to 'abuse' tableEdmund von der Burg2011-04-15-2/+3
* Move logic into problemEdmund von der Burg2011-04-01-0/+23
* Add 'abuse' table and put abuse logic into problemEdmund von der Burg2011-03-28-0/+44
* Store tokens correctlyEdmund von der Burg2011-03-24-37/+42
* Cleared up the council string creation logicEdmund von der Burg2011-03-23-67/+65
* Move error checking into the modelEdmund von der Burg2011-03-23-90/+189
* Add contacts table to DBIC schemaEdmund von der Burg2011-03-21-0/+44