Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Refactor SendReport::Open311 to use cobrand hooks. | Matthew Somerville | 2017-03-09 | -0/+33 |
| | | | | | | | | | | | | | | Avoid doing cobrand-specific logic within SendReport::Open311. The hooks defined are: open311_config: set extra fields open311_pre_send: set endpoints and munge data These are tested in the new t/app/sendreport/open311.t, which does not send any actual reports, but just checks that all the data is munged into the expected format. (tests under t/open311* should already test the actual sending) Remove unused Open311 special cases. | |||
* | [UK Councils] Use correct cobrand base URL if STAGING_SITE | Dave Arter | 2016-07-08 | -1/+2 |
| | | | | | Instead of using BASE_URL as the base URL on council cobrands when STAGING is true, use the UK councils default (which is cobrand name prepended to BASE_URL). | |||
* | Rename process_extras to process_open311_extras. | Matthew Somerville | 2016-03-08 | -2/+2 |
| | | | | | It is currently only used for processing extra fields (the list, not the metadata hash) which is really only of relevance to Open311. | |||
* | [Bromley] Switch from Bing to OSM geocoder for Bromley | Dave Arter | 2015-08-25 | -30/+6 |
| | | | | | Bing's geocoder is generating increasing numbers of erroneous results, so let's see how OSM fares instead. | |||
* | [Bromley] Add more disambiguation rules for geocoder | Dave Arter | 2015-08-13 | -2/+14 |
| | | | | | | Also tidies up some repeated regexes Fixes #1176 | |||
* | [Bromley] Improve disambiguation for Mottingham Lane | Steven Day | 2015-06-12 | -3/+2 |
| | | | | | | | The previous commit added some disambiguation, but it didn't actually work - despite the string working when you search for it directly. This commit improves that, so we just add a postcode to the road name, which definitely works. | |||
* | [Bromley] Add more disambiguation for Bromley - Mottingham Lane | Steven Day | 2015-06-12 | -3/+8 |
| | ||||
* | [Bromley] fix BR5 and BR6 geocoding issues | Hakim Cassimally | 2014-12-29 | -0/+18 |
| | | | | | | | | | fixes #850 by adding appropriate postcodes to fix some issues reported by council. Unsure why, but one of these (Kelsey Hill) seemed to require different ordering than others: is this a Bing oddity, or am I doing something wrong? | |||
* | [Bromley] disambiguation for White Horse Hill | Hakim Cassimally | 2014-07-18 | -0/+7 |
| | | | | | | | | | | This street is on boundary of Bromley with Greenwich, so a simple disambiguation of $town = "chislehurst" falls foul of UKCouncils-> area_check. It may be worth overriding area_check in general, but in mean time, setting a specific postcode (on the Bromley side of the administrative boundary) allows the map to be seen. | |||
* | Tidy up cobrand template inheritance. | Matthew Somerville | 2014-07-08 | -8/+0 |
| | | | | | Most cobrands can just inherit from the Default function, with only those needing an exception specified. | |||
* | Send back a list of titles in new report ajax details | Struan Donald | 2013-08-01 | -0/+3 |
| | | | | | This is so that the mobile app can use the list to build the appropriate UI as fixing the HTML that is sent for the site is too awful. | |||
* | Don't add Bromley to strings with Orpington in. | Matthew Somerville | 2013-04-11 | -3/+2 |
| | ||||
* | Only match High Street alone, there are others in the borough. | Matthew Somerville | 2013-04-11 | -1/+1 |
| | ||||
* | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -3/+1 |
| | ||||
* | Add Zurich geocoder (and allow geocoder choice to be picked in config). | Matthew Somerville | 2012-12-04 | -1/+1 |
| | ||||
* | Move site_name/site_title into templates where they belong. | Matthew Somerville | 2012-08-17 | -8/+0 |
| | ||||
* | add partial postcode for bromley high street lookup to help bing | Struan Donald | 2012-08-09 | -2/+10 |
| | ||||
* | adjust the initial display of the map on all reports page so there's | Struan Donald | 2012-08-09 | -0/+13 |
| | | | | less jumping about on Internet Explorer | |||
* | set bromley to display only 20 reports at a time on all reports page | Struan Donald | 2012-08-09 | -0/+2 |
| | ||||
* | Now display things are in the templates, inheritance can be tidied up. | Matthew Somerville | 2012-07-13 | -4/+0 |
| | ||||
* | Move all_reports_style functionality to templates. | Matthew Somerville | 2012-07-13 | -1/+0 |
| | ||||
* | Add Nominatim-based geocoding service (fixes #183). | Matthew Somerville | 2012-07-13 | -1/+1 |
| | ||||
* | Use config domain if a development site. | Matthew Somerville | 2012-06-13 | -1/+2 |
| | ||||
* | Put admin URL in cobrand where it should be. | Matthew Somerville | 2012-06-08 | -0/+2 |
| | ||||
* | update Bromley cobrand to use re-organised code | Struan Donald | 2012-06-08 | -0/+1 |
| | ||||
* | Have Bromley logo on main site too, use short name in confirmation emails. | Matthew Somerville | 2012-05-30 | -0/+3 |
| | ||||
* | Allow map override from cobrand. | Matthew Somerville | 2012-05-25 | -0/+4 |
| | ||||
* | Bromley details in cobrand. | Matthew Somerville | 2012-05-25 | -0/+12 |
| | ||||
* | Enforce the MRO that I thought was happening but turns out wasn't. | Matthew Somerville | 2012-05-25 | -0/+1 |
| | ||||
* | Pins yellow on /my for Bromley. | Matthew Somerville | 2012-05-22 | -0/+6 |
| | ||||
* | Only Bromley cobrand has first/last name fields, all have title. | Matthew Somerville | 2012-05-21 | -0/+5 |
| | ||||
* | No questionnaires for Bromley. | Matthew Somerville | 2012-05-21 | -4/+6 |
| | ||||
* | Remove some duplicate code. | Matthew Somerville | 2012-05-18 | -56/+2 |
| | ||||
* | Add Bromley to searches if not present. | Matthew Somerville | 2012-05-11 | -0/+1 |
| | ||||
* | Include new design banner text function. | Matthew Somerville | 2012-05-03 | -0/+27 |
| | ||||
* | Bromley want only one month on around page. | Matthew Somerville | 2012-05-02 | -0/+4 |
| | ||||
* | Bromley have changed their mind, want all pins one colour again. | Matthew Somerville | 2012-05-02 | -1/+1 |
| | ||||
* | Update Bromley title text. | Matthew Somerville | 2012-05-01 | -0/+5 |
| | ||||
* | Fix CM8 Bromley pin colours. | Matthew Somerville | 2012-05-01 | -0/+6 |
| | ||||
* | Fewer photos on /alert for Bromley. | Matthew Somerville | 2012-04-24 | -0/+6 |
| | ||||
* | move special field processing out to cobrands | Struan Donald | 2012-04-02 | -0/+28 |
| | ||||
* | Cobrand specific example front page placeholder, start of layout tweaks, fix ↵ | Matthew Somerville | 2012-03-22 | -0/+6 |
| | | | | geocoding. | |||
* | Initial creation of Bromley cobrand. | Matthew Somerville | 2012-03-22 | -0/+29 |