Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Add per report OpenGraph images | Graeme Porteous | 2020-01-27 | -12/+89 | |
| | | | | | | | | | | | | | Includes a bit of refactoring of PhotoSet::get_image_data to make it easier to call subsequent methods on the photo object. We then do this to get the width and height. Also adds width/height attributes to FixMyStreet::ImageMagick Attributes are updated every time the image is transformed and before the as_blob data, which also undefs the image, is returned so it always present for subsequent calls. Fixes #2394. | ||||
* | [Open311] Factor together editor, note, and whenedited fields when updating ↵ | Dave Arter | 2020-01-24 | -22/+16 | |
| | | | | contacts | ||||
* | [Open311] Don’t use full path to open311-populate-service-list in editor ↵ | Dave Arter | 2020-01-24 | -6/+7 | |
| | | | | column | ||||
* | [Bexley] Out-of-hours email for all highways. | Matthew Somerville | 2020-01-24 | -2/+4 | |
| | | | | | The changes in 27fe9940 to send more P1 emails meant the out-of-hours email wasn't being correct sent when it should have been. | ||||
* | Fix bug in add_emergency_message script | Chris Mytton | 2020-01-22 | -2/+2 | |
| | | | | | | | There was a typo in the error message and the related conditional which meant it was checking for $opts->questions (which doesn't exist) rather than $opts->question, which prevented the script from being used to add a question. | ||||
* | Merge branch 'allow-alert-signup' | Matthew Somerville | 2020-01-21 | -1/+1 | |
|\ | |||||
| * | Allow update signup even if updates disallowed. | Matthew Somerville | 2020-01-21 | -1/+1 | |
| | | | | | | | | | | | | It is possible for a report to be closed to public updates, but it still could receive updates (eg updates only from problem reporter, or updates only by staff), so we should still allow people to sign up. | ||||
* | | Merge branch 'tfl-update-shortlist-email-cobrand' | Matthew Somerville | 2020-01-21 | -11/+27 | |
|\ \ | |||||
| * | | [TfL] Always use TfL branding on shortlist email. | Matthew Somerville | 2020-01-21 | -11/+27 | |
| | | | | | | | | | | | | It was using the branding/URL of the site the update was left on. | ||||
* | | | Merge branch 'same-cat-different-groups' | Matthew Somerville | 2020-01-21 | -20/+12 | |
|\ \ \ | |||||
| * | | | Filter contacts before constructing options. | Matthew Somerville | 2020-01-21 | -20/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we wait until after to filter the contacts and the constructed options, then we can end up in the situation where e.g. we've filtered out all the TfL contacts but the category option is still the TfL one (with its associated group). | ||||
* | | | | Fix possible heatmap viewing when not logged in. | Matthew Somerville | 2020-01-21 | -8/+15 | |
| | | | | |||||
* | | | | Factor out list filter sort section. | Matthew Somerville | 2020-01-21 | -14/+16 | |
| | | | | |||||
* | | | | [SortMySign] Tweaks needed for tests. | Matthew Somerville | 2020-01-21 | -2/+3 | |
| | | | | |||||
* | | | | Include labels template earlier for category label | Matthew Somerville | 2020-01-21 | -3/+4 | |
|/ / / | |||||
* / / | [Northamptonshire] Add admin_user_domain to cobrand | Dave Arter | 2020-01-21 | -0/+2 | |
|/ / | |||||
* | | [TfL] Add new TLRN street light category. | Matthew Somerville | 2020-01-21 | -0/+2 | |
| | | |||||
* | | Reduce saturation of basemap when heatmap is active | Dave Arter | 2020-01-21 | -0/+9 | |
| | | | | | | | | This helps distinguish between the heatmap and underlying features | ||||
* | | Skip admin contact email validation check if address hasn’t changed | Dave Arter | 2020-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 Somerville | 2020-01-20 | -2/+2 | |
| | |||||
* | [UK] 50 char title limit only for Peterborough. | Dave Arter | 2020-01-20 | -6/+6 | |
| | |||||
* | [UK] Only include council rules on map pages. | Matthew Somerville | 2020-01-20 | -20/+14 | |
| | |||||
* | [open311] always update problem state if no comments | Struan Donald | 2020-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 Somerville | 2020-01-17 | -4/+11 | |
|\ | |||||
| * | Include category groups in dashboard filter. | Matthew Somerville | 2020-01-16 | -4/+11 | |
| | | |||||
* | | [TfL] Include non-open reports in dupe suggestions | Matthew Somerville | 2020-01-16 | -2/+14 | |
|/ | |||||
* | [fixmystreet.com] No GA cookies. | Matthew Somerville | 2020-01-15 | -1/+1 | |
| | |||||
* | [TfL] One more ‘please ring’ category to hide. | Matthew Somerville | 2020-01-14 | -0/+1 | |
| | | | | Missed in the previous commit. | ||||
* | [UK] do not show unknown banner on fms pro sites | Struan Donald | 2020-01-13 | -2/+64 | |
| | | | | | In theory these are never unknown so do not display this in report banner. | ||||
* | Merge branch 'tfl-no-resend' | Matthew Somerville | 2020-01-13 | -1/+23 | |
|\ | |||||
| * | [TfL] Hide ‘please ring’ categories in admin. | Matthew Somerville | 2020-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 Somerville | 2020-01-10 | -1/+1 | |
| | | |||||
* | | Cope with swapped operands in template operators | Dave Arter | 2020-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 Somerville | 2020-01-10 | -18/+175 | |
|\ | |||||
| * | [TfL] Add hook to restrict to safety reports. | Matthew Somerville | 2020-01-09 | -0/+40 | |
| | | |||||
| * | [TfL] Ignore reports updated over three years ago. | Matthew Somerville | 2020-01-09 | -0/+30 | |
| | | |||||
| * | [Inactive] Add option to only act on one cobrand. | Matthew Somerville | 2020-01-09 | -21/+49 | |
| | | |||||
| * | [Inactive] Add option to fully delete reports. | Matthew Somerville | 2020-01-09 | -6/+54 | |
| | | |||||
| * | [Inactive] Ignore already anonymized users. | Matthew Somerville | 2020-01-09 | -1/+12 | |
| | | |||||
* | | Merge branch 'html-scrubber' | Matthew Somerville | 2020-01-10 | -8/+49 | |
|\ \ | |||||
| * | | Scrub admin description fields. | Matthew Somerville | 2020-01-09 | -8/+49 | |
| | | | |||||
* | | | Merge branch 'mobile-debounce-replacestate' | Matthew Somerville | 2020-01-10 | -71/+79 | |
|\ \ \ | |||||
| * | | | Use our own Permalink class. | Matthew Somerville | 2020-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 map | Dave Arter | 2020-01-09 | -0/+18 | |
| | |/ | |/| | |||||
* | | | [TfL] Switch to OSM geocoder; add ‘London’ to disambiguation | Dave Arter | 2020-01-10 | -0/+12 | |
| | | | |||||
* | | | [Bromley] Use standard tilma tile URLs. | Matthew Somerville | 2020-01-09 | -1/+1 | |
|/ / | |||||
* | | [TfL] Typo fix | Dave Arter | 2020-01-09 | -1/+1 | |
| | | |||||
* | | [TfL] Limit new ‘Pothole (minor)’ category to red routes | Dave Arter | 2020-01-09 | -0/+2 | |
| | | |||||
* | | [Zürich] Mark a couple more strings as safe in templates | Dave Arter | 2020-01-09 | -4/+4 | |
| | | |||||
* | | [Westminster] Ignore immediate failures on sending | Matthew Somerville | 2020-01-09 | -4/+4 | |
| | |