aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | [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
| |
* | add convert_latlong option to body tableStruan Donald2018-03-29-2/+16
| | | | | | | | | | For controlling if reports pulled in via Open311 should have the position converted from Easting/Northing to lat/long.
* | optionally convert from EPSG:27700 to WGS84 on report importStruan Donald2018-03-29-3/+48
| | | | | | | | | | | | | | When pulling reports in over Open311 it's sometimes useful to be able to accept reports with Easting/Northing rather than latitude/longitude. This adds an option to GetServiceRequests to convert them as they come in.
* | fix timezone problems with offline inspector commentsStruan Donald2018-03-29-2/+12
|/ | | | | | | Comments added offline by an inspector set the time in JavaScript using a UTC epoch. We need to add the FMS timezone to this so it's in the timezone the database expects for timestamps otherwise it's incorrect when we fetch it back out
* Don’t show empty ‘provide extra detail’ sectionDave Arter2018-03-29-10/+64
| | | | | | Hides the empty “Help <council> resolve your problem quicker” section of the new report form if report metas for the selected category are all hidden fields.
* Make it easier to identify Open311 categories in category checkbox listDave Arter2018-03-29-1/+3
| | | | | | Displays the category’s email address (service code, for Open311) as a tooltip. This makes it easier to identify the right category when editing response templates, for example.
* Allow cobrands to hide phone number field when making reportsDave Arter2018-03-29-7/+17
|
* Fix invalid SQL on cobrand admin update edit pagesDave Arter2018-03-29-1/+2
|
* change asset layer to category display map to an arrayStruan Donald2018-03-29-4/+17
| | | | | Rather than associating an asset layer with a single category use an array so we can use a layer with multiple sub-categories
* Improve wording/grammar when report is sent to more than two bodiesDave Arter2018-03-29-11/+16
|