aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Northamptonshire] updated report status backfill scriptStruan Donald2019-10-16-18/+45
| | | | | Update the script for updating all statuses rather than just the investigating ones
* Restore debug toolbar on non-contact admin pagesDave Arter2019-10-15-6/+8
| | | | | | sortable() returns undefined if no elements match, so on admin pages that weren't the contact editing page a TypeError was being thrown by the [0] line which resulted in the debug toolbar not being shown.
* Merge branch 'fix-dupes-'Matthew Somerville2019-10-15-38/+87
|\
| * Fix issue loading inspector duplicates on /around.Matthew Somerville2019-10-15-3/+33
| | | | | | | | | | | | As there are two category drop-downs in this situation (one in the hidden reporting form, one in the inspect form), the correct entry needs to be specified.
| * Fix issue loading duplicates when not to be shown.Matthew Somerville2019-10-15-35/+54
| | | | | | | | | | | | | | If the duplicates.js file is loaded, then its mechanisms come into play, and it fetches duplicates and hides the reporting form if there are any. So we only want this to happen in the same situations as it being loaded elsewhere, on a relevant cobrand and not just after signing in.
* | Merge branch 'issues/commercial/1538-heatmap'Matthew Somerville2019-10-15-172/+244
|\ \ | |/ |/|
| * Default heatmap page to showing heatmap.Matthew Somerville2019-10-15-2/+9
| |
| * Add map filter debouncing.Matthew Somerville2019-10-15-6/+20
| |
| * Generalise heatmap code to be under /dashboard.Matthew Somerville2019-10-15-111/+143
| |
| * Default dashboard users to cobrand they are on.Matthew Somerville2019-10-14-7/+12
| |
| * Refactor Reports controller a bit.Matthew Somerville2019-10-14-54/+76
| | | | | | | | | | Split load_and_group_problems in two, split out category list/map setup, and factor out sort stash setting. No actual changes.
| * [Isle of Wight] Allow pagination of triaged categories.Matthew Somerville2019-10-14-10/+2
| |
* | [Zurich] Warnfix.Matthew Somerville2019-10-14-1/+1
| |
* | [Westminster] Test warnfixes.Matthew Somerville2019-10-14-4/+9
| |
* | Test warnfix on confirmed comments lacking time.Matthew Somerville2019-10-14-10/+11
| |
* | [Bexley] No P1 email on lighting, allow multiple.Matthew Somerville2019-10-11-6/+7
|/
* Merge branch 'small-inspector-fixes'Matthew Somerville2019-10-11-780/+16
|\
| * Fix error when code called via duplicate checking code on report page.Matthew Somerville2019-10-10-1/+1
| |
| * Do not prefill with ‘Pick a category’.Matthew Somerville2019-10-10-0/+1
| |
| * Always load duplicate JS for staff, for inspect form pulled in.Matthew Somerville2019-10-10-3/+6
| |
| * Only call updateSize once when report pulled in.Matthew Somerville2019-10-10-4/+5
| |
| * If meta field lacks description, fall back to code.Matthew Somerville2019-10-10-1/+1
| |
| * [Oxfordshire] Remove defect type front end code.Matthew Somerville2019-10-10-87/+1
| |
| * [Oxfordshire] Remove raise defect/inspected code.Matthew Somerville2019-10-10-87/+1
| |
| * [Oxfordshire] Remove unused Exor RDI code.Matthew Somerville2019-10-10-597/+0
| |
* | [fixmystreet.com] Fix ward in summary drop-down.Matthew Somerville2019-10-11-1/+1
| |
* | [IsleOfWight] report archive templateStruan Donald2019-10-11-0/+74
|/
* [Open311] protected is true/false string, not boolean.Matthew Somerville2019-10-09-3/+3
|
* Allow ctrl-/cmd-clicking ‘Report another problem here’ buttonDave Arter2019-10-08-0/+3
|
* [fixmystreet.com] Make summary dashboard easier to access if logged inDave Arter2019-10-07-1/+1
| | | | | | Trying to access the summary dashboard without permission redirects the user to a login page, so this change makes it easier for logged-in council staff and super users to access the dashboard.
* Add some documentation for new admin category formMatthew Somerville2019-10-07-16/+65
|
* Display asset message as button on mobileDave Arter2019-10-07-0/+9
|
* Only show duplicate suggestions once per category change on mobileDave Arter2019-10-07-3/+23
|
* Dismiss duplicate selection UI when returning to map on mobileDave Arter2019-10-07-0/+9
|
* [Westminster] Exclude .com updatesDave Arter2019-10-07-1/+32
|
* Respect cobrand updates_restriction when dealing with commentsDave Arter2019-10-07-10/+10
| | | | Allows limiting display, moderation and photos of comments.
* Merge branch 'bristol-map-server-upgrade'Matthew Somerville2019-10-07-1/+1
|\
| * [Bristol] Explicitly request shape information.Matthew Somerville2019-10-04-1/+1
| | | | | | | | An upgrade to Bristol’s server means this will need to be requested.
* | [Northants] Blue pins and no ID for body reports.Matthew Somerville2019-10-04-2/+30
|/
*---. Merge branches 'use-right-asset-name', 'deadlock', ↵Matthew Somerville2019-10-04-381/+565
|\ \ \ | | | | | | | | | | | | '2469-fancy-admin-category-form' and 'fix-missing-body-message-flash'
| | | * Rename variable that shows missing body message.Matthew Somerville2019-10-03-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the around page includes a copy of the reporting form (when JS is available), it runs the same templating code that the reporting form does. Part of this code compares the bodies and bodies_to_list stash variables to see whether it needs to display a message about missing body information. Previously both variables were empty on the around page itself, so no message would be shown, but a new bodies variable was added in 4668f81a, which meant the message was now output in the HTML and shown briefly when the map was clicked - until updated by a server response). Rename the variable so that this no longer occurs.
| | | * Do not generate map data unless needed.Matthew Somerville2019-10-03-3/+2
| | | | | | | | | | | | | | | | This saves e.g. a call to Gaze on successful report submission.
| | * | Restructured admin category extra-metadata-formZarino Zappia2019-10-03-305/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Much simplified display of metadata field options. * Fields can now be dragged into the desired order. * Drop-down question form disabling can now have a different message per option. Co-Authored-By: Matthew Somerville <matthew@mysociety.org>
| * | | Per-test file email addresses.Matthew Somerville2019-10-03-71/+96
| | | |
* | | | Limit asset string finding to chosen ID.Matthew Somerville2019-10-03-1/+1
|/ / /
* | | [Northamptonshire] correct typo in column nameStruan Donald2019-10-03-1/+1
| | |
* | | [Northamptonshire] update default status for one off updateStruan Donald2019-10-03-1/+1
| |/ |/| | | | | Completed reports default to closed, not in progress
* | Stop empty Open311 group causing duplicate historyMatthew Somerville2019-10-03-18/+23
| | | | | | | | | | | | | | | | It arises that <group></group> now passes to the code as a one-element list containing undef, which compared differently to what was stored - the code assumed lists would contain things. A new changelog entry was created each time. Hopefully resolve this once and for all by treating groups more formally and making sure we always have lists to compare.
* | [Northamptonshire] script to update NCC statusesStruan Donald2019-10-02-0/+177
| | | | | | | | | | | | | | This is a one off script to update the status of NCC reports affected by a bug in the NCC update process. It relies on a csv file containing a mapping of report id to Alloy status and uses this to update the FixMyStreet status.
* | [IsleOfWight] remove council from all reports RSS linkStruan Donald2019-10-02-0/+2
| | | | | | | | Reports do not go to the council so remove council from link for clarity