aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
Commit message (Collapse)AuthorAgeLines
* Remove some things from EHA website.Matthew Somerville2011-10-28-1/+1
|
* return an error if we cannot find the location rather than just bailingStruan Donald2011-10-21-1/+10
|
* actually make the fetching of open311 extra info fields workStruan Donald2011-10-20-12/+8
|
* only add on change handler if there are open311 extra paramsStruan Donald2011-10-20-0/+2
|
* Merge branch 'open311-consumer'Struan Donald2011-10-20-4/+94
|\
| * remove javascript eval and send down html insteadStruan Donald2011-10-20-1/+30
| |
| * make the additional information fields work with js update of category dropdownStruan Donald2011-10-20-2/+3
| |
| * Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-9/+28
| |\
| * \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-08-14/+57
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js
| * \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-38/+189
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| * \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-78/+333
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| * \ \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-39/+533
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css
| * | | | | | | unit tests for extra open311 fields in report pagesStruan Donald2011-08-04-1/+1
| | | | | | | |
| * | | | | | | configure open311 endpoint etc in admin interfaceStruan Donald2011-08-04-0/+32
| | | | | | | |
| * | | | | | | yet another attempt at storing the service detail informationStruan Donald2011-08-04-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this time we sort as we store so we don't need to do this every time we display the information
| * | | | | | | rejig data structure so we can sort the extra fieldsStruan Donald2011-08-03-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-03-7/+22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| * | | | | | | | slight neatening of data structure and some html tidy upStruan Donald2011-08-01-3/+5
| | | | | | | | |
| * | | | | | | | display and save extra info for open311 reportsStruan Donald2011-08-01-2/+27
| | | | | | | | |
* | | | | | | | | Stop warnings if org is not provided.Matthew Somerville2011-10-10-0/+19
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Ignore London in admin interface, text tweaks.Matthew Somerville2011-09-27-1/+2
| | | | | | | |
* | | | | | | | Decode template files read in with read_file, to prevent double encoding ↵Matthew Somerville2011-09-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixes #159). Also fix Welsh I18N test.
* | | | | | | | Add explicit as for older version of DBIx::Class or something like that.Matthew Somerville2011-09-13-0/+1
| | | | | | | |
* | | | | | | | Hopefully fix issue with council reports pagination display, link in RSS ↵Matthew Somerville2011-09-12-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feed, and nofollow map links.
* | | | | | | | Fix ever reported no count and link to graph in admin interface.Matthew Somerville2011-09-12-3/+8
| | | | | | | |
* | | | | | | | Change JSON response header for browsing map, so is not double-encoded. Add ↵Matthew Somerville2011-09-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests for it.
* | | | | | | | Fix redirect of old Open311 URIs when they have query parameters.Matthew Somerville2011-09-12-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | split up stats by month instead of stateStruan Donald2011-09-07-8/+27
| | | | | | |
* | | | | | | filter stats by councilStruan Donald2011-09-07-8/+25
| | | | | | |
* | | | | | | Disable address in RSS temporarily.Matthew Somerville2011-09-02-2/+2
| | | | | | |
* | | | | | | Add address information to description in RSS feedsStruan Donald2011-08-29-0/+6
| | | | | | |
* | | | | | | test for removing flag and make it workStruan Donald2011-08-26-1/+1
| | | | | | |
* | | | | | | add flagged checkbox to user edit admin pageStruan Donald2011-08-26-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | few more static statesStruan Donald2011-08-18-1/+1
| | | | | |
* | | | | | show closed problems on my pageStruan Donald2011-08-18-1/+1
| | | | | |
* | | | | | 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
| | | | | |