aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
Commit message (Collapse)AuthorAgeLines
* do not use raw problem state to categorise problemsStruan Donald2011-08-18-1/+2
|
* avoid warnings about uninitalized valuesStruan Donald2011-08-18-1/+1
|
* remove hard coded state stringsStruan Donald2011-08-18-7/+10
|
* remove hard coded references to fixedStruan Donald2011-08-18-5/+5
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-121/+901
|\ | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * When on around page with JS, have click on map show hidden form and fetch ↵Matthew Somerville2011-08-17-0/+27
| | | | | | | | category/council.
| * Reduce size of JS output strings.Matthew Somerville2011-08-17-1/+1
| |
| * Factor out form part of form reporting.Matthew Somerville2011-08-16-1/+1
| |
| * Merge commit 'petter/catalyst_mapit_point'Matthew Somerville2011-08-15-2/+5
| |\
| | * Get postcode always lookup working in Norway.Petter Reinholdtsen2011-08-12-2/+5
| | |
| * | Show confirmed reports.Matthew Somerville2011-08-12-1/+3
| |/
| * Use Gaze distance if already fetched.Matthew Somerville2011-08-11-3/+3
| |
| * add a day to the end date so we actually get the whole date range :(Struan Donald2011-08-10-2/+4
| |
| * break down problems into states for a bit more clarityStruan Donald2011-08-10-1/+7
| |
| * add stats page with problem count gatheringStruan Donald2011-08-10-0/+59
| |
| * Call check_page function.Matthew Somerville2011-08-09-2/+2
| |
| * add remove user flag button to report and update edit pagesStruan Donald2011-08-09-1/+37
| |
| * allow flagging of user from report and update pagesStruan Donald2011-08-09-0/+34
| |
| * auto flag reported problemsStruan Donald2011-08-09-0/+4
| |
| * add flagged checkbox for report editingStruan Donald2011-08-09-1/+5
| |
| * reuse report table row generating template codeStruan Donald2011-08-09-2/+6
| |
| * list flagged items page for adminStruan Donald2011-08-09-4/+21
| |
| * abuse table searchStruan Donald2011-08-09-0/+21
| |
| * only show abuse links if allowedStruan Donald2011-08-09-0/+1
| |
| * documentation and bit of shuffling of where there are in the fileStruan Donald2011-08-09-90/+116
| |
| * add a ban email address buttonStruan Donald2011-08-09-5/+41
| |
| * Lowercase email addresses sent via /import. Fixes #146.Matthew Somerville2011-08-09-1/+1
| |
| * Store lat/lon from multiple results and use that to prevent infinite loop on ↵Matthew Somerville2011-08-09-6/+6
| | | | | | | | e.g. 'Clapham'.
| * Merge branch 'catalyst-open311-server'Matthew Somerville2011-08-06-4/+478
| |\
| | * Get Open311 RSS working, whether it's given a ResultSet or a lower level ↵Matthew Somerville2011-08-04-28/+27
| | | | | | | | | | | | statement handle.
| | * Leftovers.Petter Reinholdtsen2011-08-02-1/+1
| | |
| | * Try different approachh.Petter Reinholdtsen2011-08-02-7/+22
| | |
| | * Try to get Open311 GeoRSS output working.Petter Reinholdtsen2011-08-01-6/+14
| | |
| | * 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.
| * | Only allow problem confirmation up to a month after creation.Matthew Somerville2011-08-05-10/+23
| | |
| * | Warnfix.Matthew Somerville2011-08-05-1/+1
| | |
| * | Redirect if POSTed form is GETted.Matthew Somerville2011-08-05-0/+2
| | |
| * | Rename questionnaire index function so GET doesn't find it.Matthew Somerville2011-08-05-2/+2
| | |
| * | Sort reports on My Reports page, whoops.Matthew Somerville2011-08-05-3/+8
| | |
| * | Fix for bad requests to AJAX pin lookup.Matthew Somerville2011-08-05-13/+13
| | |
| * | Only fetch child councils - was also including parishes. Fixes #139.Matthew Somerville2011-08-01-4/+6
| | |
| * | Store confirmed time if done via admin interface, fixes #141.Matthew Somerville2011-08-01-0/+4
| |/
* | Merge branch 'new_statuses' of ↵Struan Donald2011-07-27-1/+1
|\ \ | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses