aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
* [TfL] Add hook to restrict to safety reports.Matthew Somerville2020-01-09-0/+29
|
* [TfL] Ignore reports updated over three years ago.Matthew Somerville2020-01-09-0/+10
|
* [Inactive] Add option to only act on one cobrand.Matthew Somerville2020-01-09-3/+22
|
* [Inactive] Add option to fully delete reports.Matthew Somerville2020-01-09-0/+11
|
* [Inactive] Ignore already anonymized users.Matthew Somerville2020-01-09-1/+11
|
* [Zürich] Fix ambiguous query param when exporting admin stats CSV by monthDave Arter2020-01-09-1/+4
|
* Merge branch 'staff-sign-up-other-user-for-alert'Matthew Somerville2020-01-09-9/+57
|\
| * Allow staff users to sign others up for alerts.Matthew Somerville2020-01-08-0/+47
| |
| * Check provided report ID for update alert signup.Matthew Somerville2020-01-08-9/+10
| | | | | | | | Remove some unused code.
* | Merge branch 'issues/commercial/1287-as-another-user-only-name'Matthew Somerville2020-01-09-9/+17
|\ \
| * | Allow report as another user with only name.Matthew Somerville2020-01-08-9/+17
| |/
* | Merge branch 'cheshire-east-maps'Matthew Somerville2020-01-09-0/+19
|\ \
| * | [Cheshire East] Use own map tiles.Matthew Somerville2020-01-08-0/+19
| |/
* | Merge remote-tracking branch 'origin/optionally-hide-staging-banner'Matthew Somerville2020-01-09-0/+18
|\ \
| * | STAGING_FLAGS option to hide the staging site bannerZarino Zappia2020-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.
* | | Merge branch 'bexley-resend-okay'Matthew Somerville2020-01-09-3/+22
|\ \ \
| * | | [Bexley] Resend on nearly all category changes.Matthew Somerville2020-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.
* / | Hide ‘provide extra information’ preamble when no visible fields are presentDave Arter2020-01-07-0/+53
|/ / | | | | | | | | | | | | | | | | For categories that use the extra metadata fields to just show a notice message to the user, the ‘help the council fix the problem by providing extra information’ text was a bit out of place. This commit hides it unless there are actual UI elements also included in the markup. Fixes #2811.
* / [Bexley] Email on missing covers and road defects.Matthew Somerville2020-01-07-14/+14
|/
* Clear any categories from user when unsetting from_bodyDave Arter2020-01-06-0/+24
| | | | This was most likely the cause of #2815.
* Fix 'all reports' link for users with categories but no from_bodyDave Arter2020-01-06-0/+13
| | | | | | | | | | | In the rare situation that a user has no from_body set but does have categories set in their extra metadata, the 'All reports' link would point to /my/inspector_redirect but this URL would 404 if the user did not have a from_body. This commit updates the template to use the same logic when generating the 'all reports' link, so users without from_body will never be sent to /my/inspector_redirect. Fixes #2815.
* [Bexley] Consistent email, always allow lists.Matthew Somerville2019-12-23-3/+3
|
* Merge branch 'bexley-ooh'Matthew Somerville2019-12-19-15/+41
|\
| * [Bexley] Out-of-hours email.Matthew Somerville2019-12-17-14/+40
| |
| * Fix test issue where CSRF token contained number.Matthew Somerville2019-12-17-1/+1
| | | | | | | | Giving a false positive.
* | [Buckinghamshire] Remove ‘not responsible’ message from emails for ↵Dave Arter2019-12-18-1/+1
| | | | | | | | | | | | district reports Fixes https://github.com/mysociety/fixmystreet-freshdesk/issues/104
* | Check area IDs non-empty in inspector redirect.Matthew Somerville2019-12-17-1/+1
|/
* Store staff user when staff make anonymous report.Dave Arter2019-12-17-0/+25
| | | | | | If a staff user uses the anonymous button, it does not otherwise record which staff user did that; using Report As would store their user as the report's user.
* Merge branch 'bexley-uniform-email'Matthew Somerville2019-12-17-2/+12
|\
| * [Bexley] Email Uniform reports somewhere, with ID.Matthew Somerville2019-12-13-2/+12
| |
* | [Bromley] Try and make sure last name/title always present when sending.Matthew Somerville2019-12-16-0/+2
|/
* [Bexley] Include UPRN in Uniform submission.Matthew Somerville2019-12-13-0/+4
|
* [TfL] Server-side red route lookup for new report categoriesDave Arter2019-12-12-12/+170
| | | | | | | | | | | | | | | | | | | | 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 Somerville2019-12-11-0/+10
|\
| * Do not hard code site name in database fixture.Matthew Somerville2019-12-10-0/+10
| | | | | | | | This also lets it be cobrand specific.
| |
| \
*-. \ Merge branches 'fix-wrong-email-logo', 'tfl-responsibility' and ↵Matthew Somerville2019-12-11-10/+34
|\ \ \ | | | | | | | | | | | | 'tfl-report-number-com-submit-link'
| | * | [TfL] Fix reference ID in logged email.Matthew Somerville2019-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 Somerville2019-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 Somerville2019-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 Somerville2019-12-11-1/+15
| |/
* / [UK] Fix email logo display on submit email.Matthew Somerville2019-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 Somerville2019-12-09-2/+2
|
* [TfL] Restrict reports on cobrand to post go-live.Matthew Somerville2019-12-09-8/+7
|
* [TfL] Get do_not_reply_email from cobrand feature configDave Arter2019-12-09-0/+10
|
* [TfL] Include bus stop/traffic signal ID in emailDave Arter2019-12-09-6/+17
| | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1693
* [fixmystreet.com] Limit TfL cobrand report displayMatthew Somerville2019-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 Somerville2019-12-09-0/+30
|
* [TfL] Enable anonymous reportingDave Arter2019-12-09-0/+91
| | | | For mysociety/fixmystreet-commercial#1594
* [TfL] Remove action scheduled and for triage states.Matthew Somerville2019-12-09-0/+8
|
* [TfL] Remove Email::TfL send method as no longer neededDave Arter2019-12-09-33/+0
|