aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB
Commit message (Collapse)AuthorAgeLines
* Implement pull request #110 on new code.Matthew Somerville2011-06-13-2/+14
|
* 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
|
* Return an arrayref, as TT doesn't like empty lists.Matthew Somerville2011-06-10-3/+3
|
* 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/+45
| | | | problem_find_nearby procedure.
* Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵Matthew Somerville2011-06-09-1/+114
| | | | 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-4/+7
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Final bits of Page.pm gone.Matthew Somerville2011-06-07-4/+5
| |
| * Remove fake_q and most of now-unused Page.pm.Matthew Somerville2011-06-07-0/+2
| |
* | move summary count fetching out to result setsStruan Donald2011-06-07-0/+65
|/
* admin timelineStruan Donald2011-06-07-1/+152
|
* 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
|
* Migrate alert sending script, add test for it, fix some small bugs and strings.Matthew Somerville2011-06-04-0/+204
|
* Sign up new report to email alert if logged in as well as when confirmed by ↵Matthew Somerville2011-06-03-2/+10
| | | | email. Allow disabling rather than deleting of alerts. Revert quoting as it breaks timestamps and literal SQL.
* 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
|
* Move most of questionnaire cron to ResultSet so it can be called and tested ↵Matthew Somerville2011-06-02-0/+115
| | | | from test.
* 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 ↵Matthew Somerville2011-05-26-2/+2
| | | | problems/questionnaires.
* 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 ↵Struan Donald2011-05-19-0/+25
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * 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
|