aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* [Peterborough] add display name field to admin for categoriesStruan Donald2020-09-09-0/+23
|
* [Peterborough] litter and dog bin assetsStruan Donald2020-09-09-0/+38
|
* [Peterborough] add extra open311 properties for bartecStruan Donald2020-09-09-1/+69
| | | | Bartec uses these to look up the UPRN of the property.
* [Zurich] Update wording of confirmation email.M Somerville2020-09-02-2/+2
|
* [Zurich] Factor out working days calculator.Matthew Somerville2020-09-02-36/+106
|
* [Bexley] Factor out BH code, fix offline test.Matthew Somerville2020-09-02-41/+49
|
* Allow extra questions to use a textarea.Matthew Somerville2020-09-02-0/+3
|
* [Hounslow] Factor non-map report creation calls.Matthew Somerville2020-09-02-43/+40
|
* [IoW] Small refactor of munging functions.Matthew Somerville2020-09-02-36/+25
|
* [Hackney] Do not match non-special destination addresses.M Somerville2020-08-28-2/+4
|
* Don’t display duplicate categories in filter on /around and /myDave Arter2020-08-28-0/+37
|
* [Hackney] Increase default zoom levelDave Arter2020-08-25-1/+1
|
* Merge branch 'oxfordshire-asset-tweaks'M Somerville2020-08-25-23/+24
|\
| * [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-20/+15
| |
| * [Oxfordshire] For Open311, put asset ID at start of detail.M Somerville2020-08-24-1/+1
| |
* | [Hackney] Allow editing & addition of contacts with special destination ↵Dave Arter2020-08-24-5/+54
|/ | | | | | | addresses This adds a cobrand hook to validate the email address provided when editing a contact in the admin.
* Update relevant meta message lines on named asset.M Somerville2020-08-24-1/+2
| | | | | | 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/+9
| | | | | | | | | 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
* [Oxfordshire] Don’t include USRN in report detailDave Arter2020-08-21-10/+0
|
* [Bromley] Requires original list returned.M Somerville2020-08-18-1/+1
|
* [FixaMinGata] Adds embedded Youtube video to the council page.Joe Siltberg2020-08-18-1/+25
|
* [FixaMinGata] CSS tweaks for improved accessibility.Joe Siltberg2020-08-18-3/+42
|
* [FixaMinGata] Makes the navigation (hopefully) less confusing.Joe Siltberg2020-08-18-16/+9
| | | | | The sidebar is now only used for internal links within the same page, and removed from a couple of places.
* [FixaMinGata] Adds accessibility link to the footer.Joe Siltberg2020-08-18-0/+4
|
* [FixaMinGata] Updates accessibility declarationJoe Siltberg2020-08-18-9/+2
|
* Merge branch 'bucks-com-flytipping'M Somerville2020-08-18-3/+30
|\
| * [Buckinghamshire] Fix off-road reports on .com.M Somerville2020-08-17-2/+29
| | | | | | | | | | Off-road flytipping reports were not being categorised on .com like they were on the Buckinghamshire cobrand.
| * Fix undefined value warning.M Somerville2020-08-17-1/+1
| |
* | Merge branch 'bromley-admin-templates-fix'M Somerville2020-08-18-10/+17
|\ \ | |/ |/|
| * [Bromley] Fix bug creating response template.M Somerville2020-08-17-0/+3
| |
| * [Bromley] Refactor template to more match base.M Somerville2020-08-17-9/+13
| |
| * [Bromley] Use Unicode nbsp character directly.M Somerville2020-08-17-1/+1
| | | | | | | | This avoids it being escaped by the template.
* | [Highways England] Update reporting message.M Somerville2020-08-17-3/+3
|/
* Allow one more zoom level on most map types.M Somerville2020-08-14-25/+41
| | | | Not on StreetView/OpenMap Local based, which are not available.
* MapQuest tiles went away a long time ago.M Somerville2020-08-14-69/+0
|
* Merge branch 'zoom-to-selected-asset-when-changing-asset'M Somerville2020-08-14-1/+7
|\
| * 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.
* | CSV export fix for e.g. spaces in category names.M Somerville2020-08-14-4/+5
|/
* Merge branch 'inspector-change-asset'M Somerville2020-08-14-46/+150
|\
| * 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-17/+78
| | | | | | | | | | This hopefully copes with assets displayed by category or by group, and updates the button to show/hide on category change.