| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
|
| |
It is possible the report's state isn't one that the user can access,
but in that case we should still show it to avoid confusion.
|
|
|
|
|
| |
Without the report_instruct permission, the 'action scheduled'
state is not an option in the dropdown.
|
|
|
|
| |
This lets it look the same as admin/inspect uses, with optgroups.
|
| |
|
|
|
|
|
| |
Includes a new feature/benefit grid, a shorter contact form, and a
nifty pricing table that switches into vertical mode on narrow screens.
|
|
|
|
|
| |
Includes a new, brighter tile.jpg, to improve text contrast and
to match the $primary colour of #FFD000.
|
| |
|
|
|
|
|
|
|
|
| |
This makes the git hook that lints our own JavaScript easier,
and keeps things more cleanly separated.
We also remove unused third party libraries (select2 and
jquery.placeholder).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
If zoom level is >= 14, then inspectors can click a button that marks all reports in the map view as shortlisted
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
As the templates were using `grep`, they failed to match on a category
such as "Footpaths (right of way)". Changing the stash variables to be
hashes instead of lists makes checking for a key simpler. Fixes #1688.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit makes the following parts of the site translatable:
- Social login buttons
- Moderation UI
- Offline glitch page & offline caching UI
- Dashboard
It also fixes a bug in the nget parser, stops some Oxfordshire bits
being translated for the moment, and brings the translation file up
to date.
|
| | |
|
| |
| |
| |
| |
| | |
This appends the GOOGLE_MAPS_API_KEY to the Google Maps JavaScript URL
as a `key` parameter.
|
|/ |
|
|
|
|
|
|
|
|
|
| |
Problems can have an associated defect type, that can be assigned during
an inspection. Include an admin interface for managing these types, that
can also be assigned on a per-category basis, currently available to the
Oxfordshire cobrand.
(Also include 'TM' in traffic management Exor RDI output.)
|
| |
|
|
|
|
| |
This has been running for a year, added in e17eb20.
|
|
|
|
| |
This works better if e.g. a user stops being associated with a body.
|
|
|
|
| |
As with 1115f106, a default might not be everything.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
A cobrand may have a blank default that isn't everything, so the
"All reports" option must specify all the possible options.
|
| | |
|
|/
|
|
| |
Also slightly tidy up display.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Tweak wording to make it clearer that the form is unsuitable
for residents wanting to report street problems.
* Record HTTP Referer when form is submitted, so we can see
which pages are leading people to the FMS4C page.
* Tidy up capitalisation elsewhere in headings on the page.
Fixes #1553.
|
|/
|
|
|
|
|
|
| |
This improves usability on mobile devices, allowing users to pan around
the problem and see the area in more detail.
I've also changed the CSS around a bit, so we can use the
`map-fullscreen` class in other places.
|
| |
|
|
|
|
| |
Fixes mysociety/fixmystreetforcouncils#98
|
|
|
|
| |
Fixes mysociety/fixmystreetforcouncils#166
|
|
|
|
|
|
|
|
|
|
| |
The RDI file format encapsulates information about inspections that have taken
place, and can be uploaded into Exor to create defects in bulk.
This commit adds a page to the Oxfordshire cobrand's admin allowing RDI files
to be generated and downloaded from FMS.
For mysociety/fixmystreetforcouncils#127
|
| |
|
| |
|
|
|
|
|
|
| |
A report is now considered 'inspected' if its state was changed by an inspector.
Additionally, an AdminLog entry is created so the time of inspection and
inspector can be recorded.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This script can be used for the bulk closure of old reports that haven't been
updated in a long time.
Reports that haven't been updated in a *really* long time (since 2014, by
default) are simply closed, and those that haven't been updated since 2015 (by
default) are closed and an email explaining the closure is sent to the report
creator.
This script can be used for other cobrands, but they'll need an
archive.{txt,html} template in order for the emails to be sent.
For mysociety/fixmystreetforcouncils#51
|
|
|
|
| |
Users can reopen their own reports when leaving an update.
|
| |
|