Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Reliably sort send methods in admin. | Matthew Somerville | 2018-04-10 | -2/+2 | |
| | |||||
* | [BANES] Update archive email template wording | Dave Arter | 2018-04-10 | -6/+8 | |
| | |||||
* | Lower case/strip whitespace from email addresses during user import | Dave Arter | 2018-04-10 | -0/+2 | |
| | |||||
* | Fix again test script running on PostgreSQL 9.1. | Matthew Somerville | 2018-04-10 | -2/+4 | |
| | | | | | It was not enough to move the schema to a separate run, the two fixtures need to be separate too. | ||||
* | Update DateTime::TimeZone. | Matthew Somerville | 2018-04-10 | -440/+489 | |
| | |||||
* | [BANES] Add cobrand base_url | Dave Arter | 2018-04-10 | -0/+6 | |
| | |||||
* | Merge branch 'issues/commercial/795-bath-demo' | Dave Arter | 2018-04-10 | -161/+3426 | |
|\ | |||||
| * | [BANES] Hide email address from contact form | Dave Arter | 2018-04-10 | -6/+0 | |
| | | |||||
| * | [BANES] Add archive email template | Dave Arter | 2018-04-10 | -0/+81 | |
| | | |||||
| * | [BANES] Update contact address | Dave Arter | 2018-04-10 | -1/+1 | |
| | | |||||
| * | [BANES/Buckinghamshire] Make it simpler to override report form elements | Dave Arter | 2018-04-10 | -135/+17 | |
| | | |||||
| * | [BANES/Buckinghamshire] Share ‘report sent’ emails between cobrands | Dave Arter | 2018-04-10 | -198/+15 | |
| | | |||||
| * | Add layer attribution to attribution control | Struan Donald | 2018-04-10 | -0/+6 | |
| | | | | | | | | | | If a layer has an attribution option then add it to the attribution control when the layer becomes visible. | ||||
| * | [BANES] add attribution details to road layer | Struan Donald | 2018-04-10 | -1/+2 | |
| | | |||||
| * | [BANES] remove fill from LLPG layer labels | Struan Donald | 2018-04-10 | -2/+1 | |
| | | |||||
| * | [BANES] Rejig front page layout to put emergency text beneath postcode field | Dave Arter | 2018-04-10 | -5/+16 | |
| | | |||||
| * | [BANES] Pass fixed search string back to geocoder | Dave Arter | 2018-04-10 | -0/+1 | |
| | | |||||
| * | Geocoders: allow cobrands to fixup user's search string | Dave Arter | 2018-04-10 | -0/+6 | |
| | | | | | | | | | | This is useful, for example, if the cobrand has a list of common typos that you want to account for. | ||||
| * | [BANES] Include FMS ID as council ref on sent reports | Dave Arter | 2018-04-10 | -0/+17 | |
| | | |||||
| * | [BANES] Tweaks to text display. | Matthew Somerville | 2018-04-10 | -4/+10 | |
| | | | | | | | | Note use of inline style. | ||||
| * | Factor out show name tickbox, used same everywhere. | Matthew Somerville | 2018-04-10 | -14/+8 | |
| | | |||||
| * | [BANES] Send email when Open311 update submitted. | Matthew Somerville | 2018-04-10 | -4/+62 | |
| | | |||||
| * | [BANES] Updated header/footer/navigation. | Matthew Somerville | 2018-04-10 | -90/+605 | |
| | | |||||
| * | [BANES] Rename usrn field to site_code | Dave Arter | 2018-04-10 | -5/+7 | |
| | | | | | | | | To match the more generic changes in open311-adapter | ||||
| * | [BANES] Handle common road name typos in geocoder disambiguation | Dave Arter | 2018-04-10 | -0/+21 | |
| | | |||||
| * | [BANES] Update wording of front page and report form | Dave Arter | 2018-04-10 | -6/+81 | |
| | | |||||
| * | [BANES] Lookup USRN at point of sending report, if not present | Dave Arter | 2018-04-10 | -0/+51 | |
| | | | | | | | | | | | | | | Reports made via FMS.com or the app probably won't have a USRN value because we don't display the adopted highways layer on those frontends. Instead we'll look up the closest asset from the WFS service at the point we're sending the report over Open311. | ||||
| * | [BANES] Send confirmation email for all reports upon sending to Council | Dave Arter | 2018-04-10 | -1/+65 | |
| | | |||||
| * | [BANES] Include report ID in ‘report created’ emails. | Dave Arter | 2018-04-10 | -0/+111 | |
| | | | | | | | | For mysociety/fixmystreetforcouncils#285 | ||||
| * | [BANES] Add report rejection workflow | Dave Arter | 2018-04-10 | -0/+167 | |
| | | | | | | | | WIP, for mysociety/fixmystreetforcouncils#284 | ||||
| * | [BANES] Send report title and detail in individual Open311 attributes | Dave Arter | 2018-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 name | Dave Arter | 2018-04-10 | -1/+5 | |
| | | |||||
| * | [BANES] Add Email::BathNES send method with custom template for street light ↵ | Dave Arter | 2018-04-10 | -0/+146 | |
| | | | | | | | | reports | ||||
| * | [BANES] Add BathNES map type & assets | Dave Arter | 2018-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 categories | Dave Arter | 2018-04-10 | -2/+3 | |
| | | |||||
| * | [BANES] Add Bath & North East Somerset cobrand | Dave Arter | 2018-04-10 | -0/+199 | |
|/ | |||||
* | Merge branch 'issues/2005-ie-chart-fixes' | Matthew Somerville | 2018-04-10 | -5/+28 | |
|\ | |||||
| * | Fix for table alignment on reports summary page | Martin Wright | 2018-04-06 | -1/+1 | |
| | | |||||
| * | No longer horizontally align label with JS. | Martin Wright | 2018-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 IE9 | Martin Wright | 2018-04-06 | -0/+20 | |
| | | |||||
| * | Don't run through this JavaScript in IE9 | Martin Wright | 2018-04-06 | -0/+3 | |
| | | |||||
| * | Remove height from canvas obj in chart containers | Martin Wright | 2018-04-06 | -1/+0 | |
| | | | | | | | | Fixes broken aspect ratio in IE10 | ||||
* | | [Buckinghamshire] Give FAQ same filename as other. | Matthew Somerville | 2018-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 Somerville | 2018-04-09 | -19/+19 | |
| | | | | | | | | 100% false positives so far. | ||||
* | | [fixmystreet.com] Update form recipient. | Matthew Somerville | 2018-04-06 | -1/+1 | |
| | | |||||
* | | Allow same-time state change from Open311 updates. | Matthew Somerville | 2018-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 Somerville | 2018-04-06 | -33/+20 | |
|/ | | | | | Also stop caching lat/lon specific alert photo lists, and improve Memcached code. | ||||
* | Updates to bounce handling strings. | Matthew Somerville | 2018-04-06 | -1/+1 | |
| | |||||
* | [Buckinghamshire] Update contact email address | Dave Arter | 2018-04-06 | -1/+1 | |
| | |||||
* | [Buckinghamshire] Look up site code from WFS when sending report | Dave Arter | 2018-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. |