| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| |
| |
| |
| | |
And associated, e.g. nothing references fixmystreet-old-box.js any more.
|
| | |
|
| |
| |
| |
| |
| | |
A white border doesn't work if the content bar isn't white.
Fixes 1380.
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
|/
|
|
|
|
|
| |
Store image type along with hash in photo column, and use that when
outputting images / generating URLs. Make sure all public photo URL
generation goes through appropriate functions, and change temp URLs
so the filename can be output directly from the list.
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
|
|
|
| |
Fixes #1362.
|
|
|
|
| |
Better contrast; don't show on /about/council.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
The radio icons are e.g. unselectable in VoiceOver if they are
display:none. This also helps with client-side validation.
|
|
|
|
|
|
| |
If the list of reports was scrolled and then the map was clicked, the
form would be pre-scrolled down. It now makes sure to scroll the form
to the top. Fixes #787.
|
|
|
|
|
| |
This was added along with pin/sidebar highlighting in b71d042e,
but has proved distracting/confusing.
|
| |
|
|
|
|
|
|
|
|
| |
Displaying the images smaller makes the lines of text easier
to read, and makes display of multiple images much better.
People can still click the images to see them full size.
Fixes #1325.
|
|
|
|
| |
Fixes #1336.
|
|
|
|
|
|
|
|
|
|
| |
The uploaded_files solution in cbdfcad6, to show already uploaded files
stored in upload_fileid, worked if you submitted the form to the server
and had it returned, but did not show remembered photos if you used the
browser's Back button to return to the form from another page.
Instead, always read the data from upload_fileid, which works whichever
way you have come to the page. Fixes #1332.
|
|
|
|
|
|
|
| |
It turns out the strategy was still firing even with correctly rounded
co-ordinates from getMapBounds, as there were still rounding errors
introduced by the two differing ways of calculating the map bounds. We
override one function to always equal the results of the other method.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hovering over map pins highlights the relevant item from the
sidebar beside the map. And hovering a sidebar item highlights
the relevant map pin.
Clicking a map pin takes you directly to the relevant report
page, just like clicking an item in the sidebar.
This means the OpenLayers popup "balloon" no longer appears on
clicking a pin, and has been removed entirely.
To make customisation of the list item hover colour easier,
it has been abstracted out into a SCSS variable that cobrand
authors should override (as the fixmystreet.com cobrand does)
or leave at its default light grey colour.
Fixes #1094.
|
|
|
|
|
|
|
|
|
|
|
| |
We had a report that our file uploader (dropzone) wasn't working in
Opera on a Lumia Windows phone. It looks like this version of Opera is
saying it has capability but doesn't. The file uploader already
blacklists Opera 12 on a Macintosh, so do the same on Windows Phone
(Opera Mini 9 has a version 12 identifier in its user agent string).
The full User Agent string was Opera/9.80 (Windows Phone; Opera
Mini/9.0.0/37.7751; U; en) Presto/2.12.423 Version/12.16
|
|\
| |
| |
| |
| |
| | |
Conflicts:
templates/web/base/report/new/fill_in_details_form.html
templates/web/base/report/update-form.html
|
| | |
|
| |
| |
| |
| | |
Makes the flow more like new reporting.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
e.g. if you had skipped the map there is no fixmystreet variable on the
resulting page, so we need to create it and check it.
|
|/
|
|
| |
Fixes #1308.
|
|
|
|
| |
Fixes #1305.
|
|\ |
|
| |
| |
| |
| | |
Include UK donations CSS used over Christmas 2015 for any future use.
|
| |
| |
| |
| |
| | |
Warwickshire has position:relative always set on .wrapper, so make sure
that's maintained on map apges.
|