aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
Commit message (Collapse)AuthorAgeLines
* [Zurich] use report_page_data cobrand hookStruan Donald2018-09-12-0/+25
| | | | remove hard coded report page behaviour
* Version 2.4.v2.4Matthew Somerville2018-09-06-4/+4
|
* [Bromley] Include ID/PROW in title only if given.Matthew Somerville2018-08-24-0/+1
|
* [Lincolnshire] Update front page wordingDave Arter2018-08-20-0/+6
| | | | Lincolnshire uses ‘division’ instead of ‘ward’ as well as Oxfordshire.
* [Lincolnshire] Add contact email addressDave Arter2018-08-17-1/+7
|
* [Lincolnshire] Add admin_user_domain and base_url configDave Arter2018-08-17-0/+8
|
* [Lincolnshire] Colour pins according to stateDave Arter2018-08-17-0/+10
|
* [Lincolnshire] Disable questionnairesDave Arter2018-08-17-1/+1
|
* [Lincolnshire] Send ‘report logged’ emails; don’t show FMS ID on ↵Dave Arter2018-08-17-0/+2
| | | | confirmation page
* [Lincolnshire] Update example places & geocoder configDave Arter2018-08-17-0/+17
|
* [Lincolnshire] Add assets to map & roadworks.org integrationDave Arter2018-08-17-0/+24
|
* [Lincolnshire] Only show certain district categories on cobrandDave Arter2018-08-17-0/+15
|
* [Lincolnshire] Add cobrand templates & stylesDave Arter2018-08-17-0/+35
|
* [Buckinghamshire] Factor lookup_site_code up into UKCouncils cobrandDave Arter2018-08-17-81/+112
|
* [Buckinghamshire] Open reports only by default.Matthew Somerville2018-08-07-0/+2
|
* [Buckinghamshire] Update flytipping handling.Matthew Somerville2018-08-07-13/+10
| | | | | | Allow flytipping reporting on cobrand and .com, with road reports going to Bucks Confirm and email, and non-road reports going to district and Bucks emails.
* [Buckinghamshire] Fix hard-coded category lookup.Matthew Somerville2018-08-03-1/+1
|
* Revert "[BANES] Send email when Open311 update submitted."Matthew Somerville2018-07-19-5/+0
| | | | This reverts commit 6bc39892d7075fac79c0f40b2740de095535329d.
* [fixmystreet.com] Default to open reports only.Matthew Somerville2018-07-03-0/+2
|
* Only display reports from last 6 months on around.Struan Donald2018-07-03-0/+4
| | | | | | | Add a checkbox to show older reports, plus if we get to the end of the new reports then instead of a Next button show a "show older" button that will reload the current page but with older reports also loaded. Wire it all up into the pushState code as well.
* [UK] Fix issue when body ID not equal to MapIt ID.Matthew Somerville2018-06-28-8/+16
| | | | | | | | | | | Hitherto when creating a body or ward alert on a UK site, the MapIt area ID has been stored instead of the body ID. This is okay for www.fixmystreet.com which for historical reasons does have body IDs that match MapIt area IDs, but other UK-based sites may well not. The alert lookup looks for body ID, meaning those alerts will not work. Save the body ID instead, plus fix some tests that were making the same assumption.
* [Buckinghamshire] Reduce flytipping road lookup to 5 metresDave Arter2018-06-22-1/+1
| | | | Anything smaller seems like it would result in a lot of false negatives.
* [Buckinghamshire] Update TfB flytipping addressDave Arter2018-06-21-1/+1
|
* Merge branch 'issues/commercial/1060-highway-flytipping-to-tfb'Matthew Somerville2018-06-20-1/+20
|\
| * [Buckinghamshire] Support extra recipient for road flytipping.Matthew Somerville2018-06-19-1/+18
| |
| * [Buckinghamshire] Add admin_user_domain.Matthew Somerville2018-06-19-0/+2
| |
* | [Bromley] Deal with partial postcodes in search.Matthew Somerville2018-06-20-3/+9
|/
* [UK] Ignore TfL body in get_body_handler_for_problem.Matthew Somerville2018-06-18-1/+1
|
* Merge branch 'issues/commercial/1038-bromley-tfl-direct'Matthew Somerville2018-06-14-13/+21
|\
| * [Bromley] Include TfL reports on map, in grey.Matthew Somerville2018-06-14-0/+8
| |
| * [UK] Improve owns_problem &c for use with TfL bodyMatthew Somerville2018-06-14-13/+13
| | | | | | | | | | We need to call owns_problem all the time, not just in two-tier areas, for pin colour and base URL, and ignore TfL in owns_problem and body lookup function.
* | Catch errors whilst quote_char is set.Matthew Somerville2018-06-13-86/+92
|/ | | | That way we can make sure we always reset quote_char even if something breaks.
* Merge branch 'issues/commercial/1037-bromley-wording'Matthew Somerville2018-06-04-0/+2
|\
| * [Bromley] Set default show name to zero.Matthew Somerville2018-06-04-0/+2
| |
* | [Bromley] Include asset ID in title if given.Matthew Somerville2018-06-04-1/+9
|/
* [BANES] Add extra columns to dashboard CSV export; behind new permissionDave Arter2018-05-31-0/+47
|
* [Buckinghamshire] Update email address.Matthew Somerville2018-05-24-1/+1
|
* Move default problem state to cobrand function.Matthew Somerville2018-05-15-0/+4
|
* [Buckinghamshire] Use tilma.mysociety.org for WFS instead of staging tilmaDave Arter2018-05-14-1/+1
|
* Make sure closest address stringified in extra.Matthew Somerville2018-05-14-2/+2
| | | | | 22f0fed0b made the closest address an object, and objects can’t be directly stored in the extra column.
* ajax endpoint to return closest address.Struan Donald2018-05-09-37/+34
| | | | | | | | /ajax/closest will return ajax with details of the closest address to the lat/lon passed in from the Bing geocoder. Tidy up find_closest() to use overloaded string rather than passing in whether you want a string or not.
* Remove needless category mappings.Matthew Somerville2018-05-08-1/+1
| | | | | Both filter categories and new report category lists went through mappings to different data structures, which doesn't seem to be needed.
* [BANES] Set admin_user_domain on cobrand to allow user editingDave Arter2018-05-03-0/+2
|
* [Buckinghamshire] Improve the site_code lookup to fetch nearest assetDave Arter2018-04-26-3/+51
| | | | | | | | | | | | | | The previous approach of requesting a small bounding box from the WFS server and using the first asset, if any, wasn’t sufficiently tolerant of reports that were made more than 5M away from a road, of which there were many. The problem with extending the bounding box used to fetch assets from the server is that the order of the returned assets didn’t have any bearing on their proximity to the centre of the bounding box (i.e., the location of the report). As an alternative approach this commit changes the method to instead fetch all assets within a much wider bounding box surrounding the report and iterates across the returned features in order to find the closest point and uses the site_code value from that feature.
* [Rutland] cobrand config changesStruan Donald2018-04-25-0/+9
|
* [Buckinghamshire] Increase fallback USRN lookup radius to 10MDave Arter2018-04-20-1/+1
| | | | | It’s not quite a ‘radius’ as it’s a square box, but this does bring it closer in line with the cobrand JS behaviour.
* [FixaMinGata] Remove a state label from the staff dropdown menuJon Kristensen2018-04-13-0/+8
|
* [BANES] Limit categories visible on cobrandDave Arter2018-04-10-0/+17
|
* [BANES] Add cobrand base_urlDave Arter2018-04-10-0/+6
|
* [BANES] Update contact addressDave Arter2018-04-10-1/+1
|