aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
* [IsleOfWight] do not mention council in not responsibleStruan Donald2019-10-18-0/+31
| | | | | | Use Island Roads in place of council in not responsible message. Fixes mysociety/fixmystreet-freshdesk#93
* Merge branch 'issues/commercial/1538-heatmap'Matthew Somerville2019-10-15-2/+3
|\
| * Generalise heatmap code to be under /dashboard.Matthew Somerville2019-10-15-2/+3
| |
* | [Westminster] Test warnfixes.Matthew Somerville2019-10-14-4/+9
| |
* | Test warnfix on confirmed comments lacking time.Matthew Somerville2019-10-14-10/+10
| |
* | [Bexley] No P1 email on lighting, allow multiple.Matthew Somerville2019-10-11-3/+3
|/
* [Oxfordshire] Remove defect type front end code.Matthew Somerville2019-10-10-27/+0
|
* [Oxfordshire] Remove raise defect/inspected code.Matthew Somerville2019-10-10-30/+1
|
* [Oxfordshire] Remove unused Exor RDI code.Matthew Somerville2019-10-10-140/+0
|
* [Westminster] Exclude .com updatesDave Arter2019-10-07-1/+23
|
* [Northants] Blue pins and no ID for body reports.Matthew Somerville2019-10-04-1/+18
|
*---. Merge branches 'use-right-asset-name', 'deadlock', ↵Matthew Somerville2019-10-04-135/+139
|\ \ \ | | | | | | | | | | | | '2469-fancy-admin-category-form' and 'fix-missing-body-message-flash'
| | | * Rename variable that shows missing body message.Matthew Somerville2019-10-03-0/+12
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the around page includes a copy of the reporting form (when JS is available), it runs the same templating code that the reporting form does. Part of this code compares the bodies and bodies_to_list stash variables to see whether it needs to display a message about missing body information. Previously both variables were empty on the around page itself, so no message would be shown, but a new bodies variable was added in 4668f81a, which meant the message was now output in the HTML and shown briefly when the map was clicked - until updated by a server response). Rename the variable so that this no longer occurs.
| | * Restructured admin category extra-metadata-formZarino Zappia2019-10-03-66/+56
| |/ |/| | | | | | | | | | | | | | | * Much simplified display of metadata field options. * Fields can now be dragged into the desired order. * Drop-down question form disabling can now have a different message per option. Co-Authored-By: Matthew Somerville <matthew@mysociety.org>
| * Per-test file email addresses.Matthew Somerville2019-10-03-69/+71
|/
* Merge branch '2469-improve-admin-category-form'Matthew Somerville2019-09-30-4/+46
|\
| * Add top disable-form field to admin category form.Matthew Somerville2019-09-30-0/+18
| |
| * Rejig top-level part of admin category form.Matthew Somerville2019-09-30-4/+3
| | | | | | | | Co-Authored-By: Zarino Zappia <mail@zarino.co.uk>
| * Add two new helper functions to Roles::Extra.Matthew Somerville2019-09-30-0/+25
| | | | | | | | For updating/removing an extra field.
* | Merge branch 'zurich-staging'Matthew Somerville2019-09-30-601/+481
|\ \
| * | [Zurich] Do not override envelope sender.Matthew Somerville2019-09-30-2/+0
| | |
| * | [Zurich] Set envelope for external body emails.Matthew Somerville2019-09-30-0/+2
| | |
| * | [Zurich] Include administrative district in admin.Matthew Somerville2019-09-30-0/+7
| | |
| * | [Zurich] Add admin label attribute for categories.Matthew Somerville2019-09-30-1/+35
| | |
| * | [Zurich] Show relevant external bodies in admin.Matthew Somerville2019-09-30-17/+28
| | |
| * | [Zurich] Allow external body to link to a categoryMatthew Somerville2019-09-30-2/+18
| | |
| * | [Zurich] Use Beantwortet on external banner.Matthew Somerville2019-09-30-4/+4
| | |
| * | [Zurich] Wrap all tests in one config override.Matthew Somerville2019-09-30-577/+389
| |/
* | [IsleOfWight] do not send comment recording triage actionStruan Donald2019-09-27-18/+40
| | | | | | | | | | This is only used for audit purposes on FixMyStreet and not required in Confirm.
* | [IsleOfWight] ignore description on fetched reportsStruan Donald2019-09-27-1/+48
| | | | | | | | | | Use a generic report description for fetched reports rather than the one fetched over open311
* | [IsleOfWight] test correct email sent templates usedStruan Donald2019-09-27-1/+15
| | | | | | | | | | Different report sent confirmation text is used for reports when they are submitted to Triage and when they are submitted to Confirm
* | do not send triage comments in alertsStruan Donald2019-09-27-0/+15
| | | | | | | | | | | | add a check into the Alerts script to skip comments that have `triage_report` set in extra. Otherwise we send these our in new_updates alerts.
* | [IsleOfWight] correctly handle triage categories on reports/around pagesStruan Donald2019-09-27-4/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add in some cobrand handlers to make sure a) the appropriate categories are show to staff/non staff users on the around and reports pages b) that those categories are correctly expanded to the child categories when using the category filter to search reports This is because non staff users should only be shown Isle of Wight categories with a send_method of 'Triage', however once those reports are triaged the post triage categories need to be included in any filtering
* | [IsleOfWight] add an admin interface to triage reportsStruan Donald2019-09-27-1/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On reports with a state of `for_triage` override the `_inspect.html` template to display one which allows only allows the user to change the category from one with a 'Triage' send_method to a non Triage send_method. When saved this records a comment with the original category and the category it was triaged to. This is hidden from the site as it's only used for audit purposes and sending over Open311. This assumes that the triage categories have the same names as the groups of the confirm categories. It uses this to select the first confirm category in the group corresponding to the triage category. This also makes the sidebar geolocation onclick handler check for the presence of the button, as the triage inspect form does not have it.
* | [IsleOfWight] add Triage SendReport moduleStruan Donald2019-09-27-1/+50
| | | | | | | | sets the state of the report to `for_triage` upon sending
* | [IsleOfWight] switch to IoW map tilesStruan Donald2019-09-27-0/+1
| |
* | [IsleOfWight] skip sending urgent fieldStruan Donald2019-09-27-0/+35
| | | | | | | | This is only used to determine if we should block sending the form
* | [IsleOfWight] display Island Roads for moderation userStruan Donald2019-09-27-0/+26
| |
* | [IsleOfWight] display external id as ref noStruan Donald2019-09-27-1/+13
| | | | | | | | Fixes mysociety/fixmystreet-commercial#1522
* | [IsleOfWhite] make sure category_extras uses correct nameStruan Donald2019-09-27-1/+28
| |
* | [IsleOfWight] fix some unbranded emailsStruan Donald2019-09-27-0/+92
| | | | | | | | Also tests for confirm report, report sent and alert emails.
* | [IsleOfWight] tests for closing fetched closed updatesStruan Donald2019-09-27-1/+52
| |
* | [IsleOfWight] include FMS prefix on updates sent over open311Struan Donald2019-09-27-1/+2
| |
* | [IsleOfWight] fix all reports linkStruan Donald2019-09-27-0/+13
| | | | | | | | | | | | The area name does not match the council name so it redirects to the national site, so check for the all_reports_single_body and use that as the matching instead.
* | [IsleOfWight] Open311 fixed update includes message.Matthew Somerville2019-09-27-3/+51
| |
* | [IsleOfWight] Initial cobrand.Struan Donald2019-09-27-20/+65
|/ | | | | | | | | Co-authored-by: Matthew Somerville <matthew@mysociety.org> Configured to allow: - updates only from original reporter - close updates from fetch reports - use OSM geocoder
* [Open311] Spot <groups> parameter rather than CSV.Matthew Somerville2019-09-20-46/+3
|
* [Northamptonshire] No updates on some reports.Matthew Somerville2019-09-20-0/+11
| | | | Fixed, closed, or reports by the body user.
* Merge branch 'bexley-map-tiles'Matthew Somerville2019-09-19-2/+58
|\
| * [Bexley] Add specific geocoder.Matthew Somerville2019-09-19-0/+36
| |