aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller
Commit message (Collapse)AuthorAgeLines
* Don't show postcode column in RSS/alert emails, may have no bearing on report.Matthew Somerville2012-07-23-5/+0
|
* Move location_offshore warning to standard location_error, so is shown in ↵Matthew Somerville2012-07-20-1/+1
| | | | Ajax pin selection.
* Remove any Northern Ireland specific code.Matthew Somerville2012-07-20-1/+1
|
* Remove remaining UK specific code from Default cobrand. Fixes #186.Matthew Somerville2012-07-19-7/+0
|
* Treat Other more like a normal category.Matthew Somerville2012-07-19-7/+5
|
* Define constant for Bromley area ID.Matthew Somerville2012-07-19-4/+5
|
* Show dev message about script that might need to be run.Matthew Somerville2012-07-18-2/+5
|
* Couple more URLs to right site (e.g. already answered questionnaire).Matthew Somerville2012-07-18-12/+12
|
* Fetch updates as report page does, so they're displayed.Matthew Somerville2012-07-18-2/+2
|
* Improve on 73da842, few more places where cobrand specific report URL is needed.Matthew Somerville2012-07-18-2/+2
|
* Tokens can look at all reports.Matthew Somerville2012-07-16-1/+2
|
* Move banner generation logic out of cobrand code and into templates.Matthew Somerville2012-07-13-2/+0
|
* Remove various UK specific code out of Default cobrand into UK one.Matthew Somerville2012-07-13-1/+5
|
* Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly.Matthew Somerville2012-07-13-1/+57
| | | | | | | | | Setting MAPIT_URL to .../fakemapit/ will then return one area, ID 161 and type ZZZ, whatever co-ordinate it is given. This means the default area type is now ZZZ, the UK specific types are moved into the UK cobrands, and the tests updated accordingly to still function (they assume UK-ness a lot, so probably need an ALLOWED_COBRANDS entry of "fixmystreet: 'localhost'" and for your host's domain to show fixmystreet too).
* Factor out hard-coded number into cobrand function.Matthew Somerville2012-07-06-1/+1
|
* Remove unused base_url_for_emails function.Matthew Somerville2012-07-06-1/+1
|
* Make RSS feeds act same as email alerts with links to main site.Matthew Somerville2012-07-06-7/+9
|
* Factor out site_key as that's only used in one place too.Matthew Somerville2012-07-06-5/+5
|
* Factor out the SQL restriction from site_restriction, as it's only used in ↵Matthew Somerville2012-07-06-9/+8
| | | | one place.
* Move site restriction to within query, so it is ANDed.Matthew Somerville2012-06-27-3/+1
|
* Only create alert if actual parameters differ, not just cobrand/lang.Matthew Somerville2012-06-21-8/+14
|
* Call process_extras() from updates too, so that error checking runs.Matthew Somerville2012-06-21-3/+6
|
* Unused variable.Matthew Somerville2012-06-21-2/+0
|
* Fix spelling of this variable.Matthew Somerville2012-06-21-1/+1
|
* Treat update calling of extra_name same as reporting does it.Matthew Somerville2012-06-21-0/+2
|
* display category prompts on southampton cobrandStruan Donald2012-06-19-5/+2
|
* Merge branch 'phonegap'Struan Donald2012-06-15-0/+112
|\
| * inital pass at sign in/sign out functionalityStruan Donald2012-06-01-0/+49
| |
| * update photo processing pathStruan Donald2012-05-25-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into phonegapStruan Donald2012-05-23-134/+256
| |\
| * | first pass of using password to loging. needs lots of work stillStruan Donald2012-03-15-6/+11
| | |
| * | Merge remote-tracking branch 'origin/master' into phonegapStruan Donald2012-03-14-145/+125
| |\ \
| * | | add in new handler for report submission from phonegap appsStruan Donald2012-03-12-0/+58
| | | |
* | | | Update councils links to new location at mysociety.orgMatthew Somerville2012-06-13-7/+0
| | | |
* | | | Put admin URL in cobrand where it should be.Matthew Somerville2012-06-08-7/+8
| | | |
* | | | Merge branch 'council-dashboard'Matthew Somerville2012-06-06-31/+124
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Dashboard.pm templates/web/default/dashboard/index.html
| * | | | problem_status is only set for council user updates so check forStruan Donald2012-05-24-1/+1
| | | | | | | | | | | | | | | | | | | | mark_fixed and null problem_status to identify user - fixed updates
| * | | | add closed state to pageStruan Donald2012-05-16-1/+1
| | | | |
| * | | | small tweak to calculation of user fixed problem countsStruan Donald2012-05-15-1/+1
| | | | |
| * | | | need council details for setup categories as need type to get category listStruan Donald2012-05-15-2/+1
| | | | |
| * | | | add council name to dashboardStruan Donald2012-05-14-0/+4
| | | | |
| * | | | move wards to json fileStruan Donald2012-05-14-0/+1
| | | | |
| * | | | change example data on category or ward selectionStruan Donald2012-05-10-1/+6
| | | | |
| * | | | put example dashboard data in json fileStruan Donald2012-05-10-11/+19
| | | | |
| * | | | Lists of reports by age.Matthew Somerville2012-05-09-7/+23
| | | | |
| * | | | Not marked statistic.Matthew Somerville2012-05-09-6/+17
| | | | |
| * | | | Initial example page.Matthew Somerville2012-05-09-0/+29
| | | | |
| * | | | Initial time to fix/mark rows.Matthew Somerville2012-05-09-24/+44
| | | | |
| * | | | Get data for dashboard dropdowns and enable faceted lookup using them.Matthew Somerville2012-05-09-7/+33
| | | | |
| * | | | Redirect to login page if not logged in.Matthew Somerville2012-05-09-0/+2
| | | | |