| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
| |
Fixes #1440.
|
| |
|
|
|
|
|
| |
The default wording says messages do not go to a council, which is not true for
UK council cobrands.
|
|\ |
|
| |
| |
| |
| | |
Show bodies for which details are missing, and any send method used.
|
| |
| |
| |
| |
| | |
Show map, break into two columns, fix display of sent time after
clicking "Mark as sent", tidy up labels.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes mysociety/FixMyStreet-Commercial#779
|
| |
| |
| |
| |
| | |
This allows cobrands to more easily change the site header without needing to
override the entire header.html template.
|
| |
| |
| |
| |
| |
| | |
jhead 3.00 considers 0 an invalid value for EXIF orientation and will replace it
with 1 when run with the -autorot flag. This was causing a test failure as the
SHA hash of the sample image was being changed.
|
| |
| |
| |
| | |
Default future unknown ones to HTTPS.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`.form-box--logged-in-name` has no preceding heading, which meant the
grey box background was colliding with whatever content happened to go
before it.
We add some margin, and while we’re at it, remove the extra margin-top
on first-child labels (unnecessary, since .form-boxes have their own
padding) and tidy up the syntax of the .form-box rule set.
Fixes #1418.
|
|/
|
|
|
|
|
| |
Fixes #1419.
We also standardize on using `@include box-shadow()` where possible,
and clearing out lots of now unnecessary box-shadow resets.
|
| |
|
| |
|
|
|
|
| |
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.
|