aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Open311.pm
Commit message (Collapse)AuthorAgeLines
* Store full size photos that are uploaded on filesystem, put hash in ↵Matthew Somerville2012-03-08-1/+1
| | | | database. Fixes #9, basics for #209 (needs light box adding).
* 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 ↵Matthew Somerville2011-08-04-23/+7
| | | | statement handle.
* 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
Comment out non-working code for now.