aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* [UK] Allow "jct" in junction lookup.Matthew Somerville2020-03-31-4/+8
|
* Have update controller treat name more like reporting.Matthew Somerville2020-03-31-4/+5
|
* Add option of anonymous updating.Matthew Somerville2020-03-31-0/+28
|
* Recent reports, use same query regardless of cacheMatthew Somerville2020-03-31-3/+1
| | | | | If you called this function not asking for photos, the result if fetched from the cache would only allow through ones with photos.
* Move summary failures to separate script.Matthew Somerville2020-03-31-5/+23
|
* Move per-row process to its own package.Matthew Somerville2020-03-31-271/+314
|
* Refactor Script::Report into an object.Matthew Somerville2020-03-31-209/+281
|
* [Open311] Allow save/drop of row extra during sendMatthew Somerville2020-03-31-92/+137
|
* [Bexley] Remove background message colour.Matthew Somerville2020-03-30-3/+3
|
* Merge branch 'staff-only-cats-in-admin-sending'Matthew Somerville2020-03-30-3/+13
|\
| * [Admin] Access staff-only categories in admin.Matthew Somerville2020-03-19-1/+10
| |
| * Look at all categories when sending reports.Matthew Somerville2020-03-19-2/+3
| |
* | Merge branch 'inactive-accounts-to-header' of ↵Matthew Somerville2020-03-30-1/+1
|\ \ | | | | | | | | | git://github.com/Sambruk/fixmystreet
| * | Fixes the To header when sending emails about inactive accounts.Joe Siltberg2020-03-26-1/+1
| | | | | | | | | | | | | | | | | | | | | Without the brackets the user's name was interpreted as a separate recipient. Fixes #2935
* | | [Buckinghamshire] COVID-19 message.Matthew Somerville2020-03-30-1/+19
| | |
* | | [Bexley] Add COVID-19 messagesChris Mytton2020-03-27-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a banner to the following places: - The homepage - Problem confirm email - Page when you create a problem as an unregistered user - Page when you create a problem as a registered user
* | | [Bristol] Update URL for map tilesChris Mytton2020-03-26-2/+2
|/ /
* | [TfL] front page COVID-19 text tweakStruan Donald2020-03-24-6/+6
| |
* | [fixmystreet.com] Survey bannerZarino Zappia2020-03-24-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Big purple survey banner, which is hidden by default, and shown on 40% of pageloads, by JavaScript. Works on both the static pages, and the map pages. Clicking the CTA button, or the close icon, hides the banner and sets a cookie so that the banner isn’t shown again on that device. Banner is always hidden during the mobile reporting flow. Fixes #2928.
* | [TfL] add COVID-19 front page messageStruan Donald2020-03-23-0/+9
|/
* [Zurich] Email confirmation text update.Matthew Somerville2020-03-17-1/+3
|
* [IsleOfWight] category for front page report titleStruan Donald2020-03-16-0/+23
|
* [Lincolnshire] Include roads at zoomed out levels.Matthew Somerville2020-03-13-0/+1
|
* Add Highways England junction lookupChris Mytton2020-03-12-0/+210
| | | | | | | This is taken from the sort-my-sign repo. It allows the user to search for motorways names and junction numbers, e.g. "M60, Junction 2", and then geocodes that using a SQLite database created from Highways England markerpost locations.
* [Lincolnshire] increase NSG layer nearest radiusStruan Donald2020-03-12-0/+1
| | | | To reduce the number of reports that are arriving without a site code
* Merge branch 'ignore-transport-focus-files'Chris Mytton2020-03-11-0/+1
|\
| * Ignore Transport Focus filesChris Mytton2020-03-11-0/+1
| | | | | | | | These come from the sort-my-sign repo.
* | Merge branch 'uk-council-no-edit-superuser'Matthew Somerville2020-03-11-2/+9
|\ \
| * | [UK Councils] Superusers cannot be edited by staffMatthew Somerville2020-03-09-2/+9
| | |
* | | Merge branch 'norwich-norfolk'Matthew Somerville2020-03-11-9/+0
|\ \ \
| * | | [UK] Norwich/Norfolk highways agreement now ended.Matthew Somerville2020-03-10-9/+0
| | | |
* | | | Merge branch 'warnfixes'Matthew Somerville2020-03-11-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | A number of warnfixes in tests.Matthew Somerville2020-03-09-2/+6
| |/ /
* | | [Docker] Allow use of VERSION_OVERRIDESam Pearson2020-03-10-0/+1
| | | | | | | | | | | | | | | When building, you can pass `--build-arg VERSION_OVERRIDE=<foo>` to build arbitrary git commits instead of the most recent tagged release.
* | | [Docker] Allow user to skip running install_packagesSam Pearson2020-03-10-2/+6
| | | | | | | | | | | | | | | When running in Docker, set `SKIP_PACKAGES_INSTALL` to avoid running `install_packages` when starting the container.
* | | [Docker] Allow fms user to install packagesSam Pearson2020-03-10-2/+7
|/ / | | | | | | | | Add a sudo rule to permit the `fms` user to run `install_packages` if necessary.
* / order unsent reports in admin summary by confirmedStruan Donald2020-03-09-0/+5
|/ | | | | Make it a bit easier to see if any reports have been sitting unsent for some time
* [Cheshire East] Update not maintained message.Matthew Somerville2020-03-09-2/+2
|
* [Docs] Updated with AMI for release v3.0Sam Pearson2020-03-05-3/+3
|
* Version 3.0.v3.0Matthew Somerville2020-03-04-43205/+59048
|
* Use existing loc() so translations find strings.Matthew Somerville2020-03-04-79/+69
| | | | | The gettext-extract script looks for loc() in templates, it did not find the loc_js() calls.
* Update translations from Transifex, with tweaks.Matthew Somerville2020-03-04-912/+969
| | | | Tweaks due to stopping using HTML entities in a number of places.
* Merge remote-tracking branch ↵Matthew Somerville2020-03-03-37/+28
|\ | | | | | | 'origin/issues/commercial/1659-bromley-shortlist-css-bug'
| * [Bromley] Reduce specificity of button stylingZarino Zappia2020-03-02-32/+7
| | | | | | | | | | | | | | Brings Bromley more in line with how other cobrands do their button styling, and also fixes mysociety/fixmystreet-commercial#1659 (where Bromley’s high-specificity input styles were causing the shortlist "star" input to display as a regular button).
| * Better background and border handling in button-variant() Sass mixinZarino Zappia2020-03-02-5/+21
| | | | | | | | | | | | | | | | | | | | A couple of small fixes to tidy the output of button-variant() and make it easier to style up flat, borderless buttons. * If $bg-top and $bg-bottom are identical, no linear-gradient() will be generated. Same goes for $hover-bg-top and $hover-bg-bottom. * If $border or $hover-border are `false`, then it’s assumed you don’t want a border, and `border: none` will be generated.
* | Merge branch 'staging-js'Matthew Somerville2020-03-03-20/+14
|\ \
| * | [UK] Use staging hosts on some staging sites.Matthew Somerville2020-03-03-18/+9
| | |
| * | Add map staging flag for client side to use.Matthew Somerville2020-03-03-1/+4
| | |
| * | [Bexley] Use live tilma for trees.Matthew Somerville2020-03-03-1/+1
| | |
* | | Merge branch 'mysociety-delivery' of https://github.com/Sambruk/fixmystreetMatthew Somerville2020-03-03-231/+33
|\ \ \ | |/ / |/| |