aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* [Bexley] Include UPRN in Uniform submission.Matthew Somerville2019-12-13-0/+4
|
* [TfL] Server-side red route lookup for new report categoriesDave Arter2019-12-12-69/+4
| | | | | | | | | | | | | | | | | | | | This commit checks the RedRoutes WFS layer on tilma to determine if the point at which a new report is being made is on a TfL red route. The returned categories are then adjusted accordingly: - If on a red route, all TfL categories as well as borough categories specific to street cleaning are returned. - If not on a red route, all borough categories as well as TfL categories that don't require a red route are returned. - This category tweaking doesn't happen on the TfL cobrand, as the JS handles it by signposting users to fixmystreet.com for borough reports. Doing the lookup server side means the app always shows the right categories to the user and prevents them e.g. sending a borough flytipping report to TfL. Fixes https://github.com/mysociety/fixmystreet-commercial/issues/1716
* [TfL] Ensure reported in renamed Flytipping (TfL) category limited to red routesDave Arter2019-12-10-1/+1
|
* [TfL] Add time validator & help for invalid datesDave Arter2019-12-09-0/+8
|
* [TfL] Call Other "Other (TfL)" for interop.Matthew Somerville2019-12-09-0/+1
|
* [UK] Switch cobrands to using central TfL handler.Matthew Somerville2019-12-09-99/+0
|
* [TfL] Make sure found/not_found assets fire when needed.Matthew Somerville2019-12-09-0/+13
| | | | Copied from Northamptonshire code.
* [TfL] Change .com categories depending on click.Matthew Somerville2019-12-09-47/+154
| | | | Reorder so that asset stuff fires later.
* [TfL] Link through to .com with correct co-ordinates.Matthew Somerville2019-12-09-0/+14
|
* [TfL] Put councils_text above category dropdown.Matthew Somerville2019-12-09-0/+3
|
* [TfL] Highlight safety critical reports in list for inspectorsDave Arter2019-12-09-0/+16
|
* [TfL] Show category group in label above category dropdown on inspector formDave Arter2019-12-09-0/+18
|
* [TfL] Add roadworks markers to mapDave Arter2019-12-09-1/+127
| | | | | | - Displays roadworks as a proper asset layer for Roadworks category - Only show roadworks markers within red route boundaries - Adds info box on left column when roadworks marker selected
* [TfL] Some categories only report on red routes.Dave Arter2019-12-09-0/+68
|
* Return asset layer from fixmystreet.assets.add callDave Arter2019-12-09-0/+1
| | | | This allows things such as registering custom event handlers etc
* [TfL] Add traffic signals & bus stops asset layersDave Arter2019-12-09-0/+63
| | | | Ensure traffic signal/bus stop asset marker is selected.
* [TfL] Fix white gap below headerZarino Zappia2019-12-09-5/+7
| | | | | | | | | | | | I’m not sure where the previous header height measurements came from, but they were causing a white gap under the map page header. Standardising on the same 60px height for the header and nav, on both map pages and regular pages, keeps things simple. With the white gap fixed, it became apparent that the big blue button on the /around page was touching the blue TFL logo in the header. So I added a dark grey line to give some contrast.
* [TfL] Avoid vertical padding to select elementsZarino Zappia2019-12-09-1/+5
| | | | | The vertical padding was causing text clipping in Firefox. Bigger drop area for photo upload.
* [TfL] Increase letter-spacing on links in headingsMatthew Somerville2019-12-09-0/+3
|
* [TfL] Initial cobrand design & set upMatthew Somerville2019-12-09-0/+561
| | | | | Co-Authored-By: Dave Arter <davea@mysociety.org> Co-Authored-By: Chris Mytton <chrism@mysociety.org>
* Set this to layer on message_controller.asset_not_found.Matthew Somerville2019-12-09-5/+5
|
* Merge branch 'staging-banner-email'Matthew Somerville2019-12-09-0/+13
|\
| * Add staging site banner.Matthew Somerville2019-12-05-0/+13
| |
* | [Peterborough] Add favicon.icoChris Mytton2019-12-05-0/+0
|/
* Merge branch 'issues/freshdesk/102-peterborough-title-limit'Struan Donald2019-12-04-0/+5
|\
| * [Peterborough] add title length restrictionStruan Donald2019-12-03-0/+5
| | | | | | | | Fixes mysociety/fixmystreet-freshdesk#102
* | [East Herts] New header and footerZarino Zappia2019-12-03-5/+327
| |
* | [East Herts] Remove old cobrand stylingZarino Zappia2019-12-03-268/+0
| |
* | [UK] Remove roadworks.Matthew Somerville2019-12-03-444/+0
|/
* Give change location block a bottom margin.Matthew Somerville2019-12-03-4/+2
| | | | | A couple of times now I have had an issue with the thing after it being too close, as it is not the default label.
* Merge branch 'mysociety-delivery' of git://github.com/Sambruk/fixmystreetMatthew Somerville2019-11-29-0/+19
|\
| * [FixaMinGata] Backwards-compatibility changes in our js.jsJoe Siltberg2019-11-29-2/+2
| |
| * [FixaMinGata] Workaround for Chrome autocomplete issueJoe Siltberg2019-11-26-0/+19
| |
* | [Bexley] Switch to use MasterMap map typeChris Mytton2019-11-27-24/+0
| | | | | | | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication.
* | [Peterborough] Add OS MasterMap map tilesChris Mytton2019-11-27-0/+24
| | | | | | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data.
* | [BANES] Only allow Damage to pavement reports on pavementStruan Donald2019-11-27-1/+6
| |
* | [BANES] Only allow Damage to road reports on road.Matthew Somerville2019-11-27-0/+16
| |
* | [UK,Zurich] Remove use of new window.Function.Matthew Somerville2019-11-26-2/+2
|/ | | | | This is so the file is not blocked by a Content-Security-Policy header. This has already been done in the other OpenLayer files.
* Merge branch 'bexley-reviewed'Matthew Somerville2019-11-13-10/+38
|\
| * [Bexley] Map NSG_REF as site_code for Confirm reportsChris Mytton2019-11-13-4/+10
| | | | | | | | | | Map the `NSG_REF` attribute to the `site_code` field in Bexley's Streets asset layer.
| * Allow multiple USRN mappings in asset layersChris Mytton2019-11-13-6/+11
| | | | | | | | | | | | | | This change modifies the `updateUSRNField` code to accept an array of configuration objects to allow mapping multiple asset attributes to form fields. This will be used in the Bexley Confirm integration (see next commit.)
| * [Bexley] Add trees layer.Matthew Somerville2019-11-13-0/+17
| |
* | [Cheshire East] Initial cobrand.Matthew Somerville2019-11-10-0/+395
| |
* | Make general-notes text size match other metadata.Matthew Somerville2019-11-10-1/+1
| |
* | Fix spacing issue in alert local RSS text.Matthew Somerville2019-11-10-1/+1
|/
* Merge branch 'bucks-9-roads'Matthew Somerville2019-11-05-0/+1
|\
| * [Buckinghamshire] Allow reporting on "9" roads.Matthew Somerville2019-11-04-0/+1
| |
* | [Borsetshire] Hide mySociety header on map pagesZarino Zappia2019-11-04-0/+4
|/ | | | | The extra header was causing layout issues on the mobile map page at the point when you confirm a new report’s location.
* [Lincolnshire] WFS layer for server-side filteringMatthew Somerville2019-10-28-64/+12
|
* Only add filter strategy if HTTP WFS being used.Matthew Somerville2019-10-28-8/+8
| | | | | | | | If GET-based WFS is being used, no server-side filtering takes place, so we need a client side filter to perform the same job. But if normal POST WFS is being used, the server-side filtering has already been performed, so no need to do it again (in fact, no need to return the data necessary to do such filtering either).