aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
* [Peterborough] Add USRN, nearest address to CSV.M Somerville2020-10-06-1/+21
|
* Merge branch '3167-strip-space-middle'M Somerville2020-10-02-1/+2
|\
| * Don’t strip all spaces from Open311 categories.M Somerville2020-10-02-1/+2
| | | | | | | | | | | | 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.
* | Merge branch 'deleted-response-priorities'M Somerville2020-10-02-12/+49
|\ \
| * | Do not display deleted priorities in inspect form.M Somerville2020-10-02-12/+49
| |/
* / Record whether report made on desktop or mobile.M Somerville2020-10-02-1/+1
|/
* Merge branch 'issues/commercial/1928-html-in-response-templates'M Somerville2020-09-30-9/+153
|\
| * Translate HTML to text for update alert emails.M Somerville2020-09-30-2/+2
| |
| * Enable HTML in update alert emails.Dave Arter2020-09-30-0/+43
| |
| * Enable HTML in updates from staff usersDave Arter2020-09-30-9/+110
| | | | | | | | This also extends to response templates.
* | Show error if text confirmation code sending failsM Somerville2020-09-25-22/+39
| |
* | Split up two username fields.M Somerville2020-09-25-75/+103
| | | | | | | | | | | | 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 text auth on, ask which method they wish to useM Somerville2020-09-25-13/+36
| |
* | Show username error in correct place only.M Somerville2020-09-25-4/+39
|/
* fix using multiple disable messages on category questionsStruan Donald2020-09-25-0/+19
| | | | | | Provide a stopper per disable message, rather than per question. Previously there was one stopper per dropdown so only the last message encountered was used.
* use problem_state_processed for comment state in templatesStruan Donald2020-09-14-10/+45
| | | | | | In order for the states based on the external status to be correct the updates template needs to compare problem_state_processed instead of problem_state.
* do not use an invalid update state in a testStruan Donald2020-09-14-3/+4
| | | | | It's not possible to every have a comment where mark_fixed is true and the problem_state is 'fixed - council' so update the test accordingly.
* [UK] enable extra state mapping on .comStruan Donald2020-09-10-0/+36
|
* [UK] enable extra state mapping in configStruan Donald2020-09-10-0/+79
| | | | | Add a cobrand feature that enables a state and external status combination to be mapped to a new display string.
* [Peterborough] add extra open311 properties for bartecStruan Donald2020-09-09-1/+60
| | | | Bartec uses these to look up the UPRN of the property.
* [Zurich] Factor out working days calculator.Matthew Somerville2020-09-02-0/+21
|
* [Bexley] Factor out BH code, fix offline test.Matthew Somerville2020-09-02-5/+5
|
* Don’t display duplicate categories in filter on /around and /myDave Arter2020-08-28-0/+31
|
* [Hackney] Allow editing & addition of contacts with special destination ↵Dave Arter2020-08-24-0/+29
| | | | | | | addresses This adds a cobrand hook to validate the email address provided when editing a contact in the admin.
* [UK] hide change asset button if category drop downs hiddenStruan Donald2020-08-21-0/+4
| | | | | | | | | The change asset button code relies on the category drop downs being visible which requires either the change report category or inspect report permissions. Hide the button if these are not present and only fire the update button code if it's present. Fixes mysociety/fixmystreet-commercial#1961
* [Oxfordshire] Don’t include USRN in report detailDave Arter2020-08-21-5/+0
|
* Merge branch 'bucks-com-flytipping'M Somerville2020-08-18-2/+20
|\
| * [Buckinghamshire] Fix off-road reports on .com.M Somerville2020-08-17-2/+20
| | | | | | | | | | Off-road flytipping reports were not being categorised on .com like they were on the Buckinghamshire cobrand.
* | [Bromley] Fix bug creating response template.M Somerville2020-08-17-0/+1
|/
* Allow one more zoom level on most map types.M Somerville2020-08-14-2/+2
| | | | Not on StreetView/OpenMap Local based, which are not available.
* MapQuest tiles went away a long time ago.M Somerville2020-08-14-1/+0
|
* Offline process for CSV generation.M Somerville2020-08-11-0/+37
| | | | | Include a status page, the option for access token requests to use this system, and a script for manual generation.
* [Oxfordshire] Add NSG roads layer.Struan Donald2020-08-10-23/+37
| | | | | Prevent reports on areas not on a road for relevant categories, and do not allow reporting on private roads.
* [Oxfordshire] include asset id in open311 descriptionStruan Donald2020-08-10-3/+44
|
* Add database index for user full text search.M Somerville2020-08-06-2/+0
|
* [Open311] use staff categories when fetching reportsStruan Donald2020-08-06-0/+40
| | | | | | | At the moment if you fetch a report in a staff category it will still be created but will be in the Other category. Given that some staff categories are marked as private this can allow reports that should be private to be put in a public category.
* Add photo upload field to inspector formChris Mytton2020-08-06-2/+29
| | | | | This adds the code for photo uploads from the regular update form to the inspector form, and adds details to the documentation.
* Do not error in export if report has bad category.M Somerville2020-08-04-4/+7
| | | | | | If category groups are enabled, the CSV export includes a subcategory, but it was only fetching a valid groups value if the row's contact was found.
* Lowercase contact email when looking for user.Matthew Somerville2020-08-03-1/+1
|
* [Zurich] SDMs immediately close internal reports.Matthew Somerville2020-07-31-0/+11
|
* [Zurich] Add button to remove internal flag.Matthew Somerville2020-07-31-0/+5
|
* [Zurich] No admin emails on internal reports.Matthew Somerville2020-07-31-0/+19
|
* [Zurich] Show internal reports on their own page.Matthew Somerville2020-07-31-3/+11
| | | | | The new internal reports is displayed the same as the main summary, and all reports shows both internal/non-internal.
* [Zurich] Mark reports by flagged users non-public.Matthew Somerville2020-07-31-0/+11
|
* [Zurich] Add marking users as government-internal.Matthew Somerville2020-07-31-1/+10
|
* [Zurich] Remove a few test log out/ins.Matthew Somerville2020-07-31-6/+0
|
* [Hounslow] skip disabled contacts in enquiry formStruan Donald2020-07-20-0/+10
| | | | | | This is largely to resolve an issue with the TfL other category appearing in the contact form even though it is disabled, and hence has no contact details.
* Merge branch '3110-deep-linking-category-group'Matthew Somerville2020-07-16-16/+26
|\
| * Select matches for both filter category and group.Matthew Somerville2020-07-16-1/+7
| | | | | | | | If both are specified, we want to treat it as an AND, not an OR.
| * Fix lookups in templates of categories with &s.Matthew Somerville2020-07-16-15/+19
| | | | | | | | | | | | A hash lookup in a template is escaping the key used, meaning the lookup is failing anywhere we are using a category containing an ampersand as a key. A continuation of the changes made in 527d763b.