aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | [TfL] Increase stroke opacity of red routes.Matthew Somerville2020-04-08-1/+1
| |/ | | | | | | | | In Firefox/Edge on Windows, having a translucent stroke causes a large slowdown in page painting.
* / [Open311] external status code takes precedence.Struan Donald2020-04-08-3/+83
|/ | | | | | | | Order the response templates query by external status code so if you have an update with an external status code the response template matching that is always used. Previously with the database left to determine the order it could pick a response template with a matching state rather than a matching external status.
* Merge branch 'uk-he-cobrand-fix'Matthew Somerville2020-04-07-5/+9
|\
| * [UK] Show Highways England categories on cobrands.Matthew Somerville2020-04-07-5/+9
| | | | | | | | | | | | Without allowing through the Highways England body, clicking on a Highways England road in these cobrands would leave no categories to be selected.
* | Merge branch 'bexley-confirm-p1-email'Matthew Somerville2020-04-07-4/+15
|\ \
| * | [Bexley] Treat any oil spillage report as P1.Matthew Somerville2020-04-07-0/+9
| | |
| * | [Bexley] Use other P1 email for Confirm reports.Matthew Somerville2020-04-07-4/+6
| |/
* | Merge branch 'send-reports-tidy'Matthew Somerville2020-04-07-82/+80
|\ \ | |/ |/|
| * Ignore sending failures within the database query.Matthew Somerville2020-04-06-35/+32
| | | | | | | | This means the code can assume it should be trying to send a report.
| * Tidy up verbose/debug handling of send-reports.Matthew Somerville2020-04-06-53/+54
| | | | | | | | | | Use verbose for all log output, and debug only for overriding the should_skip check.
* | [Highways England] Allow lookup with “FMS” prefix.Matthew Somerville2020-04-07-0/+14
|/ | | | This form of reference is shown on a report confirmation page.
* Merge branch 'admin-access-doc-2937' of git://github.com/Sambruk/fixmystreetMatthew Somerville2020-04-06-16/+2
|\
| * Removes documentation about restricting access to /adminJoe Siltberg2020-04-06-16/+2
| | | | | | | | Fixes #2937
* | [Westminster] Explicitly return no extra data.Matthew Somerville2020-04-06-0/+2
|/ | | | | Otherwise something can be passed back, confusing the parent Open311 sending code. Missed in 7ed37641.
* [Cheshire East] COVID-19 message.Matthew Somerville2020-04-03-0/+6
|
* Merge branch 'improve-fetch-scripts'Matthew Somerville2020-04-03-211/+185
|\
| * Allow slow processes to spin up new ones.Matthew Somerville2020-04-02-4/+26
| |
| * Parallelize fetching updates.Matthew Somerville2020-04-02-0/+32
| | | | | | | | Allow a configurable number of bodies to fetch updates simultaneously.
| * Combine and improve fetch-comments/reports scriptsMatthew Somerville2020-04-02-211/+131
| | | | | | | | | | Make them take start/end hour arguments, cope if only one given, optional body, and combine them together in one `fetch` script.
* | [HE] add a how did you hear about us questionStruan Donald2020-04-03-0/+77
|/
* Merge branch 'export-import-data'Matthew Somerville2020-04-02-0/+154
|\
| * Add script to export/import body data.Matthew Somerville2020-03-31-0/+154
| | | | | | | | This covers response templates, roles, and staff users.
* | Merge branch 'bucks-flytipping-id-fix'Matthew Somerville2020-04-02-5/+5
|\ \
| * | [Buckinghamshire] Fix flytipping closure script.Matthew Somerville2020-04-02-5/+5
| | | | | | | | | | | | | | | | | | The ex-districts are not associated with areas any more, and the Bucks body will be associated with a different area ID once the generation is updated. The names are fixed, so use them instead.
* | | [HE] fix opengraph tagsStruan Donald2020-04-02-0/+21
|/ / | | | | | | | | | | Add title, image and also favicon Fixes mysociety/commercial-staging#1834
* | [Highways England] Hide messaging if not Area 7.Matthew Somerville2020-04-02-3/+9
| |
* | [UK] Fix client side HE category submission.Matthew Somerville2020-04-01-7/+8
| | | | | | | | | | | | | | | | | | | | Once a location is fixed, we never want to regenerate the Highways England question, as that can lose the selected category. Store the location regardless of the HE question answer, so any category change, as opposed to a location change, does not do anything. We also do not want to clear category_meta, as that is where the extra data fields appear.
* | [Buckinghamshire] Remove district mentions from Help.Matthew Somerville2020-04-01-9/+4
| |
* | [Buckinghamshire] Make sure on-road message not shown to begin with.Matthew Somerville2020-04-01-8/+12
| |
* | [Buckinghamshire] Allow ex-district categories to be reported off road assetsDave Arter2020-03-31-3/+32
| |
* | [Buckinghamshire] Update off-road flytipping.Dave Arter2020-03-31-151/+86
| | | | | | | | | | | | | | | | | | Instead of sending off-road flytipping reports to the district, now that Buckinghamshire is unitary we instead recategorise them into a new email specific “Flytipping (off-road)” category which is handled in the same way as other ex-district categories with the borough_email_addresses cobrand feature, and omitted from the dropdown by the categories_restriction cobrand method.
* | [Buckinghamshire] Use BoroughEmails role for district emailsDave Arter2020-03-31-0/+20
| |
* | [TfL] Factor borough_email_addresses handler into reusable RoleDave Arter2020-03-31-57/+71
| |
* | [Buckinghamshire] Update for change to unitary.Martin Wright2020-03-31-107/+254
|/ | | | New unitary branding, and remove County from name.
* Only one duplicate call in progress at once.Matthew Somerville2020-03-31-1/+12
| | | | | Without this check, it is possible for calls to overlap and end up with a situation whereby both the duplicate list and the form are hidden.
* [HE] script to add appropriate areas to HEStruan Donald2020-03-31-0/+51
| | | | Adds all English unitary and county councils
* [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.