aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* add in user details field to %h so we can put sensible user details in ↵Struan Donald2012-12-18-0/+4
| | | | anonymous reports
* stick subcategory details in $h if there is oneStruan Donald2012-12-18-0/+4
|
* do not send report sent confirmation emails for anonymous reportsStruan Donald2012-12-18-1/+7
|
* choose better example placesStruan Donald2012-12-18-1/+1
|
* send the raw category list back as well for ease of use in mobile appsStruan Donald2012-12-13-0/+1
|
* if we always confirm and the report is non public then just show a success pageStruan Donald2012-12-07-0/+4
|
* add cobrand module and templates for see something say somethingStruan Donald2012-12-07-0/+83
|
* move validation rules out to a template so cobrands can override themStruan Donald2012-12-06-0/+2
|
* allow properly anonymous reports to be madeStruan Donald2012-12-04-0/+26
|
* if never confirming reports make sure we handle new users correctlyStruan Donald2012-12-04-1/+5
|
* allow cobrand to skip report confirmationStruan Donald2012-12-04-1/+12
|
* store subcategory when submittedStruan Donald2012-12-03-0/+3
|
* add option to send email confirming report has been sent to councilStruan Donald2012-12-03-0/+31
|
* move new report validation out to cobrand so we can over-ride this forStruan Donald2012-12-03-5/+18
| | | | special cases without hard coding it into controller
* add subcategory field to problem tableStruan Donald2012-12-03-2/+4
|
* Only have grid refs of at least 4 digits.Matthew Somerville2012-11-28-1/+1
|
* Consolidate user searching to one admin page.Matthew Somerville2012-11-26-27/+22
|
* Allow external_body optionally to be a lookup on /reports.Matthew Somerville2012-11-22-24/+53
|
* Merge remote-tracking branch 'origin/master'Struan Donald2012-11-22-1/+6
|\
| * FixMyBarangay external_body hardcoded fix moved to be in the right place, whoopsDave Whiteland2012-11-22-1/+6
| |
* | Add ability to configure if council users can hide reports plus templateStruan Donald2012-11-22-0/+4
|/ | | | support for this
* Merge branch 'stevenage'Struan Donald2012-11-19-2/+42
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * add in default map zoom level for cobrand and set stevenage oneStruan Donald2012-10-25-1/+5
| |
| * do not forget extra 311 field data if we need to display an errorStruan Donald2012-10-22-1/+1
| |
| * whoops missed package name of Stevenage cobrandDave Whiteland2012-09-07-1/+1
| |
| * added Stevenage cobrand (scss just placeholders for now)Dave Whiteland2012-09-07-0/+36
| |
* | Unneeded TODO; truncate_coordinate uses in_gb_locale.Matthew Somerville2012-11-14-1/+0
| |
* | Remove unused function, basic test of front page of some council cobrands.Matthew Somerville2012-11-14-4/+0
| |
* | Remove unused function, add gridref test.Matthew Somerville2012-11-12-1/+0
| |
* | Some fixes for when warnings are on during test run.Matthew Somerville2012-11-09-5/+14
| |
* | Move map not used text to template so we can use HTML in itStruan Donald2012-10-26-3/+0
| | | | | | | | | | | | and not have it escaped when it is displayed Fixed #350
* | disabled fields confuse things so ignore themStruan Donald2012-10-26-0/+1
| |
* | Expand no reports message to make it more helpfulSteven Day2012-10-24-1/+1
| |
* | Pass in headers from Catalyst if present for HTTP language negotiation.Matthew Somerville2012-10-15-1/+2
| |
* | If update alert email is to problem reporter, make it a login link.Matthew Somerville2012-10-12-1/+17
| | | | | | | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7.
* | Fix copy to match behaviour, fixes #326.Matthew Somerville2012-10-12-1/+1
| |
* | Allow lat,lon and OS grid references in search box, fixes #142.Matthew Somerville2012-10-12-0/+43
| |
* | Add auto-location to alert page (fixes #23).Matthew Somerville2012-10-12-1/+0
| |
* | Fix #86.Matthew Somerville2012-10-12-1/+1
| |
* | If there is no user title submitted with a problem then do not set the DB fieldStruan Donald2012-10-12-7/+8
| |
* | Fix missing site_title.Matthew Somerville2012-10-11-5/+0
| |
* | Use cobrand for children area types, not UK specific array.Matthew Somerville2012-10-11-5/+3
| |
* | use OSM maps on lichfield cobrandStruan Donald2012-10-11-0/+4
| |
* | Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-10-10-2/+6
| | | | | | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164.
* | Change 'their ref' to 'council ref', fixes #300 good enough for the moment.Matthew Somerville2012-10-10-1/+1
| |
* | Display method variables correctly.Matthew Somerville2012-10-08-1/+3
| |
* | Travis script.Matthew Somerville2012-10-05-5/+4
| |
* | More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-1/+13
| |
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-10-03-0/+2
|\ \
| * | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-0/+2
| | | | | | | | | | | | response text (fix #269).