aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
...
* Display inline map for duplicate suggestions on mobileDave Arter2020-01-31-0/+5
| | | | For #2668.
* Merge branch 'tfl-map-filter-category-groups'Matthew Somerville2020-01-30-5/+18
|\
| * Enable category groups on map filter dropdown.Dave Arter2020-01-30-5/+18
| | | | | | | | Includes an updated version of jquery-multi-select.
* | Keep report updates link in usual place on mobile.Matthew Somerville2020-01-30-1/+1
| |
* | After login during update, separate form/report.Matthew Somerville2020-01-30-0/+1
| |
* | Use nicer default photo upload message.Matthew Somerville2020-01-30-1/+2
| |
* | [Northamptonshire] customise index step templateGraeme Porteous2020-01-30-0/+18
|/ | | | Add 5 step to discourage more than one problem per enquiry.
* List categories in body admin by group.Matthew Somerville2020-01-28-8/+27
|
* Add per report OpenGraph imagesGraeme Porteous2020-01-27-0/+18
| | | | | | | | | | | | | 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.
* Merge branch 'allow-alert-signup'Matthew Somerville2020-01-21-1/+1
|\
| * Allow update signup even if updates disallowed.Matthew Somerville2020-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 Somerville2020-01-21-0/+1
|\ \
| * | [TfL] Always use TfL branding on shortlist email.Matthew Somerville2020-01-21-0/+1
| |/ | | | | | | It was using the branding/URL of the site the update was left on.
* | Factor out list filter sort section.Matthew Somerville2020-01-21-14/+16
| |
* | Include labels template earlier for category labelMatthew Somerville2020-01-21-3/+4
|/
* [UK] Only include council rules on map pages.Matthew Somerville2020-01-20-20/+14
|
* Include category groups in dashboard filter.Matthew Somerville2020-01-16-1/+2
|
* [fixmystreet.com] No GA cookies.Matthew Somerville2020-01-15-1/+1
|
* [UK] do not show unknown banner on fms pro sitesStruan Donald2020-01-13-1/+23
| | | | | In theory these are never unknown so do not display this in report banner.
* Use non-breaking space char to stop double escape.Matthew Somerville2020-01-10-1/+1
|
* [Zürich] Mark a couple more strings as safe in templatesDave Arter2020-01-09-4/+4
|
* Merge branch 'staff-sign-up-other-user-for-alert'Matthew Somerville2020-01-09-4/+32
|\
| * Allow staff users to sign others up for alerts.Matthew Somerville2020-01-08-2/+30
| |
| * Check provided report ID for update alert signup.Matthew Somerville2020-01-08-2/+2
| | | | | | | | Remove some unused code.
* | Merge branch 'tfl-text-change'Matthew Somerville2020-01-09-5/+12
|\ \
| * | [TfL] Update front page form text/examples.Matthew Somerville2020-01-08-0/+3
| | |
| * | [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-3/+7
|\ \
| * | [Cheshire East] Allow reporting only on road.Matthew Somerville2020-01-08-3/+7
| |/
* | Merge remote-tracking branch 'origin/optionally-hide-staging-banner'Matthew Somerville2020-01-09-1/+1
|\ \
| * | STAGING_FLAGS option to hide the staging site bannerZarino Zappia2020-01-07-1/+1
| |/ | | | | | | | | | | | | 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-1/+1
|\ \
| * | [Bexley] Allow resending, still hide resend buttonMatthew Somerville2020-01-08-1/+1
| |/
* | [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/+3
| | | | | | | | | | | | Attempts to allow for CSS animations by not destroying the marker's DOM element each time a location update is received - with limited success.
* | Hide ‘provide extra information’ preamble when no visible fields are presentDave Arter2020-01-07-8/+10
|/ | | | | | | | | 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.
* [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.
* Fix 'all reports' link for users with categories but no from_bodyDave Arter2020-01-06-1/+1
| | | | | | | | | | | 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.
* [Buckinghamshire] Remove ‘not responsible’ message from emails for ↵Dave Arter2019-12-18-8/+2
| | | | | | district reports Fixes https://github.com/mysociety/fixmystreet-freshdesk/issues/104
* [TfL] Remove email address from contact form.Matthew Somerville2019-12-17-0/+0
|
* Use Unicode chars in email summaries, not escaped.Matthew Somerville2019-12-17-4/+4
|
* Mark location_error as safe.Matthew Somerville2019-12-16-4/+4
|
* [TfL] Update FAQ to link to main cookie declaration.Matthew Somerville2019-12-13-2/+11
|
* Mark item_action as safe in shortlist.Matthew Somerville2019-12-11-1/+1
|
* Do not hard code site name in database fixture.Matthew Somerville2019-12-10-1/+1
| | | | This also lets it be cobrand specific.
* [Templates] RSS XSL can have a safe title.Matthew Somerville2019-12-09-1/+1
|
* [TfL] Mark email template parts as safe.Matthew Somerville2019-12-09-7/+7
|