Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
* | [TfL] Ignore reports updated over three years ago. | Matthew Somerville | 2020-01-09 | -0/+10 | |
| | |||||
* | [Zürich] Fix ambiguous query param when exporting admin stats CSV by month | Dave Arter | 2020-01-09 | -1/+4 | |
| | |||||
* | Merge remote-tracking branch 'origin/optionally-hide-staging-banner' | Matthew Somerville | 2020-01-09 | -0/+18 | |
|\ | |||||
| * | STAGING_FLAGS option to hide the staging site banner | Zarino Zappia | 2020-01-07 | -0/+18 | |
| | | | | | | | | | | | | | | Allows you to hide the banner introduced in 1f43fc9. Useful when you’re making front-end changes—especially on small screens—and don’t want the banner getting in the way. | ||||
* | | [Bexley] Resend on nearly all category changes. | Matthew Somerville | 2020-01-08 | -3/+22 | |
| | | | | | | | | | | The only exception is when the category change is between two categories in the same Symology database, in which case we do not want to resend. | ||||
* | | [Bexley] Email on missing covers and road defects. | Matthew Somerville | 2020-01-07 | -14/+14 | |
|/ | |||||
* | [Bexley] Consistent email, always allow lists. | Matthew Somerville | 2019-12-23 | -3/+3 | |
| | |||||
* | Merge branch 'bexley-ooh' | Matthew Somerville | 2019-12-19 | -14/+40 | |
|\ | |||||
| * | [Bexley] Out-of-hours email. | Matthew Somerville | 2019-12-17 | -14/+40 | |
| | | |||||
* | | [Buckinghamshire] Remove ‘not responsible’ message from emails for ↵ | Dave Arter | 2019-12-18 | -1/+1 | |
|/ | | | | | | district reports Fixes https://github.com/mysociety/fixmystreet-freshdesk/issues/104 | ||||
* | [Bexley] Email Uniform reports somewhere, with ID. | Matthew Somerville | 2019-12-13 | -2/+12 | |
| | |||||
* | [Bexley] Include UPRN in Uniform submission. | Matthew Somerville | 2019-12-13 | -0/+4 | |
| | |||||
* | [TfL] Server-side red route lookup for new report categories | Dave Arter | 2019-12-12 | -11/+129 | |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge branch 'rss-site-name' | Matthew Somerville | 2019-12-11 | -0/+10 | |
|\ | |||||
| * | Do not hard code site name in database fixture. | Matthew Somerville | 2019-12-10 | -0/+10 | |
| | | | | | | | | This also lets it be cobrand specific. | ||||
| | | |||||
| \ | |||||
*-. \ | Merge branches 'fix-wrong-email-logo', 'tfl-responsibility' and ↵ | Matthew Somerville | 2019-12-11 | -10/+34 | |
|\ \ \ | | | | | | | | | | | | | 'tfl-report-number-com-submit-link' | ||||
| | * | | [TfL] Fix reference ID in logged email. | Matthew Somerville | 2019-12-11 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+1 | |
| | |/ | | | | | | | | | | | | | | | | 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 | -4/+12 | |
| | | | | | | | | | | | | 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 | -1/+15 | |
| |/ | |||||
* / | [UK] Fix email logo display on submit email. | Matthew Somerville | 2019-12-10 | -0/+1 | |
|/ | | | | | 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. | ||||
* | [UK] Add SQL problem restrictions for RSS feeds. | Matthew Somerville | 2019-12-09 | -2/+2 | |
| | |||||
* | [TfL] Restrict reports on cobrand to post go-live. | Matthew Somerville | 2019-12-09 | -0/+6 | |
| | |||||
* | [TfL] Get do_not_reply_email from cobrand feature config | Dave Arter | 2019-12-09 | -0/+10 | |
| | |||||
* | [TfL] Include bus stop/traffic signal ID in email | Dave Arter | 2019-12-09 | -6/+17 | |
| | | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1693 | ||||
* | [fixmystreet.com] Limit TfL cobrand report display | Matthew Somerville | 2019-12-09 | -0/+72 | |
| | | | | | | | | | 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 | -0/+30 | |
| | |||||
* | [TfL] Enable anonymous reporting | Dave Arter | 2019-12-09 | -0/+91 | |
| | | | | For mysociety/fixmystreet-commercial#1594 | ||||
* | [TfL] Remove action scheduled and for triage states. | Matthew Somerville | 2019-12-09 | -0/+8 | |
| | |||||
* | [TfL] Direct reports to email addresses on a per-borough basis | Dave Arter | 2019-12-09 | -2/+78 | |
| | | | | | | 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/+16 | |
| | |||||
* | [TfL] Highlight safety critical reports in email subject | Dave Arter | 2019-12-09 | -4/+18 | |
| | |||||
* | [TfL] Include category extra fields in CSV export. | Matthew Somerville | 2019-12-09 | -5/+14 | |
| | | | | If a category is selected. | ||||
* | [TfL] Include extra columns in CSV export. | Matthew Somerville | 2019-12-09 | -0/+31 | |
| | | | | | | | | | | 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] Set safety critical flag on reports | Dave Arter | 2019-12-09 | -0/+174 | |
| | | | | | | | 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] Send email to shortlisted user upon update. | Matthew Somerville | 2019-12-09 | -0/+11 | |
| | |||||
* | [TfL] Mandate 2FA for non-internal-IP staff users. | Matthew Somerville | 2019-12-09 | -2/+71 | |
| | |||||
* | [TfL] Use London Boroughs for inspector areas and wards on /reports | Dave Arter | 2019-12-09 | -0/+16 | |
| | | | | Drops ‘Borough Council’ suffix from area names | ||||
* | [TfL] Allow TfL staff to access admin | Dave Arter | 2019-12-09 | -0/+38 | |
| | | | | Also prevents TfL staff accessing other London cobrand admins | ||||
* | [TfL] Apply pin colours & 6 weeks default age on map | Dave Arter | 2019-12-09 | -0/+45 | |
| | | | | Connects https://github.com/mysociety/fixmystreet-commercial/issues/1628 | ||||
* | [TfL] Send acknowledgement email to reporter when report is sent | Dave Arter | 2019-12-09 | -0/+2 | |
| | | | | Connects mysociety/fixmystreet-commercial#1619 | ||||
* | [TfL] Reference number on site, emails and lookup. | Dave Arter | 2019-12-09 | -0/+110 | |
| | | | | Front page lookup with FMS<id>. | ||||
* | Switch to default-escaped in templates. | Matthew Somerville | 2019-12-09 | -9/+10 | |
| | | | | | | | 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. | ||||
* | [Cheshire East] Emergency message on report form. | Matthew Somerville | 2019-12-03 | -1/+3 | |
| | |||||
* | Merge branch 'peterborough-mastermap-intergration' | Chris Mytton | 2019-11-28 | -19/+0 | |
|\ | |||||
| * | [Bexley] Switch to use MasterMap map type | Chris Mytton | 2019-11-27 | -19/+0 | |
| | | | | | | | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication. | ||||
* | | [UK] Updates disallowed template work out message. | Matthew Somerville | 2019-11-27 | -0/+1 | |
|/ | |||||
* | pass cobrand name to state display from alert script | Struan Donald | 2019-11-26 | -0/+44 | |
| | | | | | This was passing the cobrand object so the checks in State::display that were relying on the moniker were not working. | ||||
* | Merge branch 'csp-uk' | Matthew Somerville | 2019-11-25 | -0/+24 | |
|\ | |||||
| * | [UK] Uses a feature to allow per-cobrand CSP. | Matthew Somerville | 2019-11-25 | -0/+24 | |
| | |