| Commit message (Expand) | Author | Age | Lines |
* | marked closed reports as such in the issues list for default cobrand | Struan Donald | 2012-07-31 | -0/+4 |
* | marked closed reports as such in the issues list | Struan Donald | 2012-07-30 | -0/+2 |
* | basic SendReport::Email tests | Struan Donald | 2012-07-30 | -0/+77 |
* | Update readme to point to code.fixmystreet.com for instructions. | Matthew Somerville | 2012-07-27 | -446/+28 |
* | Some text tweaks to the notes docs, updating customisation with new defaults. | Matthew Somerville | 2012-07-26 | -57/+60 |
* | print out message about reports that we tried to send to unconfirmed email ad... | Struan Donald | 2012-07-24 | -5/+18 |
* | Get attribution right on zoomed in maps in NI. | Matthew Somerville | 2012-07-23 | -1/+3 |
* | Don't show postcode column in RSS/alert emails, may have no bearing on report. | Matthew Somerville | 2012-07-23 | -71/+20 |
* | Store body sent to on external_body. | Matthew Somerville | 2012-07-23 | -0/+1 |
* | Return correct failure code if no recipients. | Matthew Somerville | 2012-07-23 | -40/+40 |
* | Add NI sender, for handling cross-council road reports. | Matthew Somerville | 2012-07-20 | -27/+101 |
* | Simplify SendReport code, moving some Email only bits to that module. | Matthew Somerville | 2012-07-20 | -43/+45 |
* | Remove FMS related code from EmptyHomes SendReport. | Matthew Somerville | 2012-07-20 | -3/+0 |
* | Update text in test. | Matthew Somerville | 2012-07-20 | -3/+1 |
* | Move location_offshore warning to standard location_error, so is shown in Aja... | Matthew Somerville | 2012-07-20 | -10/+4 |
* | Improve map tile handling outside Great Britain. | Matthew Somerville | 2012-07-20 | -18/+44 |
* | Add LGD area type to list of valid area types. | Matthew Somerville | 2012-07-20 | -1/+1 |
* | Remove any Northern Ireland specific code. | Matthew Somerville | 2012-07-20 | -33/+7 |
* | Remove relative paths from install_perl_modules. Fixes #305. | Matthew Somerville | 2012-07-19 | -2/+2 |
* | Remove remaining UK specific code from Default cobrand. Fixes #186. | Matthew Somerville | 2012-07-19 | -162/+207 |
* | Treat Other more like a normal category. | Matthew Somerville | 2012-07-19 | -9/+7 |
* | Define constant for Bromley area ID. | Matthew Somerville | 2012-07-19 | -4/+5 |
* | Get port for default mapit URL. | Matthew Somerville | 2012-07-18 | -1/+5 |
* | Show dev message about script that might need to be run. | Matthew Somerville | 2012-07-18 | -2/+5 |
* | Couple more URLs to right site (e.g. already answered questionnaire). | Matthew Somerville | 2012-07-18 | -12/+12 |
* | Fetch updates as report page does, so they're displayed. | Matthew Somerville | 2012-07-18 | -2/+19 |
* | Blank YAML seems to be an issue with deployment.. | Matthew Somerville | 2012-07-18 | -1/+1 |
* | Move updates HTML to where it can actually be seen. | Matthew Somerville | 2012-07-18 | -2/+1 |
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -54/+100 |
* | Fix test (change was in b1ccde8). | Matthew Somerville | 2012-07-16 | -1/+1 |
* | Update installation notes to mention Global MapIt and other tweaks. | Matthew Somerville | 2012-07-16 | -28/+39 |
* | Remove old test suite, and some unused config variables, tidying up config file. | Matthew Somerville | 2012-07-16 | -655/+50 |
* | Add XML::RSS and XML::Parser to carton.lock. | Matthew Somerville | 2012-07-16 | -0/+210 |
* | A test for the previous commit 5778fd3 (passes there, fails in b1ccde8). | Matthew Somerville | 2012-07-16 | -0/+82 |
* | Tokens can look at all reports. | Matthew Somerville | 2012-07-16 | -1/+2 |
* | incorporate new dashboard design | Struan Donald | 2012-07-16 | -25/+135 |
* | Move default cobrand to new design. | Matthew Somerville | 2012-07-13 | -9/+121 |
* | Move UK example places out of default cobrand. | Matthew Somerville | 2012-07-13 | -1/+5 |
* | Make default front page form text non-GB specific. | Matthew Somerville | 2012-07-13 | -16/+11 |
* | Photos always on front page, /reports uses confirmed, not confirmed_local. | Matthew Somerville | 2012-07-13 | -2/+7 |
* | Factor all list display report items into one template. | Matthew Somerville | 2012-07-13 | -90/+33 |
* | Merge a few similar templates into default, brings in couple of minor council... | Matthew Somerville | 2012-07-13 | -223/+140 |
* | Now display things are in the templates, inheritance can be tidied up. | Matthew Somerville | 2012-07-13 | -12/+1 |
* | Move all_reports_style functionality to templates. | Matthew Somerville | 2012-07-13 | -113/+98 |
* | Add Nominatim-based geocoding service (fixes #183). | Matthew Somerville | 2012-07-13 | -20/+87 |
* | Always allow OSM as an allowed map type, even if none given. | Matthew Somerville | 2012-07-13 | -2/+2 |
* | If no MAPIT_URL in config, default to the fake one. | Matthew Somerville | 2012-07-13 | -0/+4 |
* | Move banner generation logic out of cobrand code and into templates. | Matthew Somerville | 2012-07-13 | -108/+49 |
* | Remove various UK specific code out of Default cobrand into UK one. | Matthew Somerville | 2012-07-13 | -131/+152 |
* | Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly. | Matthew Somerville | 2012-07-13 | -68/+121 |