| Commit message (Collapse) | Author | Age | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
perllib/FixMyStreet/Geocode/Google.pm
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
This includes MapIt postcode lookups, geocoding, query parameters, tile
clicks. Stringifying truncates them to six decimal places, which means
we no longer need any "short" versions anywhere, and the JSON response
will always uses a decimal point regardless of locale.
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | | |
And refactor geoloction caching code into one function
(except for Zurich which has its own SOAP based system).
|
| | |
| | |
| | |
| | |
| | |
| | | |
Cache a DateTime::TimeZone::Local object, so that in an environment
where /etc/localtime is a copy of a timezone file, we don't repeatedly
walk all the timezone files to find the matching one.
|
| |/
|/| |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Catches more edge cases, works if GA is blocked, simpler to use.
|
|/ |
|
| |
|
|
|
|
| |
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.
|