aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | add reminder to include link to report on contact formStruan Donald2018-06-05-0/+6
|/ | | | | | We get quite a few emails to support that are about a specific problem but fail to include a link to that problem. This adds some text to the contact form to ask people to do so.
* Merge branch 'issues/commercial/1037-bromley-wording'Matthew Somerville2018-06-04-34/+48
|\
| * Make sure site_name/signature consistent in emailsMatthew Somerville2018-06-04-34/+36
| |
| * [Bromley] Data sharing message in confirm email.Matthew Somerville2018-06-04-0/+10
| |
| * [Bromley] Set default show name to zero.Matthew Somerville2018-06-04-0/+2
| |
* | Merge branch 'issues/commercial/1005-bromley-asset-layers'Matthew Somerville2018-06-04-197/+301
|\ \ | |/ |/|
| * For duplicate, make sure update will be included.Matthew Somerville2018-06-04-1/+1
| | | | | | | | | | It was checking update text was present, but not whether the update would be included.
| * [Bromley] Include asset ID in title if given.Matthew Somerville2018-06-04-2/+20
| |
| * [Bromley] Add asset/PROW ID meta to attributes.Matthew Somerville2018-06-04-63/+28
| |
| * [Bromley] Store PROW id in a field if present.Matthew Somerville2018-06-04-1/+11
| |
| * [Bromley] Handle clicks on TfL road layer.Struan Donald2018-06-04-1/+26
| | | | | | | | | | | | If a TfL road is clicked, but no asset selected, show a message that it might not be a Bromley road and set single_body_only to TfL. Otherwise hide message and set single_body_only to Bromley.
| * [Bromley] extra asset layersStruan Donald2018-06-04-1/+105
| | | | | | | | | | Adds street lights, park bins, trees, rights of way, and TfL red route asset layers.
| * Refactor USRN/road code into a Layer class.Matthew Somerville2018-06-04-109/+64
| |
| * [Open311] Factor cobrand overrides to functions.Matthew Somerville2018-06-04-14/+28
| | | | | | | | [Stevenage] Make sure Other included, like East Herts.
| * Allow lookup of whether asset selected.Matthew Somerville2018-06-04-5/+10
| |
| * Ignore non-interactive layers for asset message.Matthew Somerville2018-06-04-0/+4
| | | | | | | | | | Otherwise a non-interactive layer applying to the same category as an asset layer can cause an ‘undefined’ message to appear.
| * Tweak asset message text, allow override.Matthew Somerville2018-06-04-2/+6
| |
* | Version 2.3.2.v2.3.2Matthew Somerville2018-05-31-2/+4
| |
* | Update with new strings.Matthew Somerville2018-05-31-18401/+22553
| |
* | Update from Transifex.Matthew Somerville2018-05-31-968/+687
| |
* | Tidy up changelog.Matthew Somerville2018-05-31-13/+12
|/
* Merge branch '2059-back-spinner'Matthew Somerville2018-05-31-5/+18
|\
| * Improve handling of loading spinner display.Matthew Somerville2018-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 contactDave Arter2018-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 Somerville2018-05-31-1/+1
|
* [BANES] Add extra columns to dashboard CSV export; behind new permissionDave Arter2018-05-31-0/+244
|
* Call cobrand hook to add extra CSV columns on dashboard exportDave Arter2018-05-30-0/+1
|
* Merge remote-tracking branch 'origin/nicetable-thead-css-bug'Matthew Somerville2018-05-29-1/+1
|\
| * Fix CSS specificity bug with new nicetable hover stylesZarino Zappia2018-05-24-1/+1
| |
* | Fix issues with RTL display/hardcoded directions.Matthew Somerville2018-05-29-96/+73
| |
* | Fix typo in sub-map-link-icon definition.Matthew Somerville2018-05-29-1/+1
|/
* [UK] Update council privacy policy.Matthew Somerville2018-05-24-101/+377
|
* Merge remote-tracking branch 'origin/nicetable-styling'Matthew Somerville2018-05-24-37/+119
|\
| * Reintroduce “nicetable” class for simple table stylingZarino Zappia2018-05-23-37/+119
| | | | | | | | Useful for simple tables like the cookie lists on Privacy Policy pages.
* | Merge branch 'user-inactivity'Matthew Somerville2018-05-24-353/+821
|\ \
| * | [FixaMinGata] Update privacy policyJon Kristensen2018-05-23-13/+26
| | |
| * | [Open311] Cope with undefined names.Matthew Somerville2018-05-23-2/+4
| | |
| * | Add admin tickbox to close report to updates.Matthew Somerville2018-05-23-2/+54
| | |
| * | Add ability to close updates on reports.Matthew Somerville2018-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 Somerville2018-05-23-1/+134
| | |
| * | Script to email/anonymize inactive users.Matthew Somerville2018-05-23-0/+209
| | |
| * | Update last_active on active sessions too.Matthew Somerville2018-05-23-21/+17
| | |
| * | Update last_active on login/logout/session expiry.Matthew Somerville2018-05-23-2/+25
| | |
| * | Refactor out some session functions.Matthew Somerville2018-05-23-24/+38
| | |
| * | Factor anonymize function to User model.Matthew Somerville2018-05-23-14/+20
| | |
| * | Add created and last_active columns to user.Matthew Somerville2018-05-23-6/+36
| | |
| * | [FixaMinGata] Add to CronFns list.Matthew Somerville2018-05-23-0/+1
| | | | | | | | | | | | This is so e.g. inactive accounts script will use the cobranded emails.
| * | [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
| | |
* | | [Buckinghamshire] Update email address.Matthew Somerville2018-05-24-1/+1
| | |