| Commit message (Collapse) | Author | Age | Lines |
... | |
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Test::PostgreSQL sets up a new database with initdb and empties the
generated postgresql.conf; PostgreSQL 9.2+ sets its locale/timezone
information at the initdb stage, not when it is run. It is possible
therefore for the tests to be in one timezone but the test database
to be in another (GMT) – causing a test failure when e.g. an update
is created manually. Make sure the first comment is well before the
others being tested, so there is no chance the order gets confused.
|
| | |
| | |
| | |
| | |
| | | |
The form element contains 'fixed', so we need to strip the user/council
part of the actual state. Fixes #1369.
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
There's no need for the IP->country lookup, only used in JavaScript
to display a banner, to require a call to the FixMyStreet server.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \ |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This stops the front page header nesting skipping a level.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some img tags were using http://[cobrand].fixmystreet.com/ URLs
when their including page was served over HTTPS, causing mixed
content warnings on IE.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
lighting reports
Fixes mysociety/FixMyStreet-Commercial#767
|
| | |/ / |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Angus provide a WFS endpoint for their existing streetlight assets
and known faults.
This commit:
- Displays clickable markers when the 'street lighting' category is selected
on the report a problem page.
- Displays known faults on the map
- Includes a custom OpenLayers build for the Angus cobrand that
includes WFS support
The custom code for adding the layers to the map is within
position_map.js, as this seemed to be currently the best place
for cobrand-specific map logic.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This adds a cobrand for Angus Council that fits in with their
existing styling on angus.gov.uk
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Because the list of categories is reloaded when changing the location of an
in-progress report, it was possible for the category the user had selected
to be un-selected. This improves the situation by re-selecting that category
if it appears in the new list.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Several cobrands override the colour of the 'how to report a problem'
numbers on the front page, so this commit allows that to be a one-line
change in the cobrand's _colours.scss.
|
| | |/ / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure the unresponsive message shows, if you're in a two-tier area
and one of the areas is marked as unresponsive, for all the categories
of that area.
|
| | | |
| | | |
| | | |
| | | | |
Fixes #1266.
|
| | |/ |
|
| | |
| | |
| | |
| | | |
Fixes #1362.
|
| |\| |
|
| | | |
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The following modules had bugs that have been fixed for working in
recent perls:
* List::MoreUtils
* Guard
* PadWalker
* aliased
* URI
* Convert::NLS_DATE_FORMAT
The CGI module was removed from core in 5.20, so include it in the
snapshot (I don't think it's actually used, but is a dependency).
"{" needs to be escaped in regular expressions, and ~~ should not be
used.
Fix some tests that expect e.g. a certain hash ordering, to use sorted
output or better comparisons.
|
| | | |
| | | |
| | | |
| | | | |
Better contrast; don't show on /about/council.
|
| | | |
| | | |
| | | |
| | | | |
Fixes #1345.
|
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Perl 5.20 introduced a version of Encode that errors on decoding already
decoded content (rather than returning the same string). Whilst this can
be taken as a bug in our code (although the decoding exists because some
versions of FastCGI silently UTF-8 encode the content), in the changelog
for Perl the only reference to this change is the line: "Encode has been
upgraded from version 2.49 to 2.60.".
|
| | | |
|
| | | |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Includes a smiley, bright yellow homepage, and updated nav bar and
footer across the entire site; a few content changes; request for
gender information from users.
Fixes #1341.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This variable can then be used by e.g. extra_name.html to know what form
it is on.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The radio icons are e.g. unselectable in VoiceOver if they are
display:none. This also helps with client-side validation.
|
| | | | |
|
| | |/ |
|
| | |\ |
|