aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand/isleofwight.t
Commit message (Collapse)AuthorAgeLines
* [TfL] Do not say council in not responsible.Matthew Somerville2019-12-11-1/+2
|
* [UK] Add SQL problem restrictions for RSS feeds.Matthew Somerville2019-12-09-2/+2
|
* Switch to default-escaped in templates.Matthew Somerville2019-12-09-1/+1
| | | | | | | This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter.
* [UK] Updates disallowed template work out message.Matthew Somerville2019-11-27-0/+1
|
* Replace use of FixMyStreet::App with DB in tests.Matthew Somerville2019-11-22-3/+3
|
* Fix some tests not running offline.Matthew Somerville2019-10-28-0/+12
|
* [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
* Test warnfix on confirmed comments lacking time.Matthew Somerville2019-10-14-2/+2
|
* [IsleOfWight] do not send comment recording triage actionStruan Donald2019-09-27-16/+39
| | | | | 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
* [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/+38
| | | | | | | | | | | | | | | | | | 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] 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/+26
|
* [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-0/+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-0/+37
Co-authored-by: Matthew Somerville <matthew@mysociety.org> Configured to allow: - updates only from original reporter - close updates from fetch reports - use OSM geocoder