| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
This removes the on map/nearby tabs, replacing them with one combined
list. The styling is moved to the base, so that it is used on mobile
too. A closed option is added to the existing dropdown, and the
base/fixmystreet my templates are also combined. Fixes #1141.
|
| |
|
|
|
|
|
| |
- Refactor map tile size into a constant
- Update map tiles to use new Zurich WMTS server directly instead of Apache proxy
|
|
|
|
|
| |
The GoogleOL layer will default to map, unless the
fixmystreet_google_default variable is set to 'satellite'.
|
|
|
|
| |
Fixes #1104.
|
| |
|
|
|
|
| |
Fixes #1192.
|
|
|
|
|
| |
On a form, except one where you skipped the map, the category change
call would use the initial map centre, rather than the map pin location.
|
|\ |
|
| |
| |
| |
| |
| | |
Also move some UK-specific code in the same function.
The specific code is still tested in report_new.t.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.show-admin-notes was a class that could be applied on a cobrand
basis to turn on or off the showing of admin notes and error
messages. This was introduced when the concept of admin notes
was added, so that existing cobrands could opt-in to the
functionality. Now, every cobrand uses it, so there's no need
to make it optional.
This commit removes the CSS styles based on it, so that errors
and notes always display; removes the addition of the class to
admin pages, and removes the conditional javascript that enabled
admin tooltips based on the class.
Closes #1161
|
|
|
|
|
| |
This reuses some JavaScript I originally wrote for mySociety’s
EveryPolitician project.
|
| |
|
|
|
|
|
| |
Using Map by default doesn't work for an unknown reason, but is okay if
you switch to it. Fixes #1133.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When the category dropdown is changed the map pins are re-requested
from the server with the correct category in the URL.
|
| |
|
|
|
|
| |
When zoomed out, a smaller icon is used to stop the map getting too overcrowded.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d,
leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON
output.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes #932, which is caused by HTML5 validation firing for hidden
elements, by setting #mapForm to novalidate by default, and reverting
this in fixmystreet.js.
Note that the 'novalidate' attribute, which is honoured by the browsers'
HTML5 validation, isn't to be confused with the class (class="validate")
which is picked up by fixmystreet.js, and therefore not problematic for
the no-js case.
|
|
|
|
|
|
|
|
| |
This changes the default flow to show no pins and a message about
reporting, with the second tab displaying existing problems (and showing
map pins). Those existing problems are the ones that would currently be
on "problems on the map" followed by those currently on "problems
nearby".
|
|
|
|
| |
This gave no conclusive results, which was interesting.
|
|
|
|
|
|
|
|
|
|
|
| |
- redaction marked with [...]
- of report and comments
- stores original data
- uses a single form, on the report/_main view
- requires additional permissions (user_body_permissions)
- Hide report functionality
- Moderation notification/contact form
- Moderation writes to admin_log
|
| |
|
|
|
|
|
|
| |
Testing two things:
* Putting the email box above the Yes/No, or repeating it inside.
* Showing the contents of the Yes/No sections at first, or not.
|
|\
| |
| |
| |
| | |
Conflicts:
web/cobrands/fixmystreet/base.scss
|
| |
| |
| |
| |
| |
| | |
only on FMS and only if from outside the uk
Fixes #571
|
|/
|
|
| |
And fix a couple that have redirected.
|
|
|
|
|
| |
Make the FMS map tile URLs be scheme independent,
and only use one level of subdomain.
|
|
|
|
|
|
|
|
|
|
|
|
| |
uses select2 for the dropdown and a cobrand call to fetch the list of
report titles as the clinic names.
Relies on a redirect in httpd.conf to make the non JS version work.
Still leaves the postcode search in place as select2 won't accept custom
terms if you base it on a select box, which we want to do so it works if
JavaScript is disabled
Fixes #723
|
|
|
|
| |
Only if universal analytics turned on and on the fixmystreet cobrand
|
|
|
|
|
|
|
|
|
| |
New cobrand function of pin_path that sets the path to where the image
files for pins are located. Defaults to /i
This still means they need to use the same file names but they can at
least put those in a cobrand directory rather than having to overwrite
the files in /i or fudge it with pin_colour
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
making the admin-notes functionality easier to suppress on installations that don't want it;
it's in the default header, i.e., on for new installations
|