aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Open311.pm
Commit message (Expand)AuthorAgeLines
* Add config for Open311 request limit, default 1000.Matthew Somerville2016-08-10-3/+4
* Add PNG image support.Matthew Somerville2016-04-08-1/+1
* Switch to JSON::MaybeXS, remove JSON::XS.Matthew Somerville2016-01-22-1/+1
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-12/+12
* [Zurich] add columns to stats exportHakim Cassimally2015-03-31-2/+1
* [Zurich] add service_notice based on public_responseHakim Cassimally2015-03-31-0/+6
* No agency in Zurich.Matthew Somerville2013-05-13-1/+5
* Explicitly exclude unconfirmed reports.Matthew Somerville2013-05-13-2/+6
* Consolidate photo display checking to one function.Matthew Somerville2013-05-13-1/+1
* Remove *_local tz functions, set timezone on fetching original columns from d...Matthew Somerville2013-02-14-3/+3
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-16/+8
|\
| * Allow bodies to span multiple area IDs, and areas can be covered by more than...Matthew Somerville2012-12-19-2/+2
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-15/+7
| * 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-1/+1
* | Add do-not-reply config variable, removing special case from code.Matthew Somerville2013-01-02-1/+1
|/
* Allow the MapIt types to be given in config.Matthew Somerville2012-08-17-2/+2
* A start_date and an end_date was only producing one confirmed conditionStruan Donald2012-08-02-2/+8
* Store full size photos that are uploaded on filesystem, put hash in database....Matthew Somerville2012-03-08-1/+1
* Fix redirect of old Open311 URIs when they have query parameters.Matthew Somerville2011-09-12-1/+1
* remove hard coded state stringsStruan Donald2011-08-18-7/+10
* Get Open311 RSS working, whether it's given a ResultSet or a lower level stat...Matthew Somerville2011-08-04-23/+7
* Leftovers.Petter Reinholdtsen2011-08-02-1/+1
* Try different approachh.Petter Reinholdtsen2011-08-02-1/+18
* Try to get Open311 GeoRSS output working.Petter Reinholdtsen2011-08-01-4/+9
* Right handling of DB objects, and better datetime handling.Matthew Somerville2011-07-29-52/+40
* Fix capture indices, set bodies in output.Matthew Somerville2011-07-29-8/+8
* Tidy up database querying, needs testing.Matthew Somerville2011-07-29-93/+78
* Bit more action tidying.Matthew Somerville2011-07-29-17/+23
* Factor out .cgi redirect, stash format (more to tidy).Matthew Somerville2011-07-29-18/+33
* Move documentation to template, start tidying up action flows.Matthew Somerville2011-07-29-200/+17
* Try to include comment count.Petter Reinholdtsen2011-07-29-0/+9
* Start on Catalyst based Open311 API based on old CGI based implementation.Petter Reinholdtsen2011-07-29-0/+632