aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [BANES] Send report title and detail in individual Open311 attributesDave Arter2018-04-10-0/+16
| | | | | | | | | | The BANES Confirm integration puts the report title and description in different fields within Confirm. Because Open311 has no ‘title’ field for ServiceRequests, FMS will by default send the report title and description (along with a link) in a single string in the ‘description’ ServiceRequest field. The BANES open311-adapter code includes a title and description attribute on all published services, so this commit will fill those with the appropriate FMS fields when sending reports.
* [BANES] OSM geocoder & include full council nameDave Arter2018-04-10-1/+5
|
* [BANES] Add Email::BathNES send method with custom template for street light ↵Dave Arter2018-04-10-0/+146
| | | | reports
* [BANES] Add BathNES map type & assetsDave Arter2018-04-10-5/+2025
| | | | | | | | | | | | | BANES have some staff-only assets, so this adds a cobrand hook to enable extra JS to be included on the page for staff users. - Add custom OpenLayers build with GeoJSON support - Add grit bins/street lights/LLPG asset layers - Displays non-BANES street light assets in grey - Add adopted highways to map This means USRNs will be set for reports made by members of the public. To keep the map simple, however, the highways layer is invisible to non-staff users.
* [BANES] Don’t delete non-Open311 categoriesDave Arter2018-04-10-2/+3
|
* [BANES] Add Bath & North East Somerset cobrandDave Arter2018-04-10-0/+199
|
* Merge branch 'issues/2005-ie-chart-fixes'Matthew Somerville2018-04-10-5/+28
|\
| * Fix for table alignment on reports summary pageMartin Wright2018-04-06-1/+1
| |
| * No longer horizontally align label with JS.Martin Wright2018-04-06-4/+5
| | | | | | | | | | Fixes positioning bugs in all versions of IE due to calculating the wrong horizontal position.
| * prevent label positioning from happening in IE9Martin Wright2018-04-06-0/+20
| |
| * Don't run through this JavaScript in IE9Martin Wright2018-04-06-0/+3
| |
| * Remove height from canvas obj in chart containersMartin Wright2018-04-06-1/+0
| | | | | | | | Fixes broken aspect ratio in IE10
* | [Buckinghamshire] Give FAQ same filename as other.Matthew Somerville2018-04-09-0/+0
| | | | | | | | | | | | The static page cache does not store per-cobrand results, so having this have a different name can cause errors if the other result is returned from the cache.
* | [fixmystreet.com] Stop non-council email sign-up.Matthew Somerville2018-04-09-19/+19
| | | | | | | | 100% false positives so far.
* | [fixmystreet.com] Update form recipient.Matthew Somerville2018-04-06-1/+1
| |
* | Allow same-time state change from Open311 updates.Matthew Somerville2018-04-06-1/+2
| | | | | | | | | | | | If we've pulled in a report and an update from an external source, both may have exactly the same timestamp, and we do want to record the problem_state in that case.
* | Check recent reports for any hidden since cached.Matthew Somerville2018-04-06-33/+20
|/ | | | | Also stop caching lat/lon specific alert photo lists, and improve Memcached code.
* Updates to bounce handling strings.Matthew Somerville2018-04-06-1/+1
|
* [Buckinghamshire] Update contact email addressDave Arter2018-04-06-1/+1
|
* [Buckinghamshire] Look up site code from WFS when sending reportDave Arter2018-04-06-0/+50
| | | | | | Reports made via the national site or the app won’t have a site_code set as the asset layer isn’t shown in those cases. This commit adds a method that looks up the closest road from the WFS feed at the point of sending the report.
* [Buckinghamshire] Switch asset server to tilma.staging instead of devhostDave Arter2018-04-06-2/+1
|
* [Zurich] Fix bug creating new categories.Matthew Somerville2018-04-06-4/+4
| | | | Some code hadn't been updated with the switch to a state field.
* [Buckinghamshire] Include report reference number on update alert emailsDave Arter2018-04-05-2/+7
|
* [Buckinghamshire] Use standard navigation templateDave Arter2018-04-05-22/+1
|
* [UK] Promote council-exclusive summary dashboardZarino Zappia2018-04-05-42/+125
| | | | Fixes mysociety/fixmystreet-commercial#1016
* [UK] Remove "FMS" from council dashboard headerZarino Zappia2018-04-05-1/+1
|
* [UK] Drop FMS Pro branding from council dashboard login pageZarino Zappia2018-04-05-242/+75
|
* Correctly assign problem categories in GetServiceRequestsDave Arter2018-04-04-3/+4
| | | | | | | | FMS uses the Contact->email field for the Open311 service code, and the Contact->category field is the user-friendly service name. The wrong value was being compared previously, resulting in all fetched problems being assigned to the 'Other' category.
* Merge branch '2060-green-banner-mobile-bugfix'Zarino Zappia2018-04-04-0/+1
|\
| * Prevent green banner (#2032) appearing over mobile mapZarino Zappia2018-04-04-0/+1
| | | | | | | | Fixes #2060.
* | Make sure fixture clears out cached photo files.Matthew Somerville2018-04-04-0/+2
|/
* Default to only one hour for GetServiceRequestsDave Arter2018-04-04-1/+1
| | | | Certain endpoints can be slow, so fetch fewer reports at a time.
* Merge branch '2018-standardise-sub-map-links'Zarino Zappia2018-04-04-109/+129
|\
| * Standardise styling for #sub_map_links and #mob_sub_map_linksZarino Zappia2018-04-03-109/+129
| | | | | | | | | | | | | | | | Fixes #2018 by making the #sub_map_links bigger. But the greater win here is that we’re using fewer ID selectors in our CSS, and both #sub_map_links and #mob_sub_map_links now share the same styling – both of which are good for maintainability.
* | [Oxfordshire] Include urgent problem message above form on mobile.Matthew Somerville2018-04-04-10/+13
| |
* | Add test for update name in HTML part of email.Matthew Somerville2018-04-04-3/+2
| |
* | Default to last two hours in GetServiceRequestsDave Arter2018-04-04-9/+66
| | | | | | | | Also adds script for fetching the last 24hrs of reports
* | Fix test script running on PostgreSQL 9.1.Matthew Somerville2018-04-03-5/+3
| |
* | User import admin pageDave Arter2018-04-03-0/+124
| | | | | | | | | | | | This is intended to be an internal tool for quickly creating staff users in bulk. As such, it's hidden at /admin/user_import and is only available to superusers.
* | Include cobrand in ‘report logged’ template paramsDave Arter2018-04-03-0/+1
| | | | | | | | | | This was causing broken URLs in emails when sending reports to Bucks, as there was no cobrand to call `base_url_for_report` on.
* | [fixmystreet.com] Variant banner only on .comMatthew Somerville2018-04-03-1/+1
| |
* | [Buckinghamshire] Set cobrand base_urlDave Arter2018-04-03-1/+6
| |
* | Merge branch 'issues/commercial/793-buckinghamshire-demo'Dave Arter2018-04-03-12/+3269
|\ \
| * | [Buckinghamshire] Disable report creation entirely on non-Bucks roadsDave Arter2018-04-03-14/+21
| | | | | | | | | | | | | | | | | | This hides the report form entirely if the user has not selected a road maintained by Buckinghamshire. Also extends the roads layer to apply to all categories.
| * | [Buckinghamshire] Hide district-level categories from cobrandDave Arter2018-04-03-0/+7
| | |
| * | [Buckinghamshire] Add FAQ page.Matthew Somerville2018-04-03-0/+108
| | |
| * | [Buckinghamshire] Style Bucks/non-Bucks highways differentlyDave Arter2018-04-03-11/+38
| | |
| * | [Buckinghamshire] Update list of categories for invalid location messageDave Arter2018-04-03-1/+2
| | |
| * | [Buckinghamshire] Show error message when trying to create a road defect ↵Dave Arter2018-04-03-700/+1692
| | | | | | | | | | | | outside of Bucks roads
| * | [Buckinghamshire] Update contact email address; hide address on contact pageDave Arter2018-04-03-6/+15
| | |