Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | [TfL] Server-side red route lookup for new report categories | Dave Arter | 2019-12-12 | -93/+299 | |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Mark item_action as safe in shortlist. | Matthew Somerville | 2019-12-11 | -1/+1 | |
| | |||||
* | Merge branch 'rss-site-name' | Matthew Somerville | 2019-12-11 | -12/+46 | |
|\ | |||||
| * | Do not hard code site name in database fixture. | Matthew Somerville | 2019-12-10 | -12/+34 | |
| | | | | | | | | This also lets it be cobrand specific. | ||||
| * | Add missing migration downgrade. | Matthew Somerville | 2019-12-10 | -0/+12 | |
| | | |||||
| | | |||||
| \ | |||||
*-. \ | Merge branches 'fix-wrong-email-logo', 'tfl-responsibility' and ↵ | Matthew Somerville | 2019-12-11 | -23/+49 | |
|\ \ \ | | | | | | | | | | | | | 'tfl-report-number-com-submit-link' | ||||
| | * | | [TfL] Fix reference ID in logged email. | Matthew Somerville | 2019-12-11 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | If report made on .com, `body->get_cobrand_handler` does not return TfL as it covers many bodies. Now we have the body handler, we can use that instead. | ||||
| | * | | [UK] Fix links in submit email. | Matthew Somerville | 2019-12-11 | -3/+7 | |
| | |/ | | | | | | | | | | | | | | | | For an email to somewhere for which the report has a body handler, we want to use that cobrand's domain for the link - we already are using their cobrand for the email template, after all. | ||||
| * | | [fixmystreet.com] Fix not responsible state display. | Matthew Somerville | 2019-12-11 | -5/+17 | |
| | | | | | | | | | | | | We need to check the body the report is sent to for special casing. | ||||
| * | | [TfL] Do not say council in not responsible. | Matthew Somerville | 2019-12-11 | -2/+18 | |
| |/ | |||||
* / | [UK] Fix email logo display on submit email. | Matthew Somerville | 2019-12-10 | -1/+5 | |
|/ | | | | | If e.g. a report was made on .com and sent to TfL, it would be sent with TfL colours but a (stretched) .com logo. | ||||
* | [TfL] Ensure reported in renamed Flytipping (TfL) category limited to red routes | Dave Arter | 2019-12-10 | -1/+1 | |
| | |||||
* | [UK] Add SQL problem restrictions for RSS feeds. | Matthew Somerville | 2019-12-09 | -27/+37 | |
| | |||||
* | [TfL] Exclude TfL items from non-TfL email alerts. | Matthew Somerville | 2019-12-09 | -1/+7 | |
| | |||||
* | [Templates] RSS XSL can have a safe title. | Matthew Somerville | 2019-12-09 | -1/+1 | |
| | |||||
* | [TfL] Mark email template parts as safe. | Matthew Somerville | 2019-12-09 | -7/+7 | |
| | |||||
* | [TfL] Restrict reports on cobrand to post go-live. | Matthew Somerville | 2019-12-09 | -8/+16 | |
| | |||||
* | [TfL] Set Street Care site name. | Matthew Somerville | 2019-12-09 | -0/+1 | |
| | |||||
* | [TfL] Add custom reply-autoresponse template | Dave Arter | 2019-12-09 | -0/+35 | |
| | |||||
* | handlemail can use cobrand’s reply-autoresponse template based on incoming ↵ | Dave Arter | 2019-12-09 | -3/+28 | |
| | | | | To: line | ||||
* | [TfL] Get do_not_reply_email from cobrand feature config | Dave Arter | 2019-12-09 | -0/+12 | |
| | |||||
* | Allow cobrand to provide own DO_NOT_REPLY_EMAIL value | Dave Arter | 2019-12-09 | -7/+9 | |
| | |||||
* | [TfL] Add time validator & help for invalid dates | Dave Arter | 2019-12-09 | -0/+8 | |
| | |||||
* | [TfL] Include bus stop/traffic signal ID in email | Dave Arter | 2019-12-09 | -6/+27 | |
| | | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1693 | ||||
* | [fixmystreet.com] Limit TfL cobrand report display | Matthew Somerville | 2019-12-09 | -1/+109 | |
| | | | | | | | | | On fixmystreet.com, you cannot view reports made on the TfL cobrand, apart from on reporting seeing pins labelled with the report's category, linking through to the TfL cobrand. Output the pin's base URL if different from normal, so e.g. app can link appropriately. | ||||
* | [TfL] Store password in separate location. | Matthew Somerville | 2019-12-09 | -8/+60 | |
| | |||||
* | [TfL] Add Cookiebot and Adobe analytics. | Dave Arter | 2019-12-09 | -0/+12 | |
| | | | | Cookiebot adds a cookies banner & declaration, and requires jQuery. | ||||
* | [TfL] Call Other "Other (TfL)" for interop. | Matthew Somerville | 2019-12-09 | -1/+4 | |
| | |||||
* | [UK] Switch cobrands to using central TfL handler. | Matthew Somerville | 2019-12-09 | -99/+22 | |
| | |||||
* | [TfL] Make sure found/not_found assets fire when needed. | Matthew Somerville | 2019-12-09 | -0/+13 | |
| | | | | Copied from Northamptonshire code. | ||||
* | [TfL] Change .com categories depending on click. | Matthew Somerville | 2019-12-09 | -47/+154 | |
| | | | | Reorder so that asset stuff fires later. | ||||
* | [TfL] Link through to .com with correct co-ordinates. | Matthew Somerville | 2019-12-09 | -1/+15 | |
| | |||||
* | [TfL] Make sure emails use "Transport for London". | Matthew Somerville | 2019-12-09 | -0/+109 | |
| | |||||
* | [TfL] Own contact form and FAQ. | Matthew Somerville | 2019-12-09 | -0/+66 | |
| | |||||
* | [TfL] Updates are sent to the body. | Matthew Somerville | 2019-12-09 | -0/+8 | |
| | |||||
* | [TfL] Put councils_text above category dropdown. | Matthew Somerville | 2019-12-09 | -9/+35 | |
| | |||||
* | [TfL] Enable anonymous reporting | Dave Arter | 2019-12-09 | -0/+103 | |
| | | | | For mysociety/fixmystreet-commercial#1594 | ||||
* | [TfL] Remove action scheduled and for triage states. | Matthew Somerville | 2019-12-09 | -0/+19 | |
| | |||||
* | [TfL] Remove Email::TfL send method as no longer needed | Dave Arter | 2019-12-09 | -44/+0 | |
| | |||||
* | [TfL] Direct reports to email addresses on a per-borough basis | Dave Arter | 2019-12-09 | -2/+135 | |
| | | | | | | Adds a new cobrand feature that allows the destination email address for a report to be determined on its MapIt area IDs, not just the category it was made in. | ||||
* | [TfL] Resend report upon category change. | Matthew Somerville | 2019-12-09 | -0/+22 | |
| | |||||
* | [TfL] Highlight safety critical reports in email subject | Dave Arter | 2019-12-09 | -5/+23 | |
| | |||||
* | [TfL] Ensure tfl cobrand is used when sending reports to TfL | Dave Arter | 2019-12-09 | -0/+4 | |
| | |||||
* | [TfL] Include category extra fields in CSV export. | Matthew Somerville | 2019-12-09 | -6/+31 | |
| | | | | If a category is selected. | ||||
* | [TfL] Include extra columns in CSV export. | Matthew Somerville | 2019-12-09 | -0/+101 | |
| | | | | | | | | | | Borough, safety critical, whensent, shortlisted user, delivered to, closure email at, reassigned at/by, category/subcategory. The ward column will contain the borough; the default 'acknowledged' is the timestamp of the first update to change the problem state. We also need to give each anonymous CSV row a unique ID. | ||||
* | [TfL] Highlight safety critical reports in list for inspectors | Dave Arter | 2019-12-09 | -0/+23 | |
| | |||||
* | Allow cobrands to provide extra class for report list items | Dave Arter | 2019-12-09 | -0/+5 | |
| | |||||
* | [TfL] Set safety critical flag on reports | Dave Arter | 2019-12-09 | -0/+214 | |
| | | | | | | | Adds a cobrand feature that can mark entire categories or just specific answers to extra questions as safety critical. When reports are made in those categories or with those answers, marks the report as safety critical. | ||||
* | [TfL] Show category group in label above category dropdown on inspector form | Dave Arter | 2019-12-09 | -0/+19 | |
| | |||||
* | [TfL] Send email to shortlisted user upon update. | Matthew Somerville | 2019-12-09 | -0/+41 | |
| |