aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
Commit message (Collapse)AuthorAgeLines
* Call Zurich admin_type on all admin pages.Matthew Somerville2012-12-20-0/+1
|
* Allow sending back from Zurich SDM to DM.Matthew Somerville2012-12-20-2/+4
|
* Start of Zurich SDM report updating, and admin ID checking.Matthew Somerville2012-12-20-4/+4
|
* Zurich always has email confirmation, and that just sets a flag (as report ↵Matthew Somerville2012-12-20-1/+20
| | | | is already 'public').
* Set title to start of detail upon report creation.Matthew Somerville2012-12-20-0/+2
|
* Zurich admin report editing changes.Matthew Somerville2012-12-20-1/+9
|
* Start of DM summary admin page for Zurich.Matthew Somerville2012-12-20-0/+4
|
* Don't try and set empty area IDs.Matthew Somerville2012-12-19-7/+11
|
* Move admin page check to central function.Matthew Somerville2012-12-19-25/+12
|
* Zurich admin auth with front end.Matthew Somerville2012-12-19-1/+6
|
* Allow unconfirmed reports to be seen on Zurich site.Matthew Somerville2012-12-19-1/+1
|
* Be sure only dealing with the right global mapit area.Matthew Somerville2012-12-19-1/+6
|
* Allow bodies to have parent bodies.Matthew Somerville2012-12-19-1/+3
|
* Fix missed variable name change, and accompanying test.Matthew Somerville2012-12-19-1/+1
|
* Area IDs come in as an arrayref, and body may not have an area ID.Matthew Somerville2012-12-19-5/+11
|
* Fill in send_method dropdown on new body form.Matthew Somerville2012-12-19-7/+11
|
* Allow bodies to span multiple area IDs, and areas can be covered by more ↵Matthew Somerville2012-12-19-14/+30
| | | | than one body.
* Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-136/+156
|
* Remove some linkages between area and body IDs.Matthew Somerville2012-12-15-5/+5
|
* Add admin editing/adding of body name/area ID.Matthew Somerville2012-12-15-15/+36
|
* Make from_body a foreign key.Matthew Somerville2012-12-15-6/+6
|
* Fix for a missed council column rename, and a test that would have caught it.Matthew Somerville2012-12-15-1/+1
|
* Update admin code and tests to work with bodies.Matthew Somerville2012-12-15-128/+69
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-62/+44
|
* Update reporting to use bodies.Matthew Somerville2012-12-15-88/+91
|
* Convert get_services to lookup body area_ids.Matthew Somerville2012-12-15-2/+2
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-16/+16
| | | | Add foreign key constraint from contacts to body.
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-13/+13
|
* Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-3/+3
|
* Zurich: report form without login, optional name, no title.Matthew Somerville2012-12-10-0/+7
|
* Add Zurich geocoder (and allow geocoder choice to be picked in config).Matthew Somerville2012-12-04-1/+1
|
* 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-19/+37
|
* Merge branch 'stevenage'Struan Donald2012-11-19-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * do not forget extra 311 field data if we need to display an errorStruan Donald2012-10-22-1/+1
| |
* | Unneeded TODO; truncate_coordinate uses in_gb_locale.Matthew Somerville2012-11-14-1/+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-3/+12
| |
* | Expand no reports message to make it more helpfulSteven Day2012-10-24-1/+1
| |
* | Allow lat,lon and OS grid references in search box, fixes #142.Matthew Somerville2012-10-12-0/+43
| |
* | If there is no user title submitted with a problem then do not set the DB fieldStruan Donald2012-10-12-7/+8
| |
* | Use cobrand for children area types, not UK specific array.Matthew Somerville2012-10-11-5/+3
| |
* | Travis script.Matthew Somerville2012-10-05-4/+2
| |
* | More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-1/+0
| |
* | 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).
* | | Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-3/+48
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * | admin interface to add contact level endpointsStruan Donald2012-09-28-0/+7
| | |
| * | admin interface to set endpoint as devolvedStruan Donald2012-09-28-1/+3
| | |