aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* Created and state columns needed for Zurich.Matthew Somerville2012-12-20-1/+1
|
* Call Zurich admin_type on all admin pages.Matthew Somerville2012-12-20-5/+8
|
* Allow sending back from Zurich SDM to DM.Matthew Somerville2012-12-20-6/+37
|
* Start of Zurich SDM report updating, and admin ID checking.Matthew Somerville2012-12-20-6/+18
|
* Start of Zurich SDM summary page.Matthew Somerville2012-12-20-5/+26
|
* 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
|
* Allow changing of reports to other Zurich divisions.Matthew Somerville2012-12-20-1/+1
|
* Other lists on Zurich DM summary page.Matthew Somerville2012-12-20-1/+16
|
* Zurich admin report editing changes.Matthew Somerville2012-12-20-1/+24
|
* Start of DM summary admin page for Zurich.Matthew Somerville2012-12-20-0/+40
|
* Minor admin text tweaks.Matthew Somerville2012-12-20-1/+1
|
* Set DateTime locale for Zurich manually.Matthew Somerville2012-12-20-0/+3
|
* Allow unconfirmed as a visible state in Zurich, adjust front end list/item ↵Matthew Somerville2012-12-19-15/+20
| | | | templates to suit.
* 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/+16
|
* Be sure only dealing with the right global mapit area.Matthew Somerville2012-12-19-1/+16
|
* Fix for missing zoom in URL for OpenLayers.Matthew Somerville2012-12-19-0/+9
|
* Allow bodies to have parent bodies.Matthew Somerville2012-12-19-7/+29
|
* 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-28/+111
| | | | than one body.
* Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-197/+191
|
* Remove some linkages between area and body IDs.Matthew Somerville2012-12-15-7/+8
|
* 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-25/+30
|
* Don't try and look up something if we have nothing.Matthew Somerville2012-12-15-1/+1
|
* Rename a few more less important variables.Matthew Somerville2012-12-15-8/+8
|
* 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
|
* Update tests for new names of things and bodies needing to exist.Matthew Somerville2012-12-15-0/+11
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-116/+98
|
* Update reporting to use bodies.Matthew Somerville2012-12-15-108/+111
|
* Convert get_services to lookup body area_ids.Matthew Somerville2012-12-15-2/+2
|
* Convert report sending code to use bodies rather than areas/councils.Matthew Somerville2012-12-15-85/+92
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-31/+43
| | | | Add foreign key constraint from contacts to body.
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-25/+26
|
* Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-25/+25
|
* Don't try and store empty nothing.Matthew Somerville2012-12-11-1/+1
|
* Zurich: report form without login, optional name, no title.Matthew Somerville2012-12-10-0/+7
|
* A few easy Zurich front page tweaks.Matthew Somerville2012-12-07-0/+16
|
* Add caching of geocoder similar to other geocoders.Matthew Somerville2012-12-06-8/+19
|
* Catch 500 error from geocoder.Matthew Somerville2012-12-06-1/+7
|
* Add Zurich geocoder (and allow geocoder choice to be picked in config).Matthew Somerville2012-12-04-12/+130
|
* Merge branch 'zurich-maps'Matthew Somerville2012-12-03-24/+197
|\
| * Add server side handling of Swiss co-ordinates and tile clicks.Matthew Somerville2012-11-28-18/+157
| |
| * map_pins function is same for everyone currently.Matthew Somerville2012-11-28-24/+20
| |