aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* 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
|\ \ \ | |/ / |/| |
| * | [FixaMinGata] Updates the link in the footer to information for councils.Joe Siltberg2020-03-03-1/+1
| | | | | | | | | | | | For some unknown reason the redirect we've had sometimes fails.
| * | [FixaMinGata] Removes another unused and unmaintained template.Joe Siltberg2020-03-03-143/+0
| | |
| * | [FixaMinGata] Clean-up in the templates.Joe Siltberg2020-03-03-85/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed needless differences, or files where there weren't really any differences between fixamingata and base. Also made our site more like base by moving stuff we had in footer.html to footer_extra.html and stuff we had in front/recent.html to front/footer-marketing.html. Should hopefully make the templates easier to maintain.
| * | [FixaMinGata] Removes old video for the front pageJoe Siltberg2020-03-03-0/+0
| | |
| * | [FixaMinGata] New video for the front pageJoe Siltberg2020-03-03-3/+3
| |/
* | [Vagrant] Add local testing box to provisioning conditionalSam Pearson2020-03-03-1/+1
| | | | | | | | | | For local testing, we'll now treat a box named `fms-local` as if it was the Vagrant Cloud box.
* | [script/bootstrap] Keep OS packages updated in development environmentsSam Pearson2020-03-03-0/+24
|/ | | | | | | | | | | This adds a script, `bin/install_packages`, that will install packages listed in versions of `conf/packages*` and calls it from the bootstrap script in a way appropriate to the environment it is being run under. This should ensure that, for example, changes to dependencies will be applied to Vagrant machines in-between tagged releases. The default packages file used will be `packages.generic`.
* Merge branch 'check-filter_category-on-new'Matthew Somerville2020-02-28-0/+3
|\
| * Also check filter_category for category choice.Matthew Somerville2020-02-26-0/+3
| | | | | | | | | | | | | | If you submit the non-JS image map from an around page with a particular category selected, that is sent to the server in filter_category and should be checked to see if we can pre-fill the category dropdown on new report.
* | Merge branch 'admin-only-categories'Matthew Somerville2020-02-27-270/+390
|\ \
| * | Add a new "staff" contact state.Matthew Somerville2020-02-26-7/+111
| | | | | | | | | | | | | | | This state will appear when reporting if you are logged in as a staff member of the relevant body, but otherwise not appear on the site.
| * | Move staff report new tests to separate file (no changes).Matthew Somerville2020-02-26-203/+227
| | |
| * | [IsleOfWight] Factor together some identical code.Matthew Somerville2020-02-26-51/+12
| | |
| * | [Bexley,TfL] Search all contacts for groups.Matthew Somerville2020-02-26-2/+2
| | | | | | | | | | | | Might be exporting data for old categories.
| * | Fix password setting in createsuperuser script.Matthew Somerville2020-02-26-8/+39
| |/
* | [Buckinghamshire] Change "Name" to "Full name" on formsChris Mytton2020-02-26-0/+27
| | | | | | | | | | | | Since we require the user to enter their full name Buckinghamshire have asked us to change the text to "Full name" to make it clearer that the full name is required to complete the form.
* | [fixmystreet.com] Remove theme-color meta tagDave Arter2020-02-26-1/+0
| | | | | | | | This is under the assumption it will be replaced by a manifest theme on fixmystreet.com
* | Use ManifestTheme theme_colour for front page theme-color meta tagDave Arter2020-02-26-40/+60
| |
* | Cache available icons for front pageDave Arter2020-02-26-21/+38
| | | | | | | | This saves hammering the FS for every front page request
* | Show available cobrands in dropdown on FMSDave Arter2020-02-26-7/+13
| | | | | | | | | | | | | | For some reason switching to a Select stopped the update_model changes being applied when persisting the model, meaning the INSERT query failed because the cobrand column was null. This commit switches to a hidden input field for the cobrand which I’m not super keen on, but it does get the job done...
* | Add manifest icon management to admin formsDave Arter2020-02-26-11/+199
| |
* | Add admin UI for configuring manifest themeDave Arter2020-02-26-0/+453
| |
* | Use cobrand manifest icons as iOS icons, if presentDave Arter2020-02-26-18/+34
| |