aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* [BANES] Rejig front page layout to put emergency text beneath postcode fieldDave Arter2018-04-10-0/+9
|
* [BANES] Updated header/footer/navigation.Matthew Somerville2018-04-10-90/+543
|
* [BANES] Rename usrn field to site_codeDave Arter2018-04-10-1/+1
| | | | To match the more generic changes in open311-adapter
* [BANES] Add BathNES map type & assetsDave Arter2018-04-10-0/+1938
| | | | | | | | | | | | | BANES have some staff-only assets, so this adds a cobrand hook to enable extra JS to be included on the page for staff users. - Add custom OpenLayers build with GeoJSON support - Add grit bins/street lights/LLPG asset layers - Displays non-BANES street light assets in grey - Add adopted highways to map This means USRNs will be set for reports made by members of the public. To keep the map simple, however, the highways layer is invisible to non-staff users.
* [BANES] Add Bath & North East Somerset cobrandDave Arter2018-04-10-0/+139
|
* Merge branch 'issues/2005-ie-chart-fixes'Matthew Somerville2018-04-10-5/+27
|\
| * Fix for table alignment on reports summary pageMartin Wright2018-04-06-1/+1
| |
| * No longer horizontally align label with JS.Martin Wright2018-04-06-4/+4
| | | | | | | | | | Fixes positioning bugs in all versions of IE due to calculating the wrong horizontal position.
| * prevent label positioning from happening in IE9Martin Wright2018-04-06-0/+20
| |
| * Don't run through this JavaScript in IE9Martin Wright2018-04-06-0/+3
| |
| * Remove height from canvas obj in chart containersMartin Wright2018-04-06-1/+0
| | | | | | | | Fixes broken aspect ratio in IE10
* | [fixmystreet.com] Stop non-council email sign-up.Matthew Somerville2018-04-09-1/+5
|/ | | | 100% false positives so far.
* [Buckinghamshire] Switch asset server to tilma.staging instead of devhostDave Arter2018-04-06-2/+1
|
* [UK] Promote council-exclusive summary dashboardZarino Zappia2018-04-05-31/+101
| | | | Fixes mysociety/fixmystreet-commercial#1016
* [UK] Drop FMS Pro branding from council dashboard login pageZarino Zappia2018-04-05-205/+46
|
* Merge branch '2018-standardise-sub-map-links'Zarino Zappia2018-04-04-104/+124
|\
| * Standardise styling for #sub_map_links and #mob_sub_map_linksZarino Zappia2018-04-03-104/+124
| | | | | | | | | | | | | | | | Fixes #2018 by making the #sub_map_links bigger. But the greater win here is that we’re using fewer ID selectors in our CSS, and both #sub_map_links and #mob_sub_map_links now share the same styling – both of which are good for maintainability.
* | [Oxfordshire] Include urgent problem message above form on mobile.Matthew Somerville2018-04-04-10/+10
| |
* | [Buckinghamshire] Disable report creation entirely on non-Bucks roadsDave Arter2018-04-03-8/+13
| | | | | | | | | | | | This hides the report form entirely if the user has not selected a road maintained by Buckinghamshire. Also extends the roads layer to apply to all categories.
* | [Buckinghamshire] Style Bucks/non-Bucks highways differentlyDave Arter2018-04-03-11/+38
| |
* | [Buckinghamshire] Update list of categories for invalid location messageDave Arter2018-04-03-1/+2
| |
* | [Buckinghamshire] Show error message when trying to create a road defect ↵Dave Arter2018-04-03-700/+1680
| | | | | | | | outside of Bucks roads
* | [Buckinghamshire] Associate layers with multiple categoriesDave Arter2018-04-03-2/+6
| |
* | [Buckinghamshire] Initial roadworks work.Matthew Somerville2018-04-03-0/+199
| |
* | [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff.Matthew Somerville2018-04-03-1557/+699
| |
* | [Buckinghamshire] Minor refactor of assets object.Matthew Somerville2018-04-03-3/+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] Send asset details/title/description as individual attributesDave Arter2018-04-03-2/+2
| |
* | [Buckinghamshire] Add grit bins/street lighting asset layersDave Arter2018-04-03-0/+1672
| |
* | [Buckinghamshire] Add initial cobrandDave Arter2018-04-03-0/+306
| |
* | 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.
* | 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
* [FixaMinGata] Add front page changesJon Kristensen2018-04-03-0/+0
|
* Allow cobrands to hide phone number field when making reportsDave Arter2018-03-29-1/+8
|
* change asset layer to category display map to an arrayStruan Donald2018-03-29-4/+16
| | | | | Rather than associating an asset layer with a single category use an array so we can use a layer with multiple sub-categories
* [UK] Area summary dashboards with plug for FMS ProMatthew Somerville2018-03-27-0/+111
| | | | Fixes mysociety/fixmystreet-commercial#943.
* Fix issues with new report pin, improve cursor.Matthew Somerville2018-03-26-1/+11
| | | | | | | | | | The "coerce pin ID to integer" behaviour to fix a previous issue was coercing undefined to NaN, which then caused other problems with the new report pin, such as fading out when hovered, and being the wrong size. Also improve the cursor handling, showing the grab/ grabbing cursors where available.
* Fix race condition making a new report.Matthew Somerville2018-03-26-0/+4
| | | | | | If you started a new report by clicking the map before the server had responded with the map list pins, when they did arrive they would replace the new report pin.
* [UK] Correctly show and hide experimental .big-green-bannerZarino Zappia2018-03-20-0/+3
|
*-. Merge branches '2016-uk-green-banner-click-starts-report', ↵Zarino Zappia2018-03-20-6/+111
|\ \ | | | | | | | | | '2016-uk-green-banner-position-test' and '2021-uk-homepage-intent-experiment'