aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Buckinghamshire] Update contact email address; hide address on contact pageDave Arter2018-04-03-6/+15
|
* [Buckinghamshire] Use problem category for alert email subject, not titleDave Arter2018-04-03-0/+54
|
* [Buckinghamshire] Ask for location instead of problem summaryDave Arter2018-04-03-2/+2
|
* [Buckinghamshire] Switch to OSM geocoderDave Arter2018-04-03-0/+3
|
* [Buckinghamshire] Custom wording on contact submit pageDave Arter2018-04-03-0/+21
|
* [Buckinghamshire] Set cobrand ‘is_council_with_case_management’ flagDave Arter2018-04-03-0/+2
| | | | | | | This hides the ‘Sent 5 minutes later’ message on each report and replaces it with ‘Received by Bucks moments later’ which is closer to what Bucks have requested. I’m not entirely sure this is the right thing to do, as Bucks haven’t actually received the report into Confirm moments later...
* [Buckinghamshire] Include Confirm ID in report confirmation emailsDave Arter2018-04-03-1/+178
|
* [Buckinghamshire] Disable phone number fieldDave Arter2018-04-03-0/+2
|
* [Buckinghamshire] Don’t send updates not made by original reporterDave Arter2018-04-03-1/+20
|
* [Buckinghamshire] Remove duplicate disambiguation for ‘Aylesbury’Dave Arter2018-04-03-0/+4
|
* [Buckinghamshire] Switch base map to OpenStreetMapDave Arter2018-04-03-3/+2
|
* [Buckinghamshire] Associate layers with multiple categoriesDave Arter2018-04-03-2/+6
|
* [Buckinghamshire] Initial roadworks work.Matthew Somerville2018-04-03-0/+200
|
* [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff.Matthew Somerville2018-04-03-1557/+702
|
* [Buckinghamshire] Enable MapIt lookups for parish councilsDave Arter2018-04-03-0/+202
|
* [Buckinghamshire] Minor refactor of assets object.Matthew Somerville2018-04-03-3/+2
|
* [Buckinghamshire] Enable category groupsDave Arter2018-04-03-0/+2
|
* [Buckinghamshire] Store USRN in site_code fieldDave Arter2018-04-03-1/+4
|
* [Buckinghamshire] Display adopted highways layer on mapDave Arter2018-04-03-1/+25
|
* [Buckinghamshire] Factor out shared asset configDave Arter2018-04-03-24/+23
|
* [Buckinghamshire] Include site_code and central_asset_id from map assetsDave Arter2018-04-03-2/+4
|
* [Buckinghamshire] Use viewport-sized loading strategy for assetsDave Arter2018-04-03-2/+4
|
* [Buckinghamshire] Update asset URL/namesDave Arter2018-04-03-6/+4
|
* [Buckinghamshire] Update placeholder wording of new report formDave Arter2018-04-03-0/+66
|
* [Buckinghamshire] Send asset details/title/description as individual attributesDave Arter2018-04-03-3/+9
|
* [Buckinghamshire] Add grit bins/street lighting asset layersDave Arter2018-04-03-0/+1742
|
* [Buckinghamshire] Update text on front page and update headingDave Arter2018-04-03-4/+16
|
* [Buckinghamshire] Send report_url attribute with Open311 service requestsDave Arter2018-04-03-1/+13
|
* [Buckinghamshire] Add initial cobrandDave Arter2018-04-03-0/+403
|
* Fix fancybox on admin report edit pagesDave Arter2018-04-03-0/+1
| | | | Still broken on update pages, haven’t gotten to the bottom of that yet.
* Don’t call add_extra_area_types cobrand hook on alerts pagesDave Arter2018-04-03-2/+5
|
* Allow WFS layers to be filtered on more than one matching filter_value attributeDave Arter2018-04-03-5/+15
| | | | Requires the OpenLayers build to include Strategy.Filter.
* Pass selected road feature to layer found handler functionDave Arter2018-04-03-3/+3
| | | | | The handler function may want to perform differing actions based on the selected feature’s attributes.
* enable road layers to perform actions when unselectedStruan Donald2018-04-03-0/+7
| | | | | set a last_road value so we can run code to do things like remove ui elements if the layer is no longer active
* let road layers define their own found/not_found actionsStruan Donald2018-04-03-10/+9
| | | | | Default to setting or unsetting single_body_only but if there is an action defined in the layer then call that instead
* road asset layers can restrict report bodyStruan Donald2018-04-03-2/+4
| | | | | Allow clicking on a road asset to set the only body to send the report to.
* limit problem body to single body if requiredStruan Donald2018-04-03-4/+35
| | | | | | Add a single_body_only form value to reports that contains the name of the only body to send the problem to. If the name doesn't match any of the valid bodies for the report then send to all.
* test for multiple bodies for one contactStruan Donald2018-04-03-0/+108
| | | | | test to check creating a new report for a category for which there are multiple bodies
* avoid OPTIONS pre-flight check when fetching asset layersStruan Donald2018-04-03-0/+10
|
* detect if map click is on/near a road assetStruan Donald2018-04-03-0/+79
| | | | currently just displays a hard coded message in the map sidepanel
* Merge branch 'jonkri-2.3'Matthew Somerville2018-04-03-525/+223
|\
| * [FixaMinGata] Add front page changesJon Kristensen2018-04-03-12/+9
| |
| * [FixaMinGata] Update council.html, FAQ and privacy policyJon Kristensen2018-04-03-318/+125
| |
| * [FixaMinGata] Update geocoding.Matthew Somerville2018-04-03-184/+63
| | | | | | | | | | | | | | | | - Removes the FixaMinGata Geocode module - Surround bounds coordinates with quotes - Return a different bounding box for Öckerö and other places - Specifies specific GPS coordinates for certain OpenStreetMap relations - Removes a comment
| * [FixaMinGata] Change pin colours.Matthew Somerville2018-04-03-3/+4
| |
| * [FixaMinGata] Replace stats separators with non-breaking spacesJon Kristensen2018-04-03-3/+9
| |
| * [FixaMinGata] Updated translation.Jon Kristensen2018-04-03-2/+2
| |
| * Make sure OSM geocoder is bounded, includes icon.Matthew Somerville2018-04-03-3/+11
| |
* | test that options pass from body to fetching problemsStruan Donald2018-03-29-0/+30
| |
* | add convert latlong option to open311 body adminStruan Donald2018-03-29-0/+15
| |