aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | [IsleOfWight] zoom in on selected report from triage listStruan Donald2019-09-27-1/+8
| | |
* | | [IsleOfWight] correctly handle triage categories on reports/around pagesStruan Donald2019-09-27-12/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add in some cobrand handlers to make sure a) the appropriate categories are show to staff/non staff users on the around and reports pages b) that those categories are correctly expanded to the child categories when using the category filter to search reports This is because non staff users should only be shown Isle of Wight categories with a send_method of 'Triage', however once those reports are triaged the post triage categories need to be included in any filtering
* | | [IsleOfWight] add an admin interface to triage reportsStruan Donald2019-09-27-94/+788
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On reports with a state of `for_triage` override the `_inspect.html` template to display one which allows only allows the user to change the category from one with a 'Triage' send_method to a non Triage send_method. When saved this records a comment with the original category and the category it was triaged to. This is hidden from the site as it's only used for audit purposes and sending over Open311. This assumes that the triage categories have the same names as the groups of the confirm categories. It uses this to select the first confirm category in the group corresponding to the triage category. This also makes the sidebar geolocation onclick handler check for the presence of the button, as the triage inspect form does not have it.
* | | [IsleOfWight] add Triage SendReport moduleStruan Donald2019-09-27-1/+70
| | | | | | | | | | | | sets the state of the report to `for_triage` upon sending
* | | [IsleOfWight] decrease spot asset snap threshold to 5mStruan Donald2019-09-27-5/+1
| | |
* | | [fixmystreet.com] include isle of wight assetsStruan Donald2019-09-27-0/+1
| | |
* | | [IsleOfWight] add asset layersStruan Donald2019-09-27-0/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses the Triage categories as the category names and uses the associated groups to make sure the assets are displayed to staff users. There is a default streets layer as a fallback for site_codes. Some of the categories include both line and point assets so the line assets have `display_zoom_message` in order that both show the details of the currently selected asset.
* | | enable non interactive layers to show zoom messageStruan Donald2019-09-27-1/+4
| | | | | | | | | | | | | | | | | | | | | we want the road layers to be able to show the zoom/pick a thing/you have picked a thing message so add a `display_zoom_message` config option to override the `non_interative` option. We don't want to remove the `non_interative` option as otherwise item selection hides the pin.
* | | allow stopper message to be after category extrasStruan Donald2019-09-27-1/+18
| | | | | | | | | | | | | | | | | | check for a `fixmystreet.stopper_after` property and if present insert the stopper element after the category extra to allow for layout preferences.
* | | allow asset snap threshold to be changedStruan Donald2019-09-27-1/+1
| | | | | | | | | | | | | | | for assets layers where we have both line and point assets it's not helpful to have the snap threshold be very large.
* | | [IsleOfWight] script to add asset attributes to triage categoriesStruan Donald2019-09-27-0/+124
| | | | | | | | | | | | | | | These need a script to add asset_id/site_code to the category so this is set by the front end
* | | [IsleOfWight] fix wmts bbox strategy settingStruan Donald2019-09-27-2/+2
| | | | | | | | | | | | | | | | | | Change the way we set the BBOX strategy for the map layer as otherwise when we check for bbox_strategy in display_around this is set but has not been associated with a layer so .activate fails.
* | | [IsleOfWight] switch to IoW map tilesStruan Donald2019-09-27-3/+300
| | |
* | | [IsleOfWight] skip sending urgent fieldStruan Donald2019-09-27-0/+46
| | | | | | | | | | | | This is only used to determine if we should block sending the form
* | | [IsleOfWight] limit admin_user_domain to island roadsStruan Donald2019-09-27-0/+2
| | |
* | | [IsleOfWight] display Island Roads for moderation userStruan Donald2019-09-27-1/+31
| | |
* | | [IsleOfWight] do not show reference number on report confirmationStruan Donald2019-09-27-0/+2
| | |
* | | [IsleOfWight] display external id as ref noStruan Donald2019-09-27-2/+14
| | | | | | | | | | | | Fixes mysociety/fixmystreet-commercial#1522
* | | [Hounslow,IsleOfWight] Remove an override templateMatthew Somerville2019-09-27-14/+1
| | |
* | | [IsleOfWhite] make sure category_extras uses correct nameStruan Donald2019-09-27-9/+54
| | |
* | | [IsleOfWight] frontend tests for roadworks.org integrationStruan Donald2019-09-27-0/+109
| | |
* | | [IsleOfWight] check name correct for private categoriesStruan Donald2019-09-27-6/+19
| | |
* | | [IsleOfWight] fix some unbranded emailsStruan Donald2019-09-27-0/+156
| | | | | | | | | | | | Also tests for confirm report, report sent and alert emails.
* | | [IsleOfWight] configure report sent confirmation emailsStruan Donald2019-09-27-0/+2
| | |
* | | [IsleOfWight] tests for closing fetched closed updatesStruan Donald2019-09-27-1/+52
| | |
* | | [IsleOfWight] include FMS prefix on updates sent over open311Struan Donald2019-09-27-1/+4
| | |
* | | [IsleOfWight] update report form labelsStruan Donald2019-09-27-0/+3
| | |
* | | [IsleOfWight] fix all reports linkStruan Donald2019-09-27-1/+18
| | | | | | | | | | | | | | | | | | The area name does not match the council name so it redirects to the national site, so check for the all_reports_single_body and use that as the matching instead.
* | | [IsleOfWight] only include javascript on relevant pagesStruan Donald2019-09-27-8/+10
| | |
* | | [IsleOfWight] Open311 fixed update includes message.Matthew Somerville2019-09-27-3/+59
| | |
* | | [IsleOfWight] roadworks.org integrationStruan Donald2019-09-27-1/+16
| | |
* | | [IsleOfWight] Initial cobrand.Struan Donald2019-09-27-22/+313
|/ / | | | | | | | | | | | | | | | | Co-authored-by: Matthew Somerville <matthew@mysociety.org> Configured to allow: - updates only from original reporter - close updates from fetch reports - use OSM geocoder
* | Merge branch 'issues/commercial/1566-roadworks-intergration'Graeme Porteous2019-09-27-0/+34
|\ \ | |/ |/|
| * [Westminster] Add roadworks.org responsible partyGraeme Porteous2019-09-27-0/+14
| |
| * [Westminster] Add roadworks.org layerGraeme Porteous2019-09-27-0/+20
|/ | | | Fixes: https://github.com/mysociety/fixmystreet-commercial/issues/1566
* Merge branch 'admin-search-boxes-flex-bug'Matthew Somerville2019-09-24-22/+26
|\
| * Support for select boxes in .form-txt-submit-boxZarino Zappia2019-09-23-19/+19
| |
| * Restore single-line layout for admin index search inputsZarino Zappia2019-09-23-3/+7
| |
* | [Hounslow] Use Confirm validation rules for reportsDave Arter2019-09-23-14/+21
|/
* [Open311] Spot <groups> parameter rather than CSV.Matthew Somerville2019-09-20-84/+17
|
* [Northamptonshire] No updates on some reports.Matthew Somerville2019-09-20-0/+30
| | | | Fixed, closed, or reports by the body user.
* Merge branch 'bexley-map-tiles'Matthew Somerville2019-09-19-23/+222
|\
| * [Bexley] Add specific geocoder.Matthew Somerville2019-09-19-4/+110
| |
| * Switch geocoders to be pluggable.Matthew Somerville2019-09-19-18/+28
| |
| * [Bexley] Add new map tiles.Matthew Somerville2019-09-19-1/+84
| |
* | Merge branch 'some-bits-from-ce-cobrand'Matthew Somerville2019-09-19-221/+97
|\ \
| * | Replace inline submit form with flexbox.Matthew Somerville2019-09-19-117/+31
| | |
| * | Fix some heading structure.Matthew Somerville2019-09-19-7/+9
| | |
| * | Add legend to alert form fieldset.Matthew Somerville2019-09-19-0/+1
| | |
| * | Darken front page step numbers.Matthew Somerville2019-09-19-1/+2
| | |