Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | [Hounslow] Re-enable trees asset layer | Dave Arter | 2019-09-03 | -36/+34 | |
| | |||||
* | [Westminster] Update emergency message handling. | Matthew Somerville | 2019-08-30 | -23/+6 | |
| | |||||
* | Fix display of single group name in admin form. | Matthew Somerville | 2019-08-30 | -1/+1 | |
| | |||||
* | [Northamptonshire] add roadworks.org layer | Struan Donald | 2019-08-30 | -0/+21 | |
| | | | | Fixes mysociety/fixmystreet-commercial#1293 | ||||
* | [Bristol] Include ID in closed-to-updates message. | Matthew Somerville | 2019-08-30 | -0/+6 | |
| | |||||
* | [UK Councils] Config specifying of update closure. | Matthew Somerville | 2019-08-30 | -11/+118 | |
| | | | | | A cobrand feature flag can be used to only allow updates on open reports, by the original reporter, to staff only, or to no-one. | ||||
* | Merge branch 'issues/1515-disable-form-flag' | Matthew Somerville | 2019-08-29 | -80/+256 | |
|\ | |||||
| * | Allow form-disabling per Open311 question answer. | Matthew Somerville | 2019-08-29 | -11/+63 | |
| | | |||||
| * | Add admin to disable reporting form per category. | Dave Arter | 2019-08-29 | -81/+205 | |
| | | | | | | | | | | Remove all existing hard-coded register_category calls, and have a new way of implementing staff_ignore. | ||||
| * | Do not show 9 empty rows initially. | Matthew Somerville | 2019-08-29 | -1/+1 | |
| | | |||||
* | | Change ‘locate me automatically’ to ‘use my location’ | Dave Arter | 2019-08-29 | -4/+4 | |
| | | | | | | | | For mysociety/fixmystreet-commercial#1496 | ||||
* | | Make sure anonymous reports are marked anon irrespective of permissions | Dave Arter | 2019-08-29 | -0/+57 | |
|/ | | | | | | | | | | | | | | There was a small bug where the 'default_to_body' permission would override the 'report anonymously' button when staff users were adding reports to the site. The result of this was that the name of the anonymous user record would be shown. No harm done, as that user's name would likely be set to "Anonymous user" in config, but it resulted in reports pages showing the slightly odd wording along the lines of: Reported in the Bin bags category by Anonymous user at 14:57 today This commit ensures the contributing_as_body flag is mutually exclusive with the 'report_anonymously' request parameter. | ||||
* | Merge branch 'issues/commercial/1514-extra-data-protected' | Matthew Somerville | 2019-08-29 | -3/+164 | |
|\ | |||||
| * | [Open311] Add 'protected' category extra flag. | Struan Donald | 2019-08-23 | -3/+164 | |
| | | | | | | | | | | If an extra field on a category has a protected flag then do not overwrite or remove it when populating categories. | ||||
* | | [Hounslow] Disable trees asset layer | Dave Arter | 2019-08-28 | -34/+36 | |
| | | | | | | | | | | | | The asset data we hold is out of date with Confirm, and is causing problems sending reports as the central_asset_id field is being rejected by Confirm. | ||||
* | | [Hounslow] Add pin_colour function | Dave Arter | 2019-08-27 | -0/+6 | |
| | | |||||
* | | Fix bug with body public display text. | Matthew Somerville | 2019-08-27 | -1/+1 | |
| | | | | | | | | | | | | The CSV utils function returns an array of arrays, not just an array, which this code did not realise. All this affected was sometimes both bodies were shown in a two-tier area when the code meant to show one. | ||||
* | | [Buckinghamshire] Fix road placement question bug. | Matthew Somerville | 2019-08-27 | -4/+16 | |
|/ | | | | | The question was being asked for even when it should not, because the error key had been changed to start with an 'x' in 120b57d1. | ||||
* | Ignore very new reports in admin unsent list. | Matthew Somerville | 2019-08-23 | -0/+2 | |
| | |||||
* | [Oxfordshire] Change update state display name. | Matthew Somerville | 2019-08-23 | -0/+3 | |
| | |||||
* | Merge branch 'bucks-email-change' | Matthew Somerville | 2019-08-23 | -8/+15 | |
|\ | |||||
| * | [Buckinghamshire] Update email addresses. | Matthew Somerville | 2019-08-23 | -8/+15 | |
| | | |||||
* | | $user->latest_visible_problem() convenience method | Zarino Zappia | 2019-08-23 | -10/+11 | |
| | | |||||
* | | Include user admin links in contact form emails | Zarino Zappia | 2019-08-23 | -1/+111 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a message is sent via the contact form, with a stated email address matching a user in the database, the resulting email will now include quick links to: - Admin page for editing the user - Admin page for viewing the user’s reports And if the user has made at least one report, also: - Admin page for the user’s most recent report This should speed up admin email triage considerably. | ||||
* | | Display dummy content in /_dev/email/contact preview | Zarino Zappia | 2019-08-23 | -0/+15 | |
| | | |||||
* | | [Bristol] add flooding assets | Struan Donald | 2019-08-23 | -0/+7 | |
|/ | |||||
* | Always return a name string if login successful. | Matthew Somerville | 2019-08-22 | -1/+2 | |
| | | | | The app checks if name is set as a test for successful login. | ||||
* | [Rutland] Remove pin colour function. | Matthew Somerville | 2019-08-22 | -6/+0 | |
| | |||||
* | [fixmystreet.com] Include Westminster assets on map | Dave Arter | 2019-08-21 | -0/+1 | |
| | |||||
* | [Westminster] Default to open status on map view | Dave Arter | 2019-08-20 | -0/+2 | |
| | |||||
* | [Westminster] Add archive email template | Dave Arter | 2019-08-20 | -0/+82 | |
| | |||||
* | [Westminster] Switch assets to live tilma | Dave Arter | 2019-08-19 | -4/+4 | |
| | |||||
* | Fix filter_group/filter_category links for categories with spaces | Dave Arter | 2019-08-19 | -2/+2 | |
| | | | | These were being double-escaped, but c.uri_for returns a string that’s already URI-safe | ||||
* | [Westminster] Hide email categories from cobrand | Dave Arter | 2019-08-19 | -2/+9 | |
| | |||||
* | Don’t reveal private report lat/lon in ‘report another’ link | Dave Arter | 2019-08-19 | -3/+11 | |
| | |||||
* | Treat DMARC quarantine same as reject. | Matthew Somerville | 2019-08-19 | -1/+1 | |
| | |||||
* | [Westminster] Only show 3 months of reports on /around by default | Dave Arter | 2019-08-18 | -0/+2 | |
| | |||||
* | [Westminster] Disallow TfL categories on cobrand | Dave Arter | 2019-08-18 | -2/+10 | |
| | | | | Also tidies up the categories_restriction query for Northamptonshire. | ||||
* | [Westminster] Hide ‘change password’ & ‘change email’ links on /my | Dave Arter | 2019-08-16 | -3/+12 | |
| | |||||
* | [Westminster] Replace ‘gully’ with ‘drain’ in asset selection UI | Dave Arter | 2019-08-16 | -1/+1 | |
| | |||||
* | Allow OIDC auth to provide its own ‘change password’ URI | Dave Arter | 2019-08-16 | -17/+54 | |
| | |||||
* | Add Open311::always_upload_photos flag to send all photos, not just private | Dave Arter | 2019-08-16 | -1/+3 | |
| | | | | This is intended to be used by Westminster, but not quite yet. | ||||
* | Merge branch 'westminster-reviewed' | Dave Arter | 2019-08-16 | -356/+3496 | |
|\ | |||||
| * | [Westminster] Server-side UPRN lookup for categories where it’s present | Dave Arter | 2019-08-16 | -13/+80 | |
| | | | | | | | | Also updates client-side UPRN lookup config to handle renamed fields. | ||||
| * | [UK Councils] Allow lookup_site_code to handle Point geometries | Dave Arter | 2019-08-16 | -3/+12 | |
| | | |||||
| * | [Westminster] Do not create any reporter alerts. | Matthew Somerville | 2019-08-16 | -0/+19 | |
| | | |||||
| * | Maintain filter_category/group if locate me used. | Matthew Somerville | 2019-08-16 | -2/+6 | |
| | | | | | | | | Also update lat/lon parameters to match JS. | ||||
| * | Include ‘submit’ button at very bottom of report form when signing in ↵ | Dave Arter | 2019-08-16 | -1/+3 | |
| | | | | | | | | during report | ||||
| * | Preserve partial report if resetting password during OIDC login | Dave Arter | 2019-08-16 | -1/+10 | |
| | | |||||
| * | [Westminster] Allow staff to leave updates | Dave Arter | 2019-08-16 | -6/+54 | |
| | |