aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* [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
|
* [Westminster] Message for road/pavement damage.Matthew Somerville2019-08-16-0/+13
|
* [Westminster] Direct TfL reports to TfL.Matthew Somerville2019-08-16-0/+25
|
* [Westminster] Add USRN layer.Matthew Somerville2019-08-16-0/+18
|
* [Westminster] Message for burst water main.Matthew Somerville2019-08-16-0/+6
|
* [Westminster] Initial asset code.Matthew Somerville2019-08-16-0/+116
|
* Allow assets to appear based on group.Matthew Somerville2019-08-16-4/+17
| | | | | Instead of an asset_category list, you can supply an asset_group string, and the asset layer will appear as soon as the group is selected.
* Make sure asset unselected on layer hide.Matthew Somerville2019-08-16-1/+2
|
* Make asset layer select/hover controls use arrays.Matthew Somerville2019-08-16-24/+41
| | | | | | | | | This way, we will then be able to pass in multiple layers for only one pair of select/hover controls. Storing the controls on the layer makes it easier to handle, but it does mean the controls need to be switched on/off with visibility, as otherwise the RootContainer layer is always present, making things unselectable. This also means the controls need to be added to the map first, otherwise control activation won't work.
* Factor out fixmystreet.assets.add into functions.Matthew Somerville2019-08-16-173/+235
|
* Add OpenID Connect login functionalityDave Arter2019-08-16-1/+1
|
* [Westminster] Initial cobrand.Zarino Zappia2019-08-16-0/+419
| | | | | | | | | Include a demo fixture file that creates Westminster categories and two example users: bin/westminster/set-up-categories --commit Co-authored-by: Martin Wright <martin@mysociety.org> Co-authored-by: Matthew Somerville <matthew@mysociety.org>
* [fixmystreet.com] Improve fixmystreet.org link visibility in footerDave Arter2019-08-09-0/+4
|
* Merge branch 'issues/commercial/1480-asset-duplicate-interaction'Matthew Somerville2019-08-08-6/+23
|\
| * Have duplicate suggestion & assets coexist better.Matthew Somerville2019-08-07-1/+17
| |
| * Do not pass category element into change event.Matthew Somerville2019-08-07-5/+6
| |
* | Merge branch 'westminster-report-dupe-bugs'Matthew Somerville2019-08-08-1/+4
|\ \
| * | Retain extra data if signing in during reporting.Matthew Somerville2019-08-07-1/+2
| | |