aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | | Include labels template earlier for category labelMatthew Somerville2020-01-21-3/+4
|/ / /
* / / [Northamptonshire] Add admin_user_domain to cobrandDave Arter2020-01-21-0/+2
|/ /
* | [TfL] Add new TLRN street light category.Matthew Somerville2020-01-21-0/+2
| |
* | Reduce saturation of basemap when heatmap is activeDave Arter2020-01-21-0/+9
| | | | | | | | This helps distinguish between the heatmap and underlying features
* | Skip admin contact email validation check if address hasn’t changedDave Arter2020-01-20-1/+2
|/ | | | | | | | | | | | | Some contacts (e.g. TfL) don’t have a valid email address but aren’t Open311 categories - the email destination is managed via the borough_email_addresses feature. This prevents any changes to the contact being made via the admin due to the email validation error message. This commit updates the logic to only check that the email address is valid if it’s been changed from the existing value (which may be blank if a it’s a new contact). Fixes https://github.com/mysociety/fixmystreet-freshdesk/issues/108
* [Buckinghamshire] New map tile location.Matthew Somerville2020-01-20-2/+2
|
* [UK] 50 char title limit only for Peterborough.Dave Arter2020-01-20-6/+6
|
* [UK] Only include council rules on map pages.Matthew Somerville2020-01-20-20/+14
|
* [open311] always update problem state if no commentsStruan Donald2020-01-20-6/+43
| | | | | | | To avoid issues with autogenerated updates in the bodies back-end happening quicker that the back-end returns the external_id to us ignore the check for comment being earlier than the last update if it's the first comment.
* Merge branch 'dashboard-optgroup'Matthew Somerville2020-01-17-4/+11
|\
| * Include category groups in dashboard filter.Matthew Somerville2020-01-16-4/+11
| |
* | [TfL] Include non-open reports in dupe suggestionsMatthew Somerville2020-01-16-2/+14
|/
* [fixmystreet.com] No GA cookies.Matthew Somerville2020-01-15-1/+1
|
* [TfL] One more ‘please ring’ category to hide.Matthew Somerville2020-01-14-0/+1
| | | | Missed in the previous commit.
* [UK] do not show unknown banner on fms pro sitesStruan Donald2020-01-13-2/+64
| | | | | In theory these are never unknown so do not display this in report banner.
* Merge branch 'tfl-no-resend'Matthew Somerville2020-01-13-1/+23
|\
| * [TfL] Hide ‘please ring’ categories in admin.Matthew Somerville2020-01-10-1/+23
| | | | | | | | | | These categories display a ‘please ring’ message and so have nowhere to be resent if selected.
* | Use non-breaking space char to stop double escape.Matthew Somerville2020-01-10-1/+1
| |
* | Cope with swapped operands in template operatorsDave Arter2020-01-10-3/+11
|/ | | | | Perl may pass swapped operands to ensure the first one is always an object that implements the relevant operator.
* Merge branch 'tfl-old-reports'Matthew Somerville2020-01-10-18/+175
|\
| * [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
| |
* | Merge branch 'html-scrubber'Matthew Somerville2020-01-10-8/+49
|\ \
| * | Scrub admin description fields.Matthew Somerville2020-01-09-8/+49
| | |
* | | Merge branch 'mobile-debounce-replacestate'Matthew Somerville2020-01-10-71/+79
|\ \ \
| * | | Use our own Permalink class.Matthew Somerville2020-01-10-89/+79
| | | | | | | | | | | | | | | | | | | | We are overriding quite a bit of it and not using other bits, so it will be less code to only have our own Control.
| * | | Reduce duplicate Permalink.updateLink calls when zooming mapDave Arter2020-01-09-0/+18
| | |/ | |/|
* | | [TfL] Switch to OSM geocoder; add ‘London’ to disambiguationDave Arter2020-01-10-0/+12
| | |
* | | [Bromley] Use standard tilma tile URLs.Matthew Somerville2020-01-09-1/+1
|/ /
* | [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
| | |