Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Allow ctrl-/cmd-clicking ‘Report another problem here’ button | Dave Arter | 2019-10-08 | -0/+3 | |
| | |||||
* | [fixmystreet.com] Make summary dashboard easier to access if logged in | Dave Arter | 2019-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 form | Matthew Somerville | 2019-10-07 | -16/+65 | |
| | |||||
* | Display asset message as button on mobile | Dave Arter | 2019-10-07 | -0/+9 | |
| | |||||
* | Only show duplicate suggestions once per category change on mobile | Dave Arter | 2019-10-07 | -3/+23 | |
| | |||||
* | Dismiss duplicate selection UI when returning to map on mobile | Dave Arter | 2019-10-07 | -0/+9 | |
| | |||||
* | [Westminster] Exclude .com updates | Dave Arter | 2019-10-07 | -1/+32 | |
| | |||||
* | Respect cobrand updates_restriction when dealing with comments | Dave Arter | 2019-10-07 | -10/+10 | |
| | | | | Allows limiting display, moderation and photos of comments. | ||||
* | Merge branch 'bristol-map-server-upgrade' | Matthew Somerville | 2019-10-07 | -1/+1 | |
|\ | |||||
| * | [Bristol] Explicitly request shape information. | Matthew Somerville | 2019-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 Somerville | 2019-10-04 | -2/+30 | |
|/ | |||||
*---. | Merge branches 'use-right-asset-name', 'deadlock', ↵ | Matthew Somerville | 2019-10-04 | -381/+565 | |
|\ \ \ | | | | | | | | | | | | | '2469-fancy-admin-category-form' and 'fix-missing-body-message-flash' | ||||
| | | * | Rename variable that shows missing body message. | Matthew Somerville | 2019-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 Somerville | 2019-10-03 | -3/+2 | |
| | | | | | | | | | | | | | | | | This saves e.g. a call to Gaze on successful report submission. | ||||
| | * | | Restructured admin category extra-metadata-form | Zarino Zappia | 2019-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 Somerville | 2019-10-03 | -71/+96 | |
| | | | | |||||
* | | | | Limit asset string finding to chosen ID. | Matthew Somerville | 2019-10-03 | -1/+1 | |
|/ / / | |||||
* | | | [Northamptonshire] correct typo in column name | Struan Donald | 2019-10-03 | -1/+1 | |
| | | | |||||
* | | | [Northamptonshire] update default status for one off update | Struan Donald | 2019-10-03 | -1/+1 | |
| |/ |/| | | | | | Completed reports default to closed, not in progress | ||||
* | | Stop empty Open311 group causing duplicate history | Matthew Somerville | 2019-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 statuses | Struan Donald | 2019-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 link | Struan Donald | 2019-10-02 | -0/+2 | |
| | | | | | | | | Reports do not go to the council so remove council from link for clarity | ||||
* | | [IsleOfWight] update reference number text | Struan Donald | 2019-10-02 | -0/+17 | |
| | | | | | | | | Use Enquiry instead of Council as report does not go to council | ||||
* | | [IsleOfWight] lookup site_code if missing from report | Struan Donald | 2019-10-01 | -0/+17 | |
| | | | | | | | | Mostly to handle the lack of assets in the mobile app | ||||
* | | [IsleOfWight] use appropriate asset server on staging/live | Struan Donald | 2019-10-01 | -1/+6 | |
|/ | | | | | Change the tilma url based on whether we are using the live or staging site. | ||||
* | [IsleOfWight] hide reports created before go live | Struan Donald | 2019-09-30 | -0/+11 | |
| | |||||
* | Merge branch '2469-improve-admin-category-form' | Matthew Somerville | 2019-09-30 | -115/+257 | |
|\ | |||||
| * | Add top disable-form field to admin category form. | Matthew Somerville | 2019-09-30 | -2/+64 | |
| | | |||||
| * | Rejig top-level part of admin category form. | Matthew Somerville | 2019-09-30 | -115/+120 | |
| | | | | | | | | Co-Authored-By: Zarino Zappia <mail@zarino.co.uk> | ||||
| * | Add two new helper functions to Roles::Extra. | Matthew Somerville | 2019-09-30 | -0/+75 | |
| | | | | | | | | For updating/removing an extra field. | ||||
* | | Merge branch 'zurich-staging' | Matthew Somerville | 2019-09-30 | -759/+724 | |
|\ \ | |||||
| * | | [Zurich] Do not override envelope sender. | Matthew Somerville | 2019-09-30 | -15/+0 | |
| | | | |||||
| * | | [Zurich] Treat closed/fixed the same in filter. | Matthew Somerville | 2019-09-30 | -1/+16 | |
| | | | |||||
| * | | [Zurich] Fix category dropdown on /reports. | Matthew Somerville | 2019-09-30 | -0/+8 | |
| | | | |||||
| * | | [Zurich] Add external body email to report edit. | Matthew Somerville | 2019-09-30 | -0/+1 | |
| | | | |||||
| * | | [Zurich] Fix status message overlapping content. | Matthew Somerville | 2019-09-30 | -6/+10 | |
| | | | |||||
| * | | [Zurich] Set envelope for external body emails. | Matthew Somerville | 2019-09-30 | -3/+36 | |
| | | | |||||
| * | | [Zurich] Include administrative district in admin. | Matthew Somerville | 2019-09-30 | -2/+50 | |
| | | | |||||
| * | | [Zurich] Sort categories in admin alphabetically. | Matthew Somerville | 2019-09-30 | -2/+4 | |
| | | | |||||
| * | | [Zurich] Add admin label attribute for categories. | Matthew Somerville | 2019-09-30 | -7/+44 | |
| | | | |||||
| * | | [Zurich] Show relevant external bodies in admin. | Matthew Somerville | 2019-09-30 | -20/+49 | |
| | | | |||||
| * | | [Zurich] Allow external body to link to a category | Matthew Somerville | 2019-09-30 | -8/+43 | |
| | | | |||||
| * | | [Zurich] Add new meta title/description. | Matthew Somerville | 2019-09-30 | -4/+18 | |
| | | | |||||
| * | | [Zurich] Remove some parts of admin report view. | Matthew Somerville | 2019-09-30 | -36/+8 | |
| | | | |||||
| * | | [Zurich] Use Beantwortet on external banner. | Matthew Somerville | 2019-09-30 | -6/+6 | |
| | | | |||||
| * | | [Zurich] Wrap all tests in one config override. | Matthew Somerville | 2019-09-30 | -577/+389 | |
| | | | |||||
| * | | Factor out status select filter template. | Matthew Somerville | 2019-09-30 | -46/+46 | |
| | | | |||||
| * | | [OpenLayers] Never send X-Requested-With header. | Matthew Somerville | 2019-09-30 | -22/+15 | |
| | | | |||||
| * | | [WMTS] Remove unneeded reprojection code. | Matthew Somerville | 2019-09-30 | -23/+0 | |
| | | | | | | | | | | | | | | | The base layer does this transformation, so I am not sure what this was for. | ||||
* | | | [IsleOfWight] do not send comment recording triage action | Struan Donald | 2019-09-27 | -23/+48 | |
| | | | | | | | | | | | | | | | This is only used for audit purposes on FixMyStreet and not required in Confirm. |