| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
| |
Add missing class on updates.
|
|\ |
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
Include a patch file, applied to Dropzone as of version e524e03c, that
also includes our previous Opera patch from 445e9a3d. The new minified
file is our cut-down exif.js plus the patched dropzone.js.
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Match the help given in new report/update form.
|
| |
| |
| |
| | |
Match more the default email. Fixes #1115.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This refactors the Map::Zurich module into something that makes it easier
to use custom map tiles for a cobrand.
This also includes some refactoring of the JS & map templates
to make it easier to use a custom WMTS base map in future
cobrands.
|
|/ /
| |
| |
| | |
For mysociety/FixMyStreet-Commercial#766.
|
| |
| |
| |
| |
| | |
We have seen e.g. an endpoint that is returning 'serviceAttributes' as
the child of 'attributes', rather than 'attribute'.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
.tablewrapper was sometimes losing its background,
it needs to be given hasLayout.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Document the couple that are left, and fix the display of the logo
with a simpler positioning/ less overriding. Drop a needless usage
of 'rem' to make things a bit easier there too.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
The service code could be "0".
|
| | |
| | |
| | |
| | |
| | | |
It errored on new-style parsed XML, rather than let it through.
Add a new category to the test that highlights this.
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Parse the XML in such a way other parts of the code do not have to worry
about single-value folding or the like.
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some UK councils with Open311 integrations (e.g. Bromley) have a custom wording
in the confirmation email sent when updates are left on reports, to make the
user aware that the update is sent to the council in question.
Bromley noticed that some emails were being sent without this wording, leading
at least one user to contact the council directly about the report.
It turns out that although the email template contains an IF clause to use the
appropriate wording for Bromley (and Stevenage) reports, the incorrect template
file was being used when updates were made via the Bromley cobrand.
This commit solves the problem by introducing a new
`Cobrand::Default::path_to_email_templates` method, which is overridden by
`Cobrand::UKCouncils` to include the `templates/email/fixmystreet` path. Paths
returned by this method are used as the `additional_template_paths` param when
templating emails. A regression test is included.
Additionally moves email templates for fixmystreet.com to a directory name
reflecting their purpose, in the same way the web templates are arranged.
|
| | |
| | |
| | |
| | | |
Stop sidebar overlapping footer, and giving footer heading a top border.
|
| |/
|/| |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
The 'cross' at mobile widths was not displaying, and the icon was not
changing to a down arrow at larger widths.
|
|\ |
|
| |
| |
| |
| |
| | |
It was being treated as a new report and showing errors, rather than
showing you the same page with updated filters. Fixes #1422.
|
| |
| |
| |
| | |
Uses same watch notification as make_css.
|
| | |
|
| |
| |
| |
| |
| | |
This is in case the cobrand directory is actually a symlink to
elsewhere, as it is with some deployments.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
If we don't do this, the default quoted-printable encoding will make
sure the lines are physically wrapped anyway. format=flowed could be
an alternative, but I think "=" acting as a quasi-hyphen is somewhat
nicer than every line ending with "=20".
A better solution could be quoted-printable doing soft wrapping only
at word breaks, making each line be readable though end with a " =",
but that didn't seem worth the effort involved.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It should now show a failure message on failure, rather than always show
the success message, and not show a confusing error about general.yml if
something went wrong before creating that file.
|
| |
|
|
|
|
|
| |
Remove quite a bit of unnecessary CSS that was not
actually helping with display.
|