aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [TfL] Add hook to restrict to safety reports.Matthew Somerville2020-01-09-0/+40
|
* [TfL] Ignore reports updated over three years ago.Matthew Somerville2020-01-09-0/+30
|
* [Inactive] Add option to only act on one cobrand.Matthew Somerville2020-01-09-21/+49
|
* [Inactive] Add option to fully delete reports.Matthew Somerville2020-01-09-6/+54
|
* [Inactive] Ignore already anonymized users.Matthew Somerville2020-01-09-1/+12
|
* [TfL] Typo fixDave Arter2020-01-09-1/+1
|
* [TfL] Limit new ‘Pothole (minor)’ category to red routesDave Arter2020-01-09-0/+2
|
* [Zürich] Mark a couple more strings as safe in templatesDave Arter2020-01-09-4/+4
|
* [Westminster] Ignore immediate failures on sendingMatthew Somerville2020-01-09-4/+4
|
* [Zürich] Fix double escaping of enter_postcode_textDave Arter2020-01-09-1/+1
|
* [Zürich] Fix ambiguous query param when exporting admin stats CSV by monthDave Arter2020-01-09-2/+5
|
* Add body argument to Open311 populate script.Matthew Somerville2020-01-09-1/+6
|
* Merge branch 'staff-sign-up-other-user-for-alert'Matthew Somerville2020-01-09-41/+109
|\
| * Allow staff users to sign others up for alerts.Matthew Somerville2020-01-08-6/+90
| |
| * Check provided report ID for update alert signup.Matthew Somerville2020-01-08-35/+19
| | | | | | | | Remove some unused code.
* | Merge branch 'issues/commercial/1287-as-another-user-only-name'Matthew Somerville2020-01-09-12/+26
|\ \
| * | Allow report as another user with only name.Matthew Somerville2020-01-08-12/+26
| |/
* | Merge branch 'tfl-text-change'Matthew Somerville2020-01-09-6/+13
|\ \
| * | [TfL] Update front page form text/examples.Matthew Somerville2020-01-08-1/+4
| | |
| * | [Oxfordshire] Update form template to match base.Matthew Somerville2020-01-08-5/+12
| | |
| * | Factor out front page form examples.Matthew Somerville2020-01-08-1/+2
| |/
* | Merge branch 'cheshire-east-maps'Matthew Somerville2020-01-09-105/+183
|\ \
| * | [Cheshire East] Allow reporting only on road.Matthew Somerville2020-01-08-18/+16
| | |
| * | [Cheshire East] Use own map tiles.Matthew Somerville2020-01-08-22/+149
| | |
| * | Use variables for marker size boundaries.Matthew Somerville2020-01-08-65/+18
| |/
* | Merge remote-tracking branch 'origin/optionally-hide-staging-banner'Matthew Somerville2020-01-09-5/+37
|\ \
| * | STAGING_FLAGS option to hide the staging site bannerZarino Zappia2020-01-07-5/+37
| | | | | | | | | | | | | | | | | | | | | 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-7/+44
|\ \ \
| * | | [Bexley] Resend on nearly all category changes.Matthew Somerville2020-01-08-4/+41
| | | | | | | | | | | | | | | | | | | | 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] Allow resending, still hide resend buttonMatthew Somerville2020-01-08-3/+3
| | |/ | |/|
* | | [fixmystreet.com] Mark front page critical CSS string as safeDave Arter2020-01-08-1/+1
| | |
* | | [Oxfordshire] Pass category & geolocation params to /around from front pageDave Arter2020-01-08-1/+7
| | |
* | | Display GPS marker on /around & /report/new if geolocate link usedDave Arter2020-01-08-1/+98
| | | | | | | | | | | | | | | | | | Attempts to allow for CSS animations by not destroying the marker's DOM element each time a location update is received - with limited success.
* | | Include OpenLayers.Control.Geolocate in OL buildDave Arter2020-01-08-311/+314
| | |
* | | Hide ‘provide extra information’ preamble when no visible fields are presentDave Arter2020-01-07-8/+76
|/ / | | | | | | | | | | | | | | | | 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-17/+19
|/
* [Peterborough] update privacy links on footerStruan Donald2020-01-07-2/+2
| | | | | Point to FixMyStreet specific content and not generic Peterborough pages.
* [fixmystreet.com] add cookies id to cookies h2 on privacy pageStruan Donald2020-01-07-1/+1
| | | | To enable linking directly to this section of the document.
* Clear any categories from user when unsetting from_bodyDave Arter2020-01-06-0/+27
| | | | This was most likely the cause of #2815.
* Fix 'all reports' link for users with categories but no from_bodyDave Arter2020-01-06-1/+14
| | | | | | | | | | | 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-20/+17
|
* Merge branch 'bexley-ooh'Matthew Somerville2019-12-19-15/+92
|\
| * [Bexley] Out-of-hours email.Matthew Somerville2019-12-17-14/+91
| |
| * 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-9/+3
| | | | | | | | | | | | district reports Fixes https://github.com/mysociety/fixmystreet-freshdesk/issues/104
* | [East Herts] Fix z-index stacking bug in Help page sidebarZarino Zappia2019-12-17-2/+6
| |
* | [TfL] Remove email address from contact form.Matthew Somerville2019-12-17-0/+0
| |
* | Check area IDs non-empty in inspector redirect.Matthew Somerville2019-12-17-4/+4
|/
* Store staff user when staff make anonymous report.Dave Arter2019-12-17-0/+32
| | | | | | 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-10/+26
|\