| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| |
| | |
Merge branch 'fiksgatami-dev' into fiksgatami-prod
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The title in the OpenGraph header was not being properly escaped, and
the hide pins/all pins links were using single quotes which were able
to be broken out of.
Also remove the single quotes around rss_feed_uri, though this is not
a vulnerability as its contents were sanitised (postcode or co-ords).
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`.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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
If you had no session cookie, started reporting a problem, logged in
through that process, you would then get a CSRF error as the token
had been created before the session was.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Match the help given in new report/update form.
|
| | |
| | |
| | |
| | |
| | | |
.tablewrapper was sometimes losing its background,
it needs to be given hasLayout.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
It was being treated as a new report and showing errors, rather than
showing you the same page with updated filters. Fixes #1422.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
|\| | |
|
| | | |
|
| |\| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If someone cloned the repository on Windows with their default git
settings, then ran vagrant up, it failed because the shell files now had
CRLF line endings. Rather than try and exempt the appropriate files,
let's just stop git trying to do anything clever at all.
|
| | |
| | |
| | |
| | |
| | | |
Have a generic package install file that works on Debian wheezy and
jessie, and Ubuntu precise, trusty and xenial. Drop Debian squeeze.
|
| | |
| | |
| | |
| | |
| | | |
The fix in e070ba89 for the big white chevron was also applied to these
chevrons which did not need extra paddig, and made them display smaller.
|
| | |
| | |
| | |
| | |
| | | |
The move to libsass missed out one function call, that inline images as
data URIs, which wasn't spotted as it didn't error.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Remove duplicate/alternate definitions, and settle on the name clearfix.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move to using libsass via CSS::Sass, and stop using compass, supplying
any used mixins directly. This removes the need for any ruby/gem based
installation, and greatly increases the speed of compilation. make_css
is also enhanced, bringing in the file monitoring previously done by a
separate script and improving its dependency monitoring.
|
| | | |
| | | |
| | | |
| | | | |
Thanks very much to them! Fixes #1415.
|
| | |\ \ |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Move some of it to dos and don'ts.
|
| | | | | |
|
| | | |/
| | |/| |
|
| | | | |
|
| | | | |
|
| | |/
| | |
| | |
| | | |
Specifically to get the https://github.com/openlayers/ol2/pull/1418 fix.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Historically, emails sent offline (alerts, questionnaires, etc) used a
different templating system from those sent by the website (e.g. login
emails), though the newer system was also being used for the site name
and signature of offline emails.
|
| | |\ \
| | | |/
| | |/| |
|
| | | |
| | | |
| | | |
| | | | |
This removes the need for the Oxfordshire cobrand to override.
|
| | | |
| | | |
| | | |
| | | | |
Fixes #694.
|
| | | | |
|
| | |/ |
|