aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* [Bristol] Add admin_user_domainDave Arter2020-05-06-0/+2
| | | | Fixes https://github.com/mysociety/fixmystreet-commercial/issues/1882
* [East Sussex] Fix sending of notices, tidy up.Matthew Somerville2020-05-06-18/+10
| | | | | variable is the string 'true' or 'false' from Open311. Store the original detail so we can reset back to it more easily.
* Fix breaking test.Matthew Somerville2020-05-06-1/+1
| | | | The change in cc2b8f54 made a typo in the default argument.
* [Buckinghamshire] Add additional domain to admin_user_domainDave Arter2020-05-06-1/+1
|
* [BANES] Add script to close redundant reportsChris Mytton2020-05-06-2/+3
| | | | | | | | | B&NES have sent us a spreadsheet with a list of reports along with their IDs that they want marking as "No further action" along with a specific update. This script takes a comma-separated list of report IDs and closes those reports, leaving the appropriate comment text.
* Merge branch 'comment-count-fix'Matthew Somerville2020-05-05-1/+3
|\
| * Fix sorting by most commented on /around map view.Matthew Somerville2020-05-04-1/+3
| |
* | Allow template to be an initial update on reports.Matthew Somerville2020-05-04-5/+43
|/
* [Oxfordshire] Include Exor problem reference in CSV exportDave Arter2020-04-30-4/+12
| | | | | | The Exor reference was missed from the previous commit. For https://github.com/mysociety/fixmystreet-commercial/issues/1876
* Merge branch 'server-side-cursor-dashboard-export'Matthew Somerville2020-04-29-7/+150
|\
| * Only request needed join data in places.Matthew Somerville2020-04-28-7/+15
| | | | | | | | | | The export flow and the admin search request more data from the database than they need, which slows it down.
| * Use server cursors on dashboard export.Matthew Somerville2020-04-28-0/+2
| |
| * Add dbic-pg-server-cursors library, set as defaultMatthew Somerville2020-04-28-0/+133
| | | | | | | | Found at https://github.com/mzealey/dbic-pg-server-cursors, not on CPAN.
* | Merge branch 'sending-dæmon'Matthew Somerville2020-04-29-78/+118
|\ \
| * | Add sending updates capability to daemon.Matthew Somerville2020-04-28-48/+74
| | |
| * | Have a daemon that can send reports.Matthew Somerville2020-04-28-30/+44
| | |
* | | Merge branch 'cached_recent_order' of git://github.com/Sambruk/fixmystreetMatthew Somerville2020-04-29-1/+1
|\ \ \
| * | | Makes sure cached recent reports are displayed in order.Joe Siltberg2020-04-29-1/+1
| | | | | | | | | | | | | | | | Fixes #2999
* | | | [Oxfordshire] Include external problem reference in CSV exportDave Arter2020-04-29-0/+15
|/ / / | | | | | | | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1876
* | | [EastSussex] display council reference number on reportStruan Donald2020-04-29-1/+1
| | |
* | | [East Sussex] add additional question to text for open311Struan Donald2020-04-29-0/+32
| | | | | | | | | | | | | | | The extra question data is added here rather than in the adapter as we have the question text along with the answer here.
* | | [EastSussex] add basic cobrandStruan Donald2020-04-29-0/+9
|/ / | | | | | | | | This is required so we can use groups when fetching categories over open311.
* | Merge branch 'peterborough-skanska-ref'Matthew Somerville2020-04-28-0/+13
|\ \
| * | [Peterborough] Include Skanska ref in description.Matthew Somerville2020-04-28-0/+13
| |/
* / Error page when submitting /import with web param.Matthew Somerville2020-04-28-8/+13
|/ | | | | | If the web param is used, show an error web page rather than the normal plain text output. Also do the normal remember/show uploaded photos feature, and hide the inputs better if unneeded.
*-. Merge branches '2961-disable-private-tickbox', ↵Matthew Somerville2020-04-28-49/+59
|\ \ | | | | | | | | | '2962-pin-move-category-group' and 'move-admin-index-stats-to-stats-page'
| | * Move stats from main admin index to stats index.Matthew Somerville2020-04-24-43/+54
| | | | | | | | | | | | | | | These stats can take a while to generate, and we don't want to slow down people mostly coming to the admin index to do something else.
| | * [UK] No FMS graph link on UK cobrand pages.Matthew Somerville2020-04-24-0/+2
| | |
| | * Do not calculate user count on status page.Matthew Somerville2020-04-24-6/+3
| |/
* / Add contact flag to protect category/group names from Open311 changesDave Arter2020-04-28-2/+8
|/ | | | | | | Adds a new tickbox to the contact editing form that protects the category and group names from being changed by Open311. For mysociety/fixmystreet-commercial#1776
* Merge branch 'bristol-remove-group'Matthew Somerville2020-04-24-0/+3
|\
| * [Bristol] Remove Open311 groups.Matthew Somerville2020-04-23-0/+3
| |
* | [Buckinghamshire] Update mapping server.Matthew Somerville2020-04-23-2/+2
|/
* Switch round staff/superuser staff-category check.Matthew Somerville2020-04-17-4/+4
| | | | | If it checks the body first, then a superuser who is also assigned to a body would not be able to see staff categories in a different body.
* [Bromley] Fix heatmap category filter.Matthew Somerville2020-04-17-11/+16
| | | | | As it has switched to using category groups, the special subcategory code needs updating to update the correct variable.
* [Peterborough] Improve extra question handling.Matthew Somerville2020-04-15-9/+9
| | | | | | | Ignore (for Open311-sending purposes) any questions whose code starts "PCC-", so that it is easier to use the admin to add extra questions, and move the removal of the extra questions to a more normal location so answers are not lost when extra fields is reset post-send.
* Stop double escape in Google Maps URL.Matthew Somerville2020-04-10-1/+1
|
* Merge branch 'tfl-stroke-opacity'Matthew Somerville2020-04-08-1/+13
|\
| * [TfL] Restrict HE categories to HE roads.Matthew Somerville2020-04-08-1/+13
| | | | | | | | The checks added in 285e183db missed the TfL cobrand.
* | [Open311] external status code takes precedence.Struan Donald2020-04-08-1/+4
|/ | | | | | | | Order the response templates query by external status code so if you have an update with an external status code the response template matching that is always used. Previously with the database left to determine the order it could pick a response template with a matching state rather than a matching external status.
* Merge branch 'uk-he-cobrand-fix'Matthew Somerville2020-04-07-5/+9
|\
| * [UK] Show Highways England categories on cobrands.Matthew Somerville2020-04-07-5/+9
| | | | | | | | | | | | Without allowing through the Highways England body, clicking on a Highways England road in these cobrands would leave no categories to be selected.
* | Merge branch 'bexley-confirm-p1-email'Matthew Somerville2020-04-07-1/+8
|\ \
| * | [Bexley] Treat any oil spillage report as P1.Matthew Somerville2020-04-07-0/+6
| | |
| * | [Bexley] Use other P1 email for Confirm reports.Matthew Somerville2020-04-07-1/+2
| |/
* | Merge branch 'send-reports-tidy'Matthew Somerville2020-04-07-79/+66
|\ \ | |/ |/|
| * Ignore sending failures within the database query.Matthew Somerville2020-04-06-35/+32
| | | | | | | | This means the code can assume it should be trying to send a report.
| * Tidy up verbose/debug handling of send-reports.Matthew Somerville2020-04-06-50/+40
| | | | | | | | | | Use verbose for all log output, and debug only for overriding the should_skip check.
* | [Highways England] Allow lookup with “FMS” prefix.Matthew Somerville2020-04-07-0/+14
|/ | | | This form of reference is shown on a report confirmation page.
* [Westminster] Explicitly return no extra data.Matthew Somerville2020-04-06-0/+2
| | | | | Otherwise something can be passed back, confusing the parent Open311 sending code. Missed in 7ed37641.