aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* | | [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-0/+210
| | |
* | | [IsleOfWight] check name correct for private categoriesStruan Donald2019-09-27-5/+8
| | |
* | | [IsleOfWight] roadworks.org integrationStruan Donald2019-09-27-1/+11
| | |
* | | [IsleOfWight] Initial cobrand.Struan Donald2019-09-27-0/+86
|/ / | | | | | | | | | | | | | | | | Co-authored-by: Matthew Somerville <matthew@mysociety.org> Configured to allow: - updates only from original reporter - close updates from fetch reports - use OSM geocoder
* | [Westminster] Add roadworks.org responsible partyGraeme Porteous2019-09-27-0/+14
| |
* | [Westminster] Add roadworks.org layerGraeme Porteous2019-09-27-0/+18
|/ | | | Fixes: https://github.com/mysociety/fixmystreet-commercial/issues/1566
* Merge branch 'admin-search-boxes-flex-bug'Matthew Somerville2019-09-24-6/+4
|\
| * Support for select boxes in .form-txt-submit-boxZarino Zappia2019-09-23-6/+4
| |
* | [Hounslow] Use Confirm validation rules for reportsDave Arter2019-09-23-14/+15
|/
* Merge branch 'bexley-map-tiles'Matthew Somerville2019-09-19-0/+24
|\
| * [Bexley] Add new map tiles.Matthew Somerville2019-09-19-0/+24
| |
* | Replace inline submit form with flexbox.Matthew Somerville2019-09-19-117/+31
| |
* | Fix some heading structure.Matthew Somerville2019-09-19-1/+1
| |
* | Darken front page step numbers.Matthew Somerville2019-09-19-1/+1
| |
* | Remove on-map permalink.Matthew Somerville2019-09-19-55/+8
| | | | | | | | We retain the code as it is updating the URL on map move.
* | Use container-max-width in front page container.Matthew Somerville2019-09-19-1/+3
|/
* [Bexley] Reduce radius around red routes.Matthew Somerville2019-09-13-0/+1
|
* Make /alert page RSS links clickableZarino Zappia2019-09-10-5/+11
| | | | | | | | | | | | Fixes a bug that appears to have been introduced in edf8456, where the RSS icons on the /alert page were being stacked behind the relatively positioned form labels, making them unclickable. While I was there, I also standardised the markup for all three RSS images to use the translatable alt text and double quotes for the HTML attributes. Fixes #2624.
* Merge branch 'bexley-tfl'Matthew Somerville2019-09-10-5/+47
|\
| * [Bexley] Add TfL road support.Matthew Somerville2019-09-04-5/+34
| |
| * Add multipolygon containsPoint() support.Matthew Somerville2019-09-04-0/+13
| |
* | [Bristol] Add roadworks.Matthew Somerville2019-09-06-22/+51
| |
* | Merge branch 'issues/commercial/1543-asset-ordering'Matthew Somerville2019-09-05-36/+47
|\ \
| * | Make sure extras hidden when only_send is active.Matthew Somerville2019-09-04-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The extras may be a confusing stopper message that only applies to the 'main' body, or it may be extra questions that are now not required. Either way, we should hide this information, and we need to make sure the server no longer checks if required extra questions have been answered.
| * | Always perform layer loadend one-off setup.Matthew Somerville2019-09-04-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | This was previously restricted to coming directly to /report/new, but this meant it wasn't being run when e.g. Buckinghamshire winter routes or Westminster TfL roads were being loaded after the appropriate category selection, so their effects did not occur (as the checkFeature code was called prior to the layer finishing loading).
| * | [Westminster] Run stopper check after layer check.Matthew Somerville2019-09-04-0/+4
| | | | | | | | | | | | | | | | | | | | | The stopper check runs first, which could mean that if the asset layer has not yet loaded, the form is disabled when it should not be (e.g. on a TfL road in a road category). Make sure that we always run the stopper check after the TfL layer check, in case it changes something.
| * | Factor out stopper matching check function.Matthew Somerville2019-09-04-34/+39
| |/
* / [Hounslow] Disable trees asset layer again.Dave Arter2019-09-05-34/+36
|/ | | | | | It's still not working as expected, with lots of rejected reports. This reverts commit 49c74ded4275005e766a948ec47d4cc722e0567e.
* [Bromley] Use live map server.Matthew Somerville2019-09-04-1/+1
|
* [UK] Fix issue with body_overrides.Matthew Somerville2019-09-03-7/+7
| | | | | | | | Note how in road_not_found, the Highways England check could never pass because the only_send was being removed the line before. When the Buckinghamshire and Northamptonshire code was factored together, it looks like bits were taken from one that weren't present in the other, and so should not have been present in the shared code.
* [UK] Empty category meta when HE selected.Matthew Somerville2019-09-03-0/+2
| | | | | Any message being included there will be for the appropriate council and not relevant.
* [Hounslow] Re-enable trees asset layerDave Arter2019-09-03-36/+34
|
* [Westminster] Update emergency message handling.Matthew Somerville2019-08-30-23/+6
|
* [Northamptonshire] add roadworks.org layerStruan Donald2019-08-30-0/+19
| | | | Fixes mysociety/fixmystreet-commercial#1293
* Allow form-disabling per Open311 question answer.Matthew Somerville2019-08-29-3/+31
|
* Add admin to disable reporting form per category.Dave Arter2019-08-29-79/+26
| | | | | Remove all existing hard-coded register_category calls, and have a new way of implementing staff_ignore.
* [Hounslow] Disable trees asset layerDave Arter2019-08-28-34/+36
| | | | | | The asset data we hold is out of date with Confirm, and is causing problems sending reports as the central_asset_id field is being rejected by Confirm.
* Fix bug with body public display text.Matthew Somerville2019-08-27-1/+1
| | | | | | The CSV utils function returns an array of arrays, not just an array, which this code did not realise. All this affected was sometimes both bodies were shown in a two-tier area when the code meant to show one.
* [Bristol] add flooding assetsStruan Donald2019-08-23-0/+7
|
* [Westminster] Switch assets to live tilmaDave Arter2019-08-19-1/+1
|
* [Westminster] Hide ‘change password’ & ‘change email’ links on /myDave Arter2019-08-16-0/+9
|
* [Westminster] Replace ‘gully’ with ‘drain’ in asset selection UIDave Arter2019-08-16-1/+1
|
* [Westminster] Server-side UPRN lookup for categories where it’s presentDave Arter2019-08-16-2/+2
| | | | Also updates client-side UPRN lookup config to handle renamed fields.
* Maintain filter_category/group if locate me used.Matthew Somerville2019-08-16-1/+1
| | | | Also update lat/lon parameters to match JS.
* [Westminster] Move inline CSS to stylesheet.Matthew Somerville2019-08-16-0/+31
|
* Enable passing of ‘filter_group’ param to / to pre-filter /around mapDave Arter2019-08-16-1/+1
|
* [Westminster] Hide duplicate suggestion update button.Matthew Somerville2019-08-16-0/+4
|
* [Westminster] Ask for parent/child UPRN separatelyMatthew Somerville2019-08-16-6/+29
|
* [Westminster] Add UPRN layer, asking for address.Matthew Somerville2019-08-16-2/+114
|