aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [HE] import HE specific road data for road lookupStruan Donald2020-03-31-0/+90
| | | | | As well as adding junction data this adds data to enable lookup by crossing roads and placenames, also service stations.
* [UK] Fix client side HE category display.Matthew Somerville2020-03-31-19/+86
| | | | | The server is now returning HE categories for us near a HE road, so display/hide them as appropriate.
* [Highways England] Do road-position server-side.Matthew Somerville2020-03-31-2/+47
| | | | | Restrict cobrand to HE categories. Want to do it by body, not category, because otherwise there's a "missing" council body.
* generic import categories from json scriptStruan Donald2020-03-31-0/+112
| | | | | A script to add/replace categories for a named body including extra fields.
* Match body construction on Around with New setup.Matthew Somerville2020-03-31-2/+4
| | | | | | | | | | | | On an around page on the HE cobrand, both bodies (HE and council) are listed and so when you clicked the map (not on a HE road) the not-HE code did not fire because it wasn't the only body present. But New.pm calls only return the HE body because they call munge_report_new_bodies. So it worked when you picked category/ moved pin. Around should call the munge function too so bodies is set up same as on New.pm. We need to always use the cobrand package, regardless of if it is a valid cobrand or not (for e.g. Bromley/Hounslow tests).
* [Highways England] Error if road name searched.Struan Donald2020-03-31-0/+29
|
* [Highways England] Ignore HE wherever TfL is.Matthew Somerville2020-03-31-6/+8
|
* [Highways England] Extra info in submit emails.Matthew Somerville2020-03-31-0/+103
|
* [Highways England] Update report sending handling.Matthew Somerville2020-03-31-5/+31
| | | | Use normal contact email, with special override in Area 7.
* [Highways England] cobrand behaviour configChris Mytton2020-03-31-0/+92
| | | | | | | Anonymous reports only Don't allow updates on fixed or closed reports Various required problem/admin restriction fns. Only England, no photos.
* [Highways England] Only accept reports on area 7 roadsChris Mytton2020-03-31-2/+13
| | | | [HE] Deal with only_body same way TfL does.
* [Highways England] Cobrand styles and templatesZarino Zappia2020-03-31-0/+699
|
* [UK] Store HE data if present/available.Matthew Somerville2020-03-31-0/+14
|
* [UK] improved road lookupStruan Donald2020-03-31-3/+141
| | | | | Check in road lookup DB for junctions based on place name, motorway services and the joining road.
* [UK] Allow "jct" in junction lookup.Matthew Somerville2020-03-31-4/+8
|
* Have update controller treat name more like reporting.Matthew Somerville2020-03-31-4/+5
|
* Add option of anonymous updating.Matthew Somerville2020-03-31-0/+28
|
* Recent reports, use same query regardless of cacheMatthew Somerville2020-03-31-3/+1
| | | | | If you called this function not asking for photos, the result if fetched from the cache would only allow through ones with photos.
* Move summary failures to separate script.Matthew Somerville2020-03-31-5/+23
|
* Move per-row process to its own package.Matthew Somerville2020-03-31-271/+314
|
* Refactor Script::Report into an object.Matthew Somerville2020-03-31-209/+281
|
* [Open311] Allow save/drop of row extra during sendMatthew Somerville2020-03-31-92/+137
|
* [Bexley] Remove background message colour.Matthew Somerville2020-03-30-3/+3
|
* Merge branch 'staff-only-cats-in-admin-sending'Matthew Somerville2020-03-30-3/+13
|\
| * [Admin] Access staff-only categories in admin.Matthew Somerville2020-03-19-1/+10
| |
| * Look at all categories when sending reports.Matthew Somerville2020-03-19-2/+3
| |
* | Merge branch 'inactive-accounts-to-header' of ↵Matthew Somerville2020-03-30-1/+1
|\ \ | | | | | | | | | git://github.com/Sambruk/fixmystreet
| * | Fixes the To header when sending emails about inactive accounts.Joe Siltberg2020-03-26-1/+1
| | | | | | | | | | | | | | | | | | | | | Without the brackets the user's name was interpreted as a separate recipient. Fixes #2935
* | | [Buckinghamshire] COVID-19 message.Matthew Somerville2020-03-30-1/+19
| | |
* | | [Bexley] Add COVID-19 messagesChris Mytton2020-03-27-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a banner to the following places: - The homepage - Problem confirm email - Page when you create a problem as an unregistered user - Page when you create a problem as a registered user
* | | [Bristol] Update URL for map tilesChris Mytton2020-03-26-2/+2
|/ /
* | [TfL] front page COVID-19 text tweakStruan Donald2020-03-24-6/+6
| |
* | [fixmystreet.com] Survey bannerZarino Zappia2020-03-24-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Big purple survey banner, which is hidden by default, and shown on 40% of pageloads, by JavaScript. Works on both the static pages, and the map pages. Clicking the CTA button, or the close icon, hides the banner and sets a cookie so that the banner isn’t shown again on that device. Banner is always hidden during the mobile reporting flow. Fixes #2928.
* | [TfL] add COVID-19 front page messageStruan Donald2020-03-23-0/+9
|/
* [Zurich] Email confirmation text update.Matthew Somerville2020-03-17-1/+3
|
* [IsleOfWight] category for front page report titleStruan Donald2020-03-16-0/+23
|
* [Lincolnshire] Include roads at zoomed out levels.Matthew Somerville2020-03-13-0/+1
|
* Add Highways England junction lookupChris Mytton2020-03-12-0/+210
| | | | | | | This is taken from the sort-my-sign repo. It allows the user to search for motorways names and junction numbers, e.g. "M60, Junction 2", and then geocodes that using a SQLite database created from Highways England markerpost locations.
* [Lincolnshire] increase NSG layer nearest radiusStruan Donald2020-03-12-0/+1
| | | | To reduce the number of reports that are arriving without a site code
* Merge branch 'ignore-transport-focus-files'Chris Mytton2020-03-11-0/+1
|\
| * Ignore Transport Focus filesChris Mytton2020-03-11-0/+1
| | | | | | | | These come from the sort-my-sign repo.
* | Merge branch 'uk-council-no-edit-superuser'Matthew Somerville2020-03-11-2/+9
|\ \
| * | [UK Councils] Superusers cannot be edited by staffMatthew Somerville2020-03-09-2/+9
| | |
* | | Merge branch 'norwich-norfolk'Matthew Somerville2020-03-11-9/+0
|\ \ \
| * | | [UK] Norwich/Norfolk highways agreement now ended.Matthew Somerville2020-03-10-9/+0
| | | |
* | | | Merge branch 'warnfixes'Matthew Somerville2020-03-11-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | A number of warnfixes in tests.Matthew Somerville2020-03-09-2/+6
| |/ /
* | | [Docker] Allow use of VERSION_OVERRIDESam Pearson2020-03-10-0/+1
| | | | | | | | | | | | | | | When building, you can pass `--build-arg VERSION_OVERRIDE=<foo>` to build arbitrary git commits instead of the most recent tagged release.
* | | [Docker] Allow user to skip running install_packagesSam Pearson2020-03-10-2/+6
| | | | | | | | | | | | | | | When running in Docker, set `SKIP_PACKAGES_INSTALL` to avoid running `install_packages` when starting the container.
* | | [Docker] Allow fms user to install packagesSam Pearson2020-03-10-2/+7
|/ / | | | | | | | | Add a sudo rule to permit the `fms` user to run `install_packages` if necessary.