| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Matches the corresponding change on the societyworks.org site:
https://github.com/mysociety/orgsites/issues/1156
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Pro manual at `/pro-manual` uses a separate jekyll layout that
mimics the output of the WordPress site at societyworks.org.
Our copy had fallen out of date. This commit:
* Updates the Google Fonts requested (was Rubik, now Lato and Lora).
* Updates the header nav menu content to match the live site.
* Replaces fixmystreet.com/pro URLs with societyworks.org URLs.
* Updates the footer legal text to match the live site.
|
|
|
|
| |
For https://github.com/mysociety/fixmystreet-commercial/issues/1905
|
| |
|
|
|
|
|
| |
This adds the code for photo uploads from the regular update form to the
inspector form, and adds details to the documentation.
|
| |
|
|
|
|
|
|
|
|
|
| |
Your site user may not have access to sudo, and your admin user may
cause permission issues if used to do the git checkout, or the Perl
module installation. Document the separate script to install system
packages instead.
Co-authored-by: Sam Pearson <sam@mysociety.org>
|
| |
|
|
|
|
| |
And in couple of cobrand templates.
|
|
|
|
| |
Also update the category page screenshot to include the new options
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Users with assigned_categories_only will only see staff features on a
report page in their assigned categories.
Users will only see staff features on a report page in a category with
assigned_users_only if it is in their assigned categories.
|
|
|
|
|
| |
Add a tickbox to the category admin, and do not allow reopening on
reports made in the selected categories.
|
|\ |
|
| |
| |
| |
| |
| | |
Add a tickbox to the category admin, and do not allow updates on
reports made in those selected categories.
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #2937
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Allows you to hide the banner introduced in 1f43fc9.
Useful when you’re making front-end changes—especially on small
screens—and don’t want the banner getting in the way.
|
|
|
|
|
|
| |
This allows you to output a working Content-Security-Policy header, with
optional third-party domains, by setting a new CONTENT_SECURITY_POLICY
configuration option.
|
|
|
|
|
|
|
|
| |
The logo_width and logo_height are set in _email_color_overrides.html,
not _email_setting_overrides.html, so update the documentation to
reflect that.
[ci skip]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
By specifying a placeholder in an email template, it can be replaced
by the description returned from the Open311 server.
|
| |
|
| |
|
|
|
|
|
| |
Include the usual generate new .pot file, gettext-merge, push to
Transifex, pull from Transifex step.
|
|
|
|
|
| |
To (hopefully) encourage people to join, and
interact on, the mailing list instead.
|
|
|
|
|
|
| |
Update database to store an array of IDs rather than only one;
consequential changes to the admin and the dashboard to allow
selection.
|
|
|
|
|
| |
Add a configuration variable to use for the front page stats/
recent list, plus the max-age of `/reports`.
|
|
|
|
|
|
| |
If the user has moderating permission, or a cobrand allows the viewing
of moderation history, show moderation history within the updates on a
report page.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Simplify markup required for the status banner.
* Simplify styles - the banner is now identical on all screen sizes.
* Move the banner from `report/display.html` into `report/_main.html`
so that it can appear after `.problem-back` in the source order.
* Use real pin icon instead of `pin-flat-white-small.png`.
* Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands
don’t have to define it themselves if they’re happy with green.
* Introduce `$col_fixed_label_light`, with a sensible default for all
cobrands, even ones that have a custom `$col_fixed_label`.
* Remove `$col_fixed_label_dark` – no longer needed.
|
| |
|