Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Buckinghamshire] Update contact email address; hide address on contact page | Dave Arter | 2018-04-03 | -6/+15 |
| | ||||
* | [Buckinghamshire] Use problem category for alert email subject, not title | Dave Arter | 2018-04-03 | -0/+54 |
| | ||||
* | [Buckinghamshire] Ask for location instead of problem summary | Dave Arter | 2018-04-03 | -2/+2 |
| | ||||
* | [Buckinghamshire] Switch to OSM geocoder | Dave Arter | 2018-04-03 | -0/+3 |
| | ||||
* | [Buckinghamshire] Custom wording on contact submit page | Dave Arter | 2018-04-03 | -0/+21 |
| | ||||
* | [Buckinghamshire] Set cobrand ‘is_council_with_case_management’ flag | Dave Arter | 2018-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 emails | Dave Arter | 2018-04-03 | -1/+178 |
| | ||||
* | [Buckinghamshire] Disable phone number field | Dave Arter | 2018-04-03 | -0/+2 |
| | ||||
* | [Buckinghamshire] Don’t send updates not made by original reporter | Dave Arter | 2018-04-03 | -1/+20 |
| | ||||
* | [Buckinghamshire] Remove duplicate disambiguation for ‘Aylesbury’ | Dave Arter | 2018-04-03 | -0/+4 |
| | ||||
* | [Buckinghamshire] Switch base map to OpenStreetMap | Dave Arter | 2018-04-03 | -3/+2 |
| | ||||
* | [Buckinghamshire] Associate layers with multiple categories | Dave Arter | 2018-04-03 | -2/+6 |
| | ||||
* | [Buckinghamshire] Initial roadworks work. | Matthew Somerville | 2018-04-03 | -0/+200 |
| | ||||
* | [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff. | Matthew Somerville | 2018-04-03 | -1557/+702 |
| | ||||
* | [Buckinghamshire] Enable MapIt lookups for parish councils | Dave Arter | 2018-04-03 | -0/+202 |
| | ||||
* | [Buckinghamshire] Minor refactor of assets object. | Matthew Somerville | 2018-04-03 | -3/+2 |
| | ||||
* | [Buckinghamshire] Enable category groups | Dave Arter | 2018-04-03 | -0/+2 |
| | ||||
* | [Buckinghamshire] Store USRN in site_code field | Dave Arter | 2018-04-03 | -1/+4 |
| | ||||
* | [Buckinghamshire] Display adopted highways layer on map | Dave Arter | 2018-04-03 | -1/+25 |
| | ||||
* | [Buckinghamshire] Factor out shared asset config | Dave Arter | 2018-04-03 | -24/+23 |
| | ||||
* | [Buckinghamshire] Include site_code and central_asset_id from map assets | Dave Arter | 2018-04-03 | -2/+4 |
| | ||||
* | [Buckinghamshire] Use viewport-sized loading strategy for assets | Dave Arter | 2018-04-03 | -2/+4 |
| | ||||
* | [Buckinghamshire] Update asset URL/names | Dave Arter | 2018-04-03 | -6/+4 |
| | ||||
* | [Buckinghamshire] Update placeholder wording of new report form | Dave Arter | 2018-04-03 | -0/+66 |
| | ||||
* | [Buckinghamshire] Send asset details/title/description as individual attributes | Dave Arter | 2018-04-03 | -3/+9 |
| | ||||
* | [Buckinghamshire] Add grit bins/street lighting asset layers | Dave Arter | 2018-04-03 | -0/+1742 |
| | ||||
* | [Buckinghamshire] Update text on front page and update heading | Dave Arter | 2018-04-03 | -4/+16 |
| | ||||
* | [Buckinghamshire] Send report_url attribute with Open311 service requests | Dave Arter | 2018-04-03 | -1/+13 |
| | ||||
* | [Buckinghamshire] Add initial cobrand | Dave Arter | 2018-04-03 | -0/+403 |
| | ||||
* | Fix fancybox on admin report edit pages | Dave Arter | 2018-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 pages | Dave Arter | 2018-04-03 | -2/+5 |
| | ||||
* | Allow WFS layers to be filtered on more than one matching filter_value attribute | Dave Arter | 2018-04-03 | -5/+15 |
| | | | | Requires the OpenLayers build to include Strategy.Filter. | |||
* | Pass selected road feature to layer found handler function | Dave Arter | 2018-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 unselected | Struan Donald | 2018-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 actions | Struan Donald | 2018-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 body | Struan Donald | 2018-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 required | Struan Donald | 2018-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 contact | Struan Donald | 2018-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 layers | Struan Donald | 2018-04-03 | -0/+10 |
| | ||||
* | detect if map click is on/near a road asset | Struan Donald | 2018-04-03 | -0/+79 |
| | | | | currently just displays a hard coded message in the map sidepanel | |||
* | Merge branch 'jonkri-2.3' | Matthew Somerville | 2018-04-03 | -525/+223 |
|\ | ||||
| * | [FixaMinGata] Add front page changes | Jon Kristensen | 2018-04-03 | -12/+9 |
| | | ||||
| * | [FixaMinGata] Update council.html, FAQ and privacy policy | Jon Kristensen | 2018-04-03 | -318/+125 |
| | | ||||
| * | [FixaMinGata] Update geocoding. | Matthew Somerville | 2018-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 Somerville | 2018-04-03 | -3/+4 |
| | | ||||
| * | [FixaMinGata] Replace stats separators with non-breaking spaces | Jon Kristensen | 2018-04-03 | -3/+9 |
| | | ||||
| * | [FixaMinGata] Updated translation. | Jon Kristensen | 2018-04-03 | -2/+2 |
| | | ||||
| * | Make sure OSM geocoder is bounded, includes icon. | Matthew Somerville | 2018-04-03 | -3/+11 |
| | | ||||
* | | test that options pass from body to fetching problems | Struan Donald | 2018-03-29 | -0/+30 |
| | | ||||
* | | add convert latlong option to open311 body admin | Struan Donald | 2018-03-29 | -0/+15 |
| | |