| Commit message (Collapse) | Author | Age | Lines |
... | |
| |/ |
|
|/
|
|
|
|
|
| |
Fixes #424.
Using a float rather than table-cell styling also means we
no longer have to work around IE7 table display support.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Harrogate asked for NYCC managed issues to be linked to that
council's website. We don't prevent the issue from being logged,
but do show a warning banner.
As this is at Harrogate's request, we only do this for the Harrogate
cobrand, not the whole site, using a new cobrand hook
`munge_category_list`
Unfortunately, categories are currently passed to the template as
plain text, e.g. not structured data. As a simple implementation,
we append "( NYCC)" to the appropriate category names.
JS could then strip the names back in future, if required (though
we're not doing this.) Instead we add a jQuery hook to show the
most appropriate link provided.
See https://github.com/mysociety/FixMyStreet-Commercial/issues/703
|
| |
|
|
|
|
|
| |
This is now handled by normal bodies in the admin. In order to remove
references in send_reports, tidy up (unused) EmptyHomes code a bit.
|
| |
|
|
|
|
| |
Via customer query. Was correct in one location but wrong in other.
|
|
|
|
| |
Fixes #1022. And include new SECURE_PROXY_SSL_HEADER variable.
|
|
|
|
| |
Fixes #1011.
|
|
|
|
| |
Fixes #987.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This also fixes the fact the base template had invalid syntax, and was
using incorrect variable names.
|
| |
| |
| |
| |
| | |
Rather than redirecting to the report if they're already logged in.
Fixes #1003.
|
| | |
|
| |
| |
| |
| | |
Remove the old CrossSell code. Fixes #972.
|
|\ \
| |/
|/| |
|
| | |
|
| |
| |
| |
| | |
To match new parent template structure. Include minor translation fixes.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Use same template structure as fixmystreet cobrand, with tips from
fixmystreet.com cobrand. No need for a separate
fill_in_details_form.html any more.
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Using SurveyGizmo. Display the survey 60% of the time initially.
|
|
|
|
|
| |
This is more friendly for e.g. copy and pasting by someone using the
Dynamics CRM software. Fixes #997.
|
|\
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
Catches more edge cases, works if GA is blocked, simpler to use.
|
|/ |
|
|
|
|
| |
And update HTTPS link.
|
|
|
|
|
|
| |
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.
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d,
leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON
output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.)
|