aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* [Zurich] Don't delete extra fields when editing contactDave Arter2018-05-31-0/+10
| | | | | | Editing a contact with extra fields would cause those fields to be deleted because they weren't included in the POST request when saving. This change ensures they're present in the DOM, but hidden by default.
* [UK] Update council privacy policy.Matthew Somerville2018-05-24-101/+377
|
* Merge remote-tracking branch 'origin/nicetable-styling'Matthew Somerville2018-05-24-37/+65
|\
| * Reintroduce “nicetable” class for simple table stylingZarino Zappia2018-05-23-37/+65
| | | | | | | | Useful for simple tables like the cookie lists on Privacy Policy pages.
* | Merge branch 'user-inactivity'Matthew Somerville2018-05-24-291/+306
|\ \
| * | [FixaMinGata] Update privacy policyJon Kristensen2018-05-23-13/+26
| | |
| * | Add admin tickbox to close report to updates.Matthew Somerville2018-05-23-0/+3
| | |
| * | Add ability to close updates on reports.Matthew Somerville2018-05-23-4/+7
| | | | | | | | | | | | | | | The inactive report script can mark matched reports as closed for updates. This removes the update form and signing up for updates from a report page.
| * | Script to email/anonymize inactive users.Matthew Somerville2018-05-23-0/+44
| | |
| * | [Bromley] Refactor templates into separate files.Matthew Somerville2018-05-23-249/+214
| | |
| * | Refactor name part of form_user out.Matthew Somerville2018-05-23-25/+12
| | |
* | | Merge branch 'quote-the-template-nevermore'Matthew Somerville2018-05-23-3/+3
|\ \ \ | |_|/ |/| |
| * | Escape data attributes in template.Matthew Somerville2018-05-23-3/+3
| |/ | | | | | | | | | | This fixes a bug whereby a double quote in an item would not be JSON-escaped due to being HTML-escaped first, meaning it would not parse as JSON on the client.
* / [fixmystreet.com] Add info about right to object.Louise Crow2018-05-22-0/+12
|/
* Merge remote-tracking branch 'github/privacy-fixes'Matthew Somerville2018-05-15-44/+12
|\
| * [fixmystreet.com] Remove newsletter references, addLouise Crow2018-05-14-44/+12
| | | | | | | | | | | | | | | | | | | | legitimate interests detail We don't solicit signups on FixMyStreet. The ICO guidance says: "You must include details of your legitimate interests in your privacy information" https://ico.org.uk/for-organisations/guide-to-the-general-data-protection-regulation-gdpr/lawful-basis-for-processing/legitimate-interests/
* | Use inspection states in response template admin.Matthew Somerville2018-05-15-1/+1
|/ | | | | This maps better to the states shown in the front end and prevents e.g. multiple fixed states appearing.
* Add UI for selecting multiple wards from /reports/ body pageDave Arter2018-05-14-3/+18
| | | | Fixes mysociety/fixmystreetforcouncils#231
* [Oxfordshire] Update homepage messageDave Arter2018-05-14-5/+5
|
* Stop double-escaping title in alert-update email.Matthew Somerville2018-05-11-1/+1
|
* [fixmystreet.com] Revert #2031 (dual submit buttons on fms.com homepage)Zarino Zappia2018-05-10-34/+0
| | | | Part of #2115.
* [fixmystreet.com] Revert #2032 (big-green-banner a/b test)Zarino Zappia2018-05-10-29/+0
| | | | Part of #2115.
* Make OpenGraph description translatable.Matthew Somerville2018-05-09-1/+1
|
* Cobrand hook for showing all states in filter.Matthew Somerville2018-05-09-2/+3
|
* Add partial template for update state.Struan Donald2018-05-09-23/+25
|
* Add help text metadata facility to categories.Matthew Somerville2018-05-08-1/+4
| | | | This is shown when reporting and in map list filters.
* Remove needless category mappings.Matthew Somerville2018-05-08-9/+9
| | | | | Both filter categories and new report category lists went through mappings to different data structures, which doesn't seem to be needed.
* Only hide deleted rows in contacts table.Matthew Somerville2018-05-08-1/+1
| | | | | Only the contacts table gets a button added to toggle the display of deleted rows; elsewhere the rows need to continue to be shown.
* [fixmystreet.com] FAQ typography tweaks.Matthew Somerville2018-05-08-17/+17
|
* [fixmystreet.com] Update privacy policy.Struan Donald2018-05-08-87/+384
| | | | | | This updates the privacy policy with changes for the incoming GDPR. Fixes #1900
* Simplify .internal-link-fixed-header positioningZarino Zappia2018-05-08-1/+1
| | | | | | | | | | | | | | Since #map_sidebar no longer disappears behind #site_header, there is no need for .internal-link-fixed-header to compensate for the height of the header. Just an arbitrary 2em offset is enough to prevent it butting up against the top of the #map_sidebar scrollable element. Meanwhile, moving the .internal-link-fixed-header anchor element to the top of its parent list item means it no longer has to compensate for the height of the moderation form elements, because those elements (indeed, the entire list item <form>) now comes *after* the anchor. Fixes mysociety/fixmystreet-commercial#1027.
* Merge branch 'drop-ie7'Matthew Somerville2018-05-03-22/+18
|\
| * Fix front page critical CSS loading in IE.Matthew Somerville2018-05-02-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The easy thing first - IE appears to 'stack' :before entries, so if a stylesheet is loaded multiple times (e.g. due to critical CSS loading on the front page), a font-size of 2.5em gets multipled. Switching to rems fixes this. The preload polyfill in IE8/9 loads the base stylesheet as if it were after the layout stylesheet, which breaks the navigation display. The polyfill has a new version which is somewhat simplified, updating the existing <link> rather than creating a new one, so we upgrade to that plus a PR to prevent browser hanging. However, in IE8 this now incorrectly uses the print styles on screen, meaning the navigation and footer disappear. So use an IE conditional comment to just cut IE8 out entirely. This means we can also cut down the polyfill somewhat.
| * Drop IE7 support.Matthew Somerville2018-05-02-17/+9
| |
* | Update fixmystreet.org link to https.Matthew Somerville2018-05-02-16/+16
|/
* [Buckinghamshire] Display problem category in lists & email subjectDave Arter2018-04-27-0/+168
| | | | Fixes mysociety/FixMyStreet-Commercial#1024.
* display the contents of report's extra field in adminStruan Donald2018-04-26-1/+1
| | | | | | | | Instead of just a Yes/No display a formatted list of values in extra. Has special handling for known fields otherwise just prints them out dumbly. Fixes #1809
* Merge branch 'collideoscope-anew'Matthew Somerville2018-04-26-31/+36
|\
| * Add couple of new sub-templates and label default.Matthew Somerville2018-04-23-25/+28
| | | | | | | | This makes it easier to override them.
| * Add class specifically for the around error page.Matthew Somerville2018-04-23-1/+1
| |
| * Have only one bodies_to_list variable.Matthew Somerville2018-04-23-5/+7
| |
* | Allow cobrand to provide extra label for report extra fieldsDave Arter2018-04-26-0/+1
| |
* | [Rutland] add a Rutland specific FAQ.Struan Donald2018-04-25-0/+172
| |
* | [fixmystreet.com] Remove banner.Matthew Somerville2018-04-25-43/+0
| |
* | [Buckinghamshire] Move important para higher up.Matthew Somerville2018-04-23-8/+9
|/ | | | | This also moves the 'this will be public' text next to the fields it applies to.
* Add info on anonymisation featureabimysoc2018-04-11-1/+5
| | | Since https://github.com/mysociety/fixmystreet/pull/1554 it has been possible for a user to hide their name on their reports and updates, rather than having to contact support. This PR updates the FAQ to mention that.
* [BANES] Add Google Analytics scriptDave Arter2018-04-11-0/+13
|
* admin UI to configure fetch_all_problems Open311 optionStruan Donald2018-04-11-0/+14
| | | | | | UI to update the fetch_all_problems setting in extra for a body. This also adds handling for extra body values in the Admin in a similar manner to the way other body params are handled.
* group the open 311 endpoint options in admin interfaceStruan Donald2018-04-11-55/+59
| | | | | Makes a bit more sense to group those relating to sending/receiving comments together and those relating to fetching comments together.
* Add link to edit current report in adminDave Arter2018-04-11-0/+3
| | | | | | | I find myself wanting to view the current report in the admin all the time - this commit adds a link to the top of the inspector column that goes right there. Only visible for superusers and staff users with permission to actually view the admin.