| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
And make sure file is removed if not a tar file.
|
| |
|
| |
|
|
|
|
| |
And update HTTPS link.
|
|
|
|
| |
This will be used by the installation script. Fixes #995.
|
| |
|
|
|
|
|
|
| |
If a staging site and SEND_REPORTS_ON_STAGING is false, warn that
reports will be sent to the problem reporter, not whatever has been set
up in the admin. Fixes #982.
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This matches the email template behaviour, and makes it much easier to
override without requiring a cobrand package file.
Fixes #979.
|
| |/ |
|
| |
| |
| |
| | |
Fixes #978.
|
| |
| |
| |
| |
| | |
Call the necessary boilerplate in each script so you can call them
directly. Remove boilerplate from files that don't need it.
|
| | |
|
| |
| |
| |
| | |
As that's what it does; and use it in Travis.
|
|/
|
|
|
| |
Remove some unneeded scripts, move others to cobrand-specific
directories.
|
|
|
|
|
|
| |
Forked repos cannot access the secure credentials when making pull
requests. We'd like those to be tested, so have made the bundles public
to be used for installation.
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
And remove it in footer if present (so that a different background
doesn't potentially show through).
|
| |
| |
| |
| |
| | |
This means that e.g. SMTP authentication is used when set up by all
emails, not just non-cron ones. Fixes #988.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d,
leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON
output.
|
|\ \ |
|
|/ /
| |
| |
| | |
at ESCC request today
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- auth and intro pages
- wording of around page
- Styling work with Mike
- FAQ and footer tweaks
https://github.com/mysociety/FixMyStreet-Commercial/issues/654
https://github.com/mysociety/FixMyStreet-Commercial/issues/655
- Extra spacing
https://github.com/mysociety/FixMyStreet-Commercial/issues/656
- Width of footer (override auto -> 100%)
- style and logo tweaks
- Logo/header same height on all pages (inc mappage)
- Content spacing tweaks
- Correct "Harrogate district" wording
https://github.com/mysociety/FixMyStreet-Commercial/issues/658
- Add extra disclaimer about reports fwd'd to NYCC
- push fms_pan_zoom down with css!important
(alternative is to use JS as Hart does,
or possibly to fix this so doesn't require !important)
- add privacy section
(Copies part of text on main page, this should perhaps be factored out.)
- Set bodyclass for change_password
Sets a bodyclass that's unused outwith harrogate cobrand, so should
be safe.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requires previous (generic) commit to prevent information only
categories (e.g. Dead animals message) from displaying a spurious
textbox.
Also support for sending these custom fields by email:
Requires a hook in RS::Problem method, as by default, only a restricted
number of hard-coded fields are send in the email.
(And the template language is pseudo-PHP so we can't simply pass in the
whole data-structure.)
|
| | |
| | |
| | |
| | |
| | | |
Potentially addresses #42 and
https://github.com/mysociety/FixMyStreet-Commercial/issues/647
|
| | | |
|
|/ / |
|
|/ |
|
|\ |
|
|/
|
|
|
|
|
|
|
| |
fixes #850 by adding appropriate postcodes to fix some issues reported
by council.
Unsure why, but one of these (Kelsey Hill) seemed to require different
ordering than others: is this a Bing oddity, or am I doing something
wrong?
|
|
|
|
| |
Fixes #974.
|
|
|
|
|
|
|
| |
Includes:
* [UK] Don't show topic form field when reporting abuse.
* Use token in moderation response URL to prevent hidden report leak.
* Make sure successful submission page is full width.
|
| |
|
|
|
|
| |
Prevents 'Argument "" isn't numeric' warning on admin report edit page.
|
| |
|
| |
|
|
|
|
| |
Fixes #786.
|
|
|
|
|
|
|
|
|
| |
The body-based alert only works if the body ID matches the MapIt ID.
This fixes #959. Further work needs to be done to enable proper
body-based alerts that work properly in all circumstances.
Consequently, factor out fixed body IDs from many tests.
Also fix a couple of tests not overriding geocoder correctly.
|