aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* [Bromley] Remove service buttons, change logos.M Somerville2020-11-11-0/+10
|
* [Bromley] Service images.Martin Wright2020-11-11-1/+14
|
* [Bromley] Look for open events.Matthew Somerville2020-11-11-0/+4
|
* [Bromley] Add partner logos to bottom of waste pagesZarino Zappia2020-11-11-0/+40
|
* [Bromley] Add waste service lookup.Matthew Somerville2020-11-11-0/+198
| | | | | This creates an integration to view bin collection days, and placeholders for the start of a non-map property-based reporting flow.
* [Highways England] Remove map grayscale.M Somerville2020-11-08-1/+0
|
* [Highways England] Expand across non-DBFO roads.M Somerville2020-11-08-3/+3
|
* [Borsetshire] Move sign-in button code inline.M Somerville2020-11-02-20/+1
| | | | | This should fix a race condition on Travis where the button is clicked before the JavaScript on the button has registered.
* [Bromley] Main text links bold.M Somerville2020-10-19-0/+9
|
* [Bromley] Switch out header fontMartin Wright2020-10-19-1/+1
| | | | Bromley's live site doesn't seem to have Gill Sans anywhere any more
* [Oxfordshire] Add instruct defect functionality back inChris Mytton2020-10-12-0/+13
| | | | | | | | | | | | In the past Oxfordshire had a way for inspectors to "instruct a defect", which generated a CSV which got emailed to Oxfordshire with a list of defects. They now want to bring this functionality back, but instead of emailing a CSV they want it to call an API. As a first step towards that goal, this change adds back some of the instruct defect functionality that was removed in 68e18ff.
* Record whether report made on desktop or mobile.M Somerville2020-10-02-0/+1
|
* Merge branch 'improved-email-phone-in-form'M Somerville2020-09-30-11/+15
|\
| * Make sure JS error is not within segmented controlM Somerville2020-09-25-1/+5
| |
| * If text auth on, ask which method they wish to useM Somerville2020-09-25-10/+10
| |
* | do not trigger duplicate check with stopper checkStruan Donald2020-09-30-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The stopper checking code is triggered using the category_change event which, by default also calls the duplicate check code. This meant that when an extra question dropdown with an associated stopper was updated the duplicate check re-ran and the duplicate reports panel was re-shown. The invocation of category_change on the extra questions now includes the skip_duplicates parameter to avoid this. Fixes mysociety/fixmystreet-commercial#2007
* | [UK] "Search tips" message when there are no location search resultsZarino Zappia2020-09-28-3/+201
|/ | | | | | | | | UK cobrands now display UK-specific postcode/address search tips, when the geocoder returns no results. This should hopefully help people tweak their search, to return a better result next time. The tips are based on findings from a study we ran on geocoder misses across all UK cobrands over March, April, May, and June 2020.
* [IsleOfWight] use standard confirm validationStruan Donald2020-09-25-0/+2
|
* [Northamptonshire] update staging asset server addressStruan Donald2020-09-20-1/+1
|
* [Northamptonshire] add in V2 PRoW and Traffic Light assetsStruan Donald2020-09-18-88/+54
|
* [Northamptonshire] distinguish PRoW assets by typeStruan Donald2020-09-18-5/+5
| | | | | Use the styleid to identify PRoW types and colour them differently in V2 layers
* [Northants] update defaults and URLStruan Donald2020-09-18-6/+15
| | | | Some of this has changed/moved in the base class so update accordingly
* [AlloyV2] update asset fetching codeStruan Donald2020-09-18-6/+5
| | | | change resolution and zoom level for asset layers
* [Northamptonshire] update assets to use AlloyV2Struan Donald2020-09-18-249/+58
| | | | | update the defaults etc to use the alloy V2 code, along with updating the layer ids etc.
* [TfL] Category rename.M Somerville2020-09-15-1/+1
|
* [Peterborough] litter and dog bin assetsStruan Donald2020-09-09-0/+38
|
* [Oxfordshire] Show selected asset name in left column.M Somerville2020-08-24-1/+7
|
* [Oxfordshire] Show gullies on drainage category.M Somerville2020-08-24-1/+1
|
* [Oxfordshire] Include asset details on report page.M Somerville2020-08-24-8/+0
|
* Update relevant meta message lines on named asset.M Somerville2020-08-24-1/+1
| | | | | | Otherwise, if you switch category and the new asset layer is added before the old is removed, the old (still visible) layer asset found would fire but change the meta message of the new layer.
* Do not unselect an asset from a different layer.M Somerville2020-08-24-0/+6
| | | | | | | If a new asset layer is shown before an old one is removed, the removal could cause the newly selected asset to be unselected, leaving visibly an asset selected but nothing recorded as being selected behind the scenes.
* Fix display of marker pin swapping WFS layers.M Somerville2020-08-24-4/+7
| | | | | | | If multiple layers are being shown (e.g. Peterborough trees) then the number of visible layers could go 1 -> 2 -> 3 -> 2, and this code would get confused and reshow the marker pin even though an asset had been selected.
* Prevent duplicate selected assets in a layer.M Somerville2020-08-24-1/+1
|
* [UK] hide change asset button if category drop downs hiddenStruan Donald2020-08-21-1/+3
| | | | | | | | | The change asset button code relies on the category drop downs being visible which requires either the change report category or inspect report permissions. Hide the button if these are not present and only fire the update button code if it's present. Fixes mysociety/fixmystreet-commercial#1961
* [FixaMinGata] Adds embedded Youtube video to the council page.Joe Siltberg2020-08-18-0/+19
|
* [FixaMinGata] CSS tweaks for improved accessibility.Joe Siltberg2020-08-18-3/+42
|
* Allow one more zoom level on most map types.M Somerville2020-08-14-4/+4
| | | | Not on StreetView/OpenMap Local based, which are not available.
* MapQuest tiles went away a long time ago.M Somerville2020-08-14-34/+0
|
* Zoom in to asset if selected when changing asset.M Somerville2020-08-14-1/+7
| | | | | | If you click the change asset button on a report page that was loaded inline from a map list page, you want to see assets around the report and not the centre of the map.
* Better UX on mobile for inspector changing asset.M Somerville2020-08-13-1/+24
| | | | | Scrolls to map and locks map full screen when change asset pressed; collapse map to finish; displays attribute fields in map overlay.
* [UK] Add missing hover styles to assets.M Somerville2020-08-13-0/+6
|
* When inspector changing asset, prevent background map click.M Somerville2020-08-13-2/+7
|
* Only create one admin drag control.M Somerville2020-08-13-1/+4
| | | | | | It was previously creating one on each report you looked at. A side effect of which was upping the z-index of the layer by one each time, making adding asset layers bit trickier.
* Do not set attribute fields on hidden layers.M Somerville2020-08-13-0/+3
| | | | | | | | This did not really matter before because you were either hiding an asset layer (and thus its fields), or selecting a new layer/asset (and so the last thing would be setting the attributes for the new asset. But it was unnecessary, and now we're updating an inspector form and the fields may apply to more than one layer.
* Allow inspectors to change report asset.M Somerville2020-08-13-13/+69
| | | | | This hopefully copes with assets displayed by category or by group, and updates the button to show/hide on category change.
* Factor together BNG inspector pin field function.M Somerville2020-08-13-22/+20
| | | | Update all name= fields, that should be fine.
* Add asset layers at load before visibility changesM Somerville2020-08-13-3/+8
| | | | | This is so any SelectFeature layers appear at the end of the layers and the hover/click effects work on them.
* [Oxfordshire] Switch to our own server for NSG.M Somerville2020-08-10-4/+2
|
* [Oxfordshire] prevent reports on non OCC assetsStruan Donald2020-08-10-1/+66
| | | | also improve contrast between assets and labels
* [Oxfordshire] Add NSG roads layer.Struan Donald2020-08-10-0/+50
| | | | | Prevent reports on areas not on a road for relevant categories, and do not allow reporting on private roads.