aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
...
* [TfL] Exclude TfL items from non-TfL email alerts.Matthew Somerville2019-12-09-1/+7
|
* [TfL] Restrict reports on cobrand to post go-live.Matthew Somerville2019-12-09-0/+9
|
* [TfL] Get do_not_reply_email from cobrand feature configDave Arter2019-12-09-0/+2
|
* Allow cobrand to provide own DO_NOT_REPLY_EMAIL valueDave Arter2019-12-09-6/+8
|
* [fixmystreet.com] Limit TfL cobrand report displayMatthew Somerville2019-12-09-1/+27
| | | | | | | | | 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-8/+16
|
* [TfL] Own contact form and FAQ.Matthew Somerville2019-12-09-0/+1
|
* [TfL] Updates are sent to the body.Matthew Somerville2019-12-09-0/+2
|
* [TfL] Enable anonymous reportingDave Arter2019-12-09-0/+12
| | | | For mysociety/fixmystreet-commercial#1594
* [TfL] Remove action scheduled and for triage states.Matthew Somerville2019-12-09-0/+11
|
* [TfL] Remove Email::TfL send method as no longer neededDave Arter2019-12-09-11/+0
|
* [TfL] Direct reports to email addresses on a per-borough basisDave Arter2019-12-09-0/+57
| | | | | | 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 Somerville2019-12-09-0/+6
|
* [TfL] Ensure tfl cobrand is used when sending reports to TfLDave Arter2019-12-09-0/+4
|
* [TfL] Include category extra fields in CSV export.Matthew Somerville2019-12-09-1/+17
| | | | If a category is selected.
* [TfL] Include extra columns in CSV export.Matthew Somerville2019-12-09-0/+70
| | | | | | | | | | 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 reportsDave Arter2019-12-09-0/+40
| | | | | | | 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 Somerville2019-12-09-0/+26
|
* [TfL] Mandate 2FA for non-internal-IP staff users.Matthew Somerville2019-12-09-0/+15
|
* Allow cobrands to skip 2FA requirement.Matthew Somerville2019-12-09-4/+7
|
* Record first time fixed/closed update sent to reporter in email.Matthew Somerville2019-12-09-4/+13
|
* [TfL] Remove response priority & traffic management fieldsDave Arter2019-12-09-0/+11
|
* [TfL] Passwords expire after one year.Matthew Somerville2019-12-09-0/+6
|
* [TfL] Use London Boroughs for inspector areas and wards on /reportsDave Arter2019-12-09-0/+14
| | | | Drops ‘Borough Council’ suffix from area names
* Add cobrand hook for overriding areas on /reports wardsDave Arter2019-12-09-8/+17
|
* [TfL] Disable questionnaires.Matthew Somerville2019-12-09-0/+10
|
* [UK Councils] Factor out redirect to fms.com in area_checkDave Arter2019-12-09-2/+7
|
* [TfL] Allow TfL staff to access adminDave Arter2019-12-09-0/+9
| | | | Also prevents TfL staff accessing other London cobrand admins
* [TfL] Apply pin colours & 6 weeks default age on mapDave Arter2019-12-09-0/+10
| | | | Connects https://github.com/mysociety/fixmystreet-commercial/issues/1628
* [TfL] Send acknowledgement email to reporter when report is sentDave Arter2019-12-09-0/+2
| | | | Connects mysociety/fixmystreet-commercial#1619
* [TfL] Reference number on site, emails and lookup.Dave Arter2019-12-09-0/+14
| | | | Front page lookup with FMS<id>.
* [TfL] Only display TfL as the destination body when making reports.Dave Arter2019-12-09-0/+11
|
* [TfL] Initial cobrand design & set upMatthew Somerville2019-12-09-0/+64
| | | | | Co-Authored-By: Dave Arter <davea@mysociety.org> Co-Authored-By: Chris Mytton <chrism@mysociety.org>
* Do not include disable-form message in extras listMatthew Somerville2019-12-09-5/+11
| | | | | | | | | If the disable form message is being shown, the normal list is hidden, so there's no point in outputting the same message there. (This also helps with a TfL issue where we want to show a disable form on a red route, but not elsewhere, and this means it won't show the disable form message as a normal extra question.)
* Include areas in query param for inspector post-login redirect to all reportsDave Arter2019-12-09-18/+5
| | | | | Performs a proper redirect instead of detaching to /my/inspector_redirect so any request params from sign-in (e.g. password!) aren't carried through.
* Pre-filter ‘all reports’ by area for inspectorsDave Arter2019-12-09-0/+28
|
* Group categories on response template edit page, if cobrand allowsDave Arter2019-12-09-0/+2
|
* Group categories on user edit page, if cobrand has grouping enabledDave Arter2019-12-09-16/+30
|
* [UK Councils] Ensure response templates owned by other bodies aren’t visibleDave Arter2019-12-09-5/+18
|
* Merge branch 'staging-banner-email'Matthew Somerville2019-12-09-0/+2
|\
| * Add warning message at top of staging site emails.Matthew Somerville2019-12-05-0/+2
| |
* | Switch to default-escaped in email templates.Matthew Somerville2019-12-09-6/+50
| | | | | | | | | | We add a way to process a template with no auto-escaping, that can be used for the text parts of emails, and mark various HTML output as safe.
* | Switch to default-escaped in templates.Matthew Somerville2019-12-09-24/+485
|/ | | | | | | 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.
* [Peterborough] add title length restrictionStruan Donald2019-12-03-0/+8
| | | | Fixes mysociety/fixmystreet-freshdesk#102
* Merge branch 'mysociety-delivery' of git://github.com/Sambruk/fixmystreetMatthew Somerville2019-11-29-0/+4
|\
| * [FixaMinGata] Configuration of new/changed functionality in v2.6Joe Siltberg2019-11-26-0/+4
| |
* | Merge branch 'peterborough-mastermap-intergration'Chris Mytton2019-11-28-5/+6
|\ \
| * | [Bexley] Switch to use MasterMap map typeChris Mytton2019-11-27-40/+1
| | | | | | | | | | | | | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication.
| * | [Peterborough] Add OS MasterMap map tilesChris Mytton2019-11-27-0/+40
| | | | | | | | | | | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data.
* | | [UK] Updates disallowed template work out message.Matthew Somerville2019-11-27-4/+11
|/ /