| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
|
|
|
|
| |
Bromley's live site doesn't seem to have Gill Sans anywhere any more
|
| |
|
| |
|
|
|
|
| |
Otherwise running with --state=failed does not do as you would expect.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes reports that meet the following criteria:
* status is action scheduled
* in a category with a fixed - council auto response template
* over n days in action scheduled state (n is an argument)
Reports matching these criteria are marked as fixed - council and the
relevant response template text is added as a comment.
Fixes mysociety/fixmystreet-commercial#1955
|
|
|
|
|
|
| |
Re-enable action scheduled, and disable investigating. Action scheduled
is going to be used to mark reports which should be automatically
closed, and they do not wish to use the investigating state.
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
If the update being sent is raising a defect, include USRN-based and
location data.
|
|/
|
|
|
|
|
|
|
|
|
|
| |
In the past Oxfordshire had a way for inspectors to "instruct a defect",
which generated a CSV which got emailed to Oxfordshire with a list of
defects.
They now want to bring this functionality back, but instead of emailing
a CSV they want it to call an API.
As a first step towards that goal, this change adds back some of the
instruct defect functionality that was removed in 68e18ff.
|
|\ |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
As the contents of the service worker vary depending on if the user is
logged in don't cache it.
|
|
|
|
|
|
|
|
| |
A report's confirmation timestamp uses current_timestamp, and so
includes microseconds. An initial update text, to fit in with the
Open311 handling of updates, uses a DateTime object, which does not.
This means if a report is created when logged in, the initial update
can have a timestamp earlier than the report, and so is not alerted on.
|
|\ |
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
If a report had an existing, but empty, extra field that was looked up
on the server when being sent by Open311, the looked up information
would be added as an additional extra field, rather than replacing the
blank one.
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
If a category’s send method is Open311, only strip spaces from the
ends of the code. We are aware of active Open311 servers that have
codes with spaces in the middle.
|
|\ \ |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| | |
It contains only functions for use by Cypress tests.
|
|/ |
|
|
|
|
|
|
| |
Most of the functions called by them are in that module, so seems
easiest to keep them together, plus this fixes lack of Web module
import in the Template module.
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This also extends to response templates.
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Rename the not-logging-in username field to username_register.
Keep the sign-in field as username because that e.g. overlaps
with auth code in two-factor authentication.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
If a staff user is reporting as another user, and gives an invalid
email address, for example.
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The stopper checking code is triggered using the category_change event
which, by default also calls the duplicate check code. This meant that
when an extra question dropdown with an associated stopper was updated
the duplicate check re-ran and the duplicate reports panel was re-shown.
The invocation of category_change on the extra questions now includes
the skip_duplicates parameter to avoid this.
Fixes mysociety/fixmystreet-commercial#2007
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The "error" output in our new `.search-help__header` element begins and
ends with whitespace. The test really shouldn’t care about whitespace
at the start and end of HTML tags, so this commit makes page_errors
trim whitespace from the errors it passes to the tests.
Also adds `.search-help__header` as a location to find page errors!
|
|/
|
|
|
|
|
|
|
| |
UK cobrands now display UK-specific postcode/address search tips, when
the geocoder returns no results. This should hopefully help people
tweak their search, to return a better result next time.
The tips are based on findings from a study we ran on geocoder misses
across all UK cobrands over March, April, May, and June 2020.
|