aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report
Commit message (Expand)AuthorAgeLines
* do not forget extra 311 field data if we need to display an errorStruan Donald2012-10-22-1/+1
* reports made with non public categories are set as non publicStruan Donald2012-08-31-0/+9
* Remove unused extra_* functions.Matthew Somerville2012-08-16-2/+2
* allow preselection of category in url of new report pageStruan Donald2012-08-09-0/+9
* Treat Other more like a normal category.Matthew Somerville2012-07-19-7/+5
* Define constant for Bromley area ID.Matthew Somerville2012-07-19-4/+5
* Couple more URLs to right site (e.g. already answered questionnaire).Matthew Somerville2012-07-18-1/+1
* Improve on 73da842, few more places where cobrand specific report URL is needed.Matthew Somerville2012-07-18-1/+1
* Only create alert if actual parameters differ, not just cobrand/lang.Matthew Somerville2012-06-21-8/+14
* Call process_extras() from updates too, so that error checking runs.Matthew Somerville2012-06-21-3/+6
* Unused variable.Matthew Somerville2012-06-21-2/+0
* Fix spelling of this variable.Matthew Somerville2012-06-21-1/+1
* display category prompts on southampton cobrandStruan Donald2012-06-19-5/+2
* Merge branch 'phonegap'Struan Donald2012-06-15-0/+63
|\
| * update photo processing pathStruan Donald2012-05-25-1/+1
| * Merge remote-tracking branch 'origin/master' into phonegapStruan Donald2012-05-23-94/+28
| |\
| * | first pass of using password to loging. needs lots of work stillStruan Donald2012-03-15-6/+11
| * | Merge remote-tracking branch 'origin/master' into phonegapStruan Donald2012-03-14-78/+35
| |\ \
| * | | add in new handler for report submission from phonegap appsStruan Donald2012-03-12-0/+58
* | | | Don't have Other category in Bromley.Matthew Somerville2012-05-29-2/+3
* | | | do not put empty arrays into extra field of contacts and ignore them if they ...Struan Donald2012-05-25-1/+1
* | | | Merge branch 'master' into bromleyMatthew Somerville2012-05-22-90/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Move photo processing functions to the photo controller.Matthew Somerville2012-05-22-90/+3
| * | | Try and work if given a JPEG but with an incorrect MIME type, thanks Citrix.Matthew Somerville2012-05-18-0/+1
* | | | Fixes and improvements for tests.Matthew Somerville2012-05-16-2/+4
* | | | Merge branch 'master' into bromleyMatthew Somerville2012-05-16-2/+17
|\| | |
| * | | only include categories for QA testing, removed 'Other' optionDave Whiteland2012-03-23-1/+1
| * | | wee bug fix: default values of Barnet problem categories now accepted as well...Dave Whiteland2012-03-23-1/+1
| * | | Added Barnet category -> kbid mappings, included some useful categories since...Dave Whiteland2012-03-23-2/+17
* | | | Log content type if it's bad.Matthew Somerville2012-05-14-0/+1
* | | | store title in users table so we can persist it for bromleyStruan Donald2012-05-01-3/+14
* | | | move special field processing out to cobrandsStruan Donald2012-04-02-23/+1
* | | | tests for title, first and last name for bromley issuesStruan Donald2012-04-02-0/+5
* | | | add in first and last name to updatesStruan Donald2012-03-30-0/+20
* | | | add first name and last name boxes for bromleyStruan Donald2012-03-30-2/+18
* | | | Tweaks to category display.Matthew Somerville2012-03-28-2/+2
* | | | Put template in default so other cobrands can find it, but make code only loo...Matthew Somerville2012-03-28-1/+3
* | | | save extra comment details for bromleyStruan Donald2012-03-23-0/+7
* | | | initial code to display user title if council is BromleyStruan Donald2012-03-23-2/+17
|/ / /
* | / Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-3/+8
| |/ |/|
* | Update error message (missed from previous).Matthew Somerville2012-03-14-2/+2
* | Store full size photos that are uploaded on filesystem, put hash in database....Matthew Somerville2012-03-08-71/+28
* | Get test suite all passing again, and fix bug displaying partial photo and my...Matthew Somerville2012-03-02-1/+1
* | Green pin when creating, for #250.Matthew Somerville2012-03-01-1/+1
* | Factor out fragment rendering, as additional template paths needs to be passed.Matthew Somerville2012-02-23-3/+3
* | Fix pin display when JS is disabled.Matthew Somerville2012-02-22-1/+1
|/
* Add some logging of report creation process.Matthew Somerville2012-01-20-0/+6
* If password field left blank when reporting/updating, ignore that for passwor...Matthew Somerville2012-01-20-2/+4
* Merge remote branch 'origin/master' into js-validationStruan Donald2011-11-18-4/+87
|\
| * return an error if we cannot find the location rather than just bailingStruan Donald2011-10-21-1/+10