| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
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
|
| | |
|
| |
| |
| |
| | |
Makes the flow more like new reporting.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Use design of auth/token in generic error, 404, and token server error
pages, and use the same error for too old/ token not found errors.
|
| | |
|
| |
| |
| |
| |
| | |
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.
|
|\ |
|
| |
| |
| |
| | |
Also adds admin ability to rotate update photos.
|
| |
| |
| |
| |
| | |
Remove get_photo_params, which only looked at the first photo,
make explicit when we're doing that using `.first`.
|
| | |
|
| |
| |
| |
| | |
Refactor some cobrand specific elements for clarity.
|
| | |
|
| | |
|
|/
|
|
|
| |
This better matches the equivalent markings above and below for title
and description.
|
|
|
|
| |
Fixes #1305.
|
|\ |
|
| |
| |
| |
| | |
Fixes #1303.
|
| |
| |
| |
| | |
Include UK donations CSS used over Christmas 2015 for any future use.
|
|/ |
|
|
|
|
|
| |
6a70b829 prettified the numbers, so they were now strings, but
mistakingly kept the printf tokens as "%d".
|
|
|
|
|
|
|
|
|
|
| |
Three file inputs, progressively enhanced with dropzone.
This moves the photo input higher up, so that photos can upload while
you're filling out the form. It standardises and improves photo error
handling.
[fixmystreet.com] Guidance for what photos should and shouldn’t include.
|
| |
|
|
|
|
| |
Consolidate the two displays of these stats. Fixes #1297.
|
|
|
|
|
| |
Template::Plugin::Number::Format works internationally, whilst
Template::Plugin::Comma does not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A repeat of cc6a278; Google have now dropped version 3.20 of their Maps
API, which we were using. Version 3.21 is the oldest available version,
and only appears to work if you start off in hybrid view.
According to https://developers.google.com/maps/documentation/javascript/versions,
in three months 3.21 will be dropped; 3.22 does not currently work with
our OpenLayers code at all. Looking at
http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/google-v3.html
the maps do still appear if you first switch to the Satellite layer. So
investigation will be needed to find out why that happens and if it can
be worked around.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This puts all static pages under /about, and lets you add new static
pages by placing new HTML in your about template directory.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Don't show a categories summary unless asked via a link
* Don't needlessly join in questionnaire/update summaries
* Switch count(distinct()) to a subselect as it turns out
select count(*) from (select distinct(user_id) from problem) temp;
is a lot quicker than select count(distinct(user_id)) from problem;
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Generally, a rewrite of issue-list-a to item-list--reports or
item-list--wards (two different uses) and issue-list to
item-list--updates, with subsequent renames/changes to children.
For those cobrands using a different list showing a pin icon, use
item-list__item--with-pin to stop needing to override existing classes.
Fix a variety of niggling issues e.e ward list display, or overloading
of the .text class.
|
| |
| |
| |
| |
| | |
The changes in 99610f1 missed out adding a class to the footer menu,
and a few subsequent changes to the CSS.
|
|/
|
|
| |
This means other cobrands could use the same mechanism.
|
|
|
|
|
|
|
|
|
|
| |
Have the around, my, and reports pages use the same low level template
for individual list items, which can then be overridden for these
cobrands, meaning they no longer need to override higher level
templates.
The logic in 2b9178d was incorrect; fix this so that the correct
information is included in those templates.
|