| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Fixes #694.
|
|
|
|
| |
Move most index page statistics to their own pages.
|
|
|
|
|
|
|
|
|
|
|
| |
This rearranges the moderation UI into logical chunks,
and improves the 'revert to original' checkboxes by:
- hiding them unless there's some original text to revert
to
- displaying the text that will be reverted to in the
appropriate input fields when checked.
Part of mysociety/FixMyStreet-Commercial#731
|
|
|
|
| |
This uses the master branch of OpenLayers 2.
|
|
|
|
|
|
|
|
|
|
|
| |
Like a number of recent council cobrands, we remove parts of the default
desktop footer and append our own responsive one in `footer_extra.html`.
This also updates the FixMyStreet app logos (for fixmystreet.com and any
other cobrands that use them) to the most recent style of Apple / Google
sanctioned badges.
Fixes #1385.
|
| |
|
|
|
|
| |
This was erroneously removed in 0fe0f7e1.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
And associated, e.g. nothing references fixmystreet-old-box.js any more.
|
| | |
|
| |
| |
| |
| | |
This template may be shown in the mobile app.
|
|\ \
| |/
|/| |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
Since multiple photo support, partial photos can only be looked at via
their temporary URL, not their confirmed one.
|
| |/ |
|
|/
|
|
| |
Remove unused body/area ID URL code.
|
|
|
|
|
| |
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.
|
|/
|
|
|
|
| |
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
|
|
|
|
| |
Fixes #1266.
|
|
|
|
| |
Fixes #1362.
|
|
|
|
| |
Better contrast; don't show on /about/council.
|
|
|
|
| |
Fixes #1345.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|\ |
|
| | |
|
|/
|
|
|
| |
If a user is logged in, use their last report/update to set the default
anonymity state.
|
|
|
|
|
| |
Add things missing from README, pull from Transifex, merge in new
translations, bump version number.
|
| |
|
|
|
|
| |
Put FAQ/contact/privacy sidebar in its own template.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
Fixes #1312.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|