Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Version 2.3.2.v2.3.2 | Matthew Somerville | 2018-05-31 | -2/+4 |
| | ||||
* | Update with new strings. | Matthew Somerville | 2018-05-31 | -18401/+22553 |
| | ||||
* | Update from Transifex. | Matthew Somerville | 2018-05-31 | -968/+687 |
| | ||||
* | Tidy up changelog. | Matthew Somerville | 2018-05-31 | -13/+12 |
| | ||||
* | Merge branch '2059-back-spinner' | Matthew Somerville | 2018-05-31 | -5/+18 |
|\ | ||||
| * | Improve handling of loading spinner display. | Matthew Somerville | 2018-05-31 | -5/+18 |
| | | | | | | | | | | | | | | | | | | Going back to /around from /report/new can trigger loadend (and the spinner hiding function) twice (if the strategy activation starts a read), with triggerRead aborting that read and triggering the event itself. This means the spinner is not displayed, as the count falls below 0. We could pin the count above 0, but instead let’s log each layer ID while ‘active’ and switch off when they’re all gone. | |||
* | | [Zurich] Don't delete extra fields when editing contact | Dave Arter | 2018-05-31 | -0/+17 |
|/ | | | | | | 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. | |||
* | Fallback to ID ordering on dashboard export. | Matthew Somerville | 2018-05-31 | -1/+1 |
| | ||||
* | [BANES] Add extra columns to dashboard CSV export; behind new permission | Dave Arter | 2018-05-31 | -0/+244 |
| | ||||
* | Call cobrand hook to add extra CSV columns on dashboard export | Dave Arter | 2018-05-30 | -0/+1 |
| | ||||
* | Merge remote-tracking branch 'origin/nicetable-thead-css-bug' | Matthew Somerville | 2018-05-29 | -1/+1 |
|\ | ||||
| * | Fix CSS specificity bug with new nicetable hover styles | Zarino Zappia | 2018-05-24 | -1/+1 |
| | | ||||
* | | Fix issues with RTL display/hardcoded directions. | Matthew Somerville | 2018-05-29 | -96/+73 |
| | | ||||
* | | Fix typo in sub-map-link-icon definition. | Matthew Somerville | 2018-05-29 | -1/+1 |
|/ | ||||
* | [UK] Update council privacy policy. | Matthew Somerville | 2018-05-24 | -101/+377 |
| | ||||
* | Merge remote-tracking branch 'origin/nicetable-styling' | Matthew Somerville | 2018-05-24 | -37/+119 |
|\ | ||||
| * | Reintroduce “nicetable” class for simple table styling | Zarino Zappia | 2018-05-23 | -37/+119 |
| | | | | | | | | Useful for simple tables like the cookie lists on Privacy Policy pages. | |||
* | | Merge branch 'user-inactivity' | Matthew Somerville | 2018-05-24 | -353/+821 |
|\ \ | ||||
| * | | [FixaMinGata] Update privacy policy | Jon Kristensen | 2018-05-23 | -13/+26 |
| | | | ||||
| * | | [Open311] Cope with undefined names. | Matthew Somerville | 2018-05-23 | -2/+4 |
| | | | ||||
| * | | Add admin tickbox to close report to updates. | Matthew Somerville | 2018-05-23 | -2/+54 |
| | | | ||||
| * | | Add ability to close updates on reports. | Matthew Somerville | 2018-05-23 | -8/+45 |
| | | | | | | | | | | | | | | | 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 scrub old non-open reports. | Matthew Somerville | 2018-05-23 | -1/+134 |
| | | | ||||
| * | | Script to email/anonymize inactive users. | Matthew Somerville | 2018-05-23 | -0/+209 |
| | | | ||||
| * | | Update last_active on active sessions too. | Matthew Somerville | 2018-05-23 | -21/+17 |
| | | | ||||
| * | | Update last_active on login/logout/session expiry. | Matthew Somerville | 2018-05-23 | -2/+25 |
| | | | ||||
| * | | Refactor out some session functions. | Matthew Somerville | 2018-05-23 | -24/+38 |
| | | | ||||
| * | | Factor anonymize function to User model. | Matthew Somerville | 2018-05-23 | -14/+20 |
| | | | ||||
| * | | Add created and last_active columns to user. | Matthew Somerville | 2018-05-23 | -6/+36 |
| | | | ||||
| * | | [FixaMinGata] Add to CronFns list. | Matthew Somerville | 2018-05-23 | -0/+1 |
| | | | | | | | | | | | | This is so e.g. inactive accounts script will use the cobranded emails. | |||
| * | | [Bromley] Refactor templates into separate files. | Matthew Somerville | 2018-05-23 | -249/+214 |
| | | | ||||
| * | | Refactor name part of form_user out. | Matthew Somerville | 2018-05-23 | -25/+12 |
| | | | ||||
* | | | [Buckinghamshire] Update email address. | Matthew Somerville | 2018-05-24 | -1/+1 |
| | | | ||||
* | | | [Zurich] Update to new map server. | Matthew Somerville | 2018-05-23 | -66/+53 |
| | | | ||||
* | | | Merge branch 'quote-the-template-nevermore' | Matthew Somerville | 2018-05-23 | -50/+43 |
|\ \ \ | ||||
| * | | | Escape data attributes in template. | Matthew Somerville | 2018-05-23 | -50/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | | Use default sender for report sent email. | Matthew Somerville | 2018-05-23 | -1/+1 |
| |_|/ |/| | | ||||
* | | | [fixmystreet.com] Add info about right to object. | Louise Crow | 2018-05-22 | -0/+12 |
|/ / | ||||
* / | Avoid empty space either side of "key tools" drawer when open | Zarino Zappia | 2018-05-21 | -0/+2 |
|/ | | | | Fixes #2124. | |||
* | Merge remote-tracking branch 'github/privacy-fixes' | Matthew Somerville | 2018-05-15 | -44/+12 |
|\ | ||||
| * | [fixmystreet.com] Remove newsletter references, add | Louise Crow | 2018-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/ | |||
* | | Merge branch 'issues/forcouncils/266-one-fixed' | Matthew Somerville | 2018-05-15 | -1/+2 |
|\ \ | ||||
| * | | Use inspection states in response template admin. | Matthew Somerville | 2018-05-15 | -1/+2 |
| |/ | | | | | | | | | This maps better to the states shown in the front end and prevents e.g. multiple fixed states appearing. | |||
* | | Move default problem state to cobrand function. | Matthew Somerville | 2018-05-15 | -2/+5 |
| | | ||||
* | | [Zurich] Use correct column for ‘newest’ sorting. | Matthew Somerville | 2018-05-15 | -0/+1 |
|/ | ||||
* | [Buckinghamshire] Use tilma.mysociety.org for WFS instead of staging tilma | Dave Arter | 2018-05-14 | -2/+2 |
| | ||||
* | Add UI for selecting multiple wards from /reports/ body page | Dave Arter | 2018-05-14 | -3/+43 |
| | | | | Fixes mysociety/fixmystreetforcouncils#231 | |||
* | Make sure closest address stringified in extra. | Matthew Somerville | 2018-05-14 | -3/+3 |
| | | | | | 22f0fed0b made the closest address an object, and objects can’t be directly stored in the extra column. | |||
* | [Oxfordshire] Update homepage message | Dave Arter | 2018-05-14 | -5/+5 |
| | ||||
* | Stop double-escaping title in alert-update email. | Matthew Somerville | 2018-05-11 | -1/+2 |
| |