aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Start of Zurich SDM report updating, and admin ID checking.Matthew Somerville2012-12-20-8/+60
|
* Start of Zurich SDM summary page.Matthew Somerville2012-12-20-13/+70
|
* Zurich always has email confirmation, and that just sets a flag (as report ↵Matthew Somerville2012-12-20-1/+35
| | | | is already 'public').
* .hidden hides completely from front end CSS.Matthew Somerville2012-12-20-5/+5
|
* 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-10/+34
|
* Correct text now body name given on page.Matthew Somerville2012-12-20-1/+1
|
* Zurich admin report editing changes.Matthew Somerville2012-12-20-6/+94
|
* Start of DM summary admin page for Zurich.Matthew Somerville2012-12-20-4/+71
|
* Zurich admin header.Matthew Somerville2012-12-20-0/+20
|
* Minor admin text tweaks.Matthew Somerville2012-12-20-9/+11
|
* 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/+74
| | | | templates to suit.
* Fix broken Zurich email template files.Matthew Somerville2012-12-19-42/+29
|
* Don't try and set empty area IDs.Matthew Somerville2012-12-19-7/+11
|
* Translation file update.Matthew Somerville2012-12-19-4/+8
|
* Move admin page check to central function.Matthew Somerville2012-12-19-25/+12
|
* Projection should be on the map layer only, not the whole map.Matthew Somerville2012-12-19-1/+1
|
* 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/+29
|
* Tidy up crontab a bit.Matthew Somerville2012-12-19-8/+27
|
* Better text than listing four divisions, for Zurich.Matthew Somerville2012-12-19-0/+6
|
* Be sure only dealing with the right global mapit area.Matthew Somerville2012-12-19-1/+16
|
* Front end style on Zurich admin.Matthew Somerville2012-12-19-9/+7
|
* Fix for missing zoom in URL for OpenLayers.Matthew Somerville2012-12-19-0/+9
|
* Allow bodies to have parent bodies.Matthew Somerville2012-12-19-9/+47
|
* Fix missed variable name change, and accompanying test.Matthew Somerville2012-12-19-1/+52
|
* Rejig schema.sql to prevent circular references.Matthew Somerville2012-12-19-40/+43
|
* Slightly better text for an area with associated bodies without any categories.Matthew Somerville2012-12-19-6/+3
|
* Area IDs come in as an arrayref, and body may not have an area ID.Matthew Somerville2012-12-19-15/+13
|
* 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-77/+192
| | | | than one body.
* Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-243/+241
|
* Remove some linkages between area and body IDs.Matthew Somerville2012-12-15-8/+9
|
* Add admin editing/adding of body name/area ID.Matthew Somerville2012-12-15-68/+110
|
* Make from_body a foreign key.Matthew Somerville2012-12-15-50/+65
|
* 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-12/+12
|
* Fix for a missed council column rename, and a test that would have caught it.Matthew Somerville2012-12-15-1/+64
|
* Update admin code and tests to work with bodies.Matthew Somerville2012-12-15-266/+207
|
* Update tests for new names of things and bodies needing to exist.Matthew Somerville2012-12-15-132/+152
|
* Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-215/+202
|
* Update reporting to use bodies.Matthew Somerville2012-12-15-124/+128
|
* 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-89/+104
|
* Convert PopulateServiceList to use body IDs.Matthew Somerville2012-12-15-33/+33
|
* Remove unused Open311 GetUpdates code.Matthew Somerville2012-12-15-301/+0
|
* Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-95/+118
| | | | Add foreign key constraint from contacts to body.
* Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-85/+73
|