Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | [Hounslow] Show external ID on /report to staff. | Matthew Somerville | 2019-06-11 | -2/+29 | |
| |/ / / | |||||
* / / / | Add GitHub sponsorship file | M Somerville | 2019-06-11 | -0/+12 | |
|/ / / | |||||
* / / | [Northamptonshire] add midblock asset layer to traffic signals | Struan Donald | 2019-06-10 | -5/+22 | |
|/ / | | | | | | | fixes mysociety/fixmystreet-freshdesk#60 | ||||
* | | [Hounslow] Couple more council references (RSS related). | Matthew Somerville | 2019-06-10 | -8/+23 | |
| | | |||||
* | | [Hounslow] Hide TfL Traffic Lights category. | M Somerville | 2019-06-07 | -0/+31 | |
| | | | | | | | | It is handled by an existing category. | ||||
* | | [Hounslow] Use correct name on /reports & emails. | M Somerville | 2019-06-07 | -9/+16 | |
|/ | |||||
*-. | Merge branches 'move-up-bodies-set' and 'more-frontend-tests' | Matthew Somerville | 2019-06-06 | -50/+194 | |
|\ \ | |||||
| | * | [Northamptonshire] Add emergency message test. | Matthew Somerville | 2019-06-05 | -1/+27 | |
| | | | |||||
| | * | [Buckinghamshire] Add flytipping front end test. | Matthew Somerville | 2019-06-05 | -8/+112 | |
| | | | |||||
| | * | [Buckinghamshire] Move non-map JS to template. | Matthew Somerville | 2019-06-05 | -6/+12 | |
| | | | |||||
| | * | [Cypress] Remove blacklistHosts CLI argument. | Matthew Somerville | 2019-06-05 | -1/+1 | |
| | | | | | | | | | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715. | ||||
| | * | [Lincolnshire] Remove map subclass. | Matthew Somerville | 2019-06-05 | -23/+11 | |
| | | | |||||
| * | | [Cypress] Blacklist requests to Tilma. | Matthew Somerville | 2019-06-04 | -1/+1 | |
| | | | |||||
| * | | [Cypress] Remove blacklistHosts CLI argument. | Matthew Somerville | 2019-06-04 | -1/+1 | |
| | | | | | | | | | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715. | ||||
| * | | Set fixmystreet.bodies sooner. | Matthew Somerville | 2019-06-04 | -12/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a small bug where if you go to a two-tier location, pick a category that is sent to one of the two ("These will be sent to" text updates to only show that one), then click elsewhere on the map, the "These will be sent to" text resets to show both bodies. This happens because fixmystreet.bodies is reset after the text has been correctly set by the category change() setup (called on pin move also). | ||||
* | | | [Hounslow] Hide all reports made before go-live entirely | Dave Arter | 2019-06-06 | -0/+53 | |
| | | | |||||
* | | | Allow file uploading when sending Open311 service requests | Dave Arter | 2019-06-06 | -2/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new upload_files flag (which cobrands can set in their open311_config method) to Open311 which means any general enquiry files are POSTed to the Open311 endpoint in a multipart/form-data request. Photos on hidden reports are also sent if this flag is set, because they wouldn't be accessible to the Open311 endpoint via media_url as the reports are non_public. This feature is not part of the Open311 specification. | ||||
* | | | [Hounslow] Add general enquiries functionality | Dave Arter | 2019-06-06 | -19/+598 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | This functionality allows a cobrand to replace the /contact form with a form that creates hidden reports which are sent via Open311. The form also allows file uploads in addition to photos. This functionality is currently enabled for the Hounslow cobrand and others cobrands can enable it by defining setup_general_enquiries_stash which primarily sets up the appropriate categories and default values for the report. | ||||
* | | make sure council_name exists before trying to call it | Struan Donald | 2019-06-05 | -1/+18 | |
| | | | | | | | | Not all cobrands have a council_name method. | ||||
* | | [Hounslow] Add archive email templates | Dave Arter | 2019-06-05 | -0/+82 | |
| | | |||||
* | | [Hounslow] Don’t show fetched report descriptions | Dave Arter | 2019-06-05 | -0/+3 | |
|/ | |||||
* | Merge branch 'hounslow-reviewed' | Dave Arter | 2019-06-04 | -13/+1408 | |
|\ | |||||
| * | return council display names in ajax call | Struan Donald | 2019-06-04 | -1/+21 | |
| | | | | | | | | | | | | | | For some cobrands the display name of the council is not the same as the body name so add a display_names map to the reporting data returned over ajax. Use that in the staff automatic generation of basic report details. | ||||
| * | prefer cobrand council name in report as dropdown | Struan Donald | 2019-06-04 | -1/+1 | |
| | | | | | | | | Fall back to body name if the body doesn't have a cobrand | ||||
| * | [Hounslow] increase open new report message prominence | Struan Donald | 2019-06-04 | -1/+7 | |
| | | |||||
| * | [Hounslow] Include Confirm ref in submit emails | Dave Arter | 2019-06-04 | -0/+113 | |
| | | |||||
| * | [Hounslow] Use custom WMTS base map | Dave Arter | 2019-06-04 | -10/+285 | |
| | | |||||
| * | [Hounslow] Use OSM geocoder | Dave Arter | 2019-06-04 | -0/+14 | |
| | | | | | | | | Bing wasn't showing enough detail on the disambiguation page. | ||||
| * | [Hounslow] Display name as ‘Hounslow Highways’ not borough council | Dave Arter | 2019-06-04 | -1/+96 | |
| | | | | | | | | | | | | Technically the cobrand isn't for the council but rather the Hounslow Highways PFI. So make it clear on the cobranded site where reports will be sent. | ||||
| * | [Hounslow] Add admin_user_domain | Dave Arter | 2019-06-04 | -0/+2 | |
| | | |||||
| * | [Hounslow] Allow multiple photos with Open311 service request submissions | Dave Arter | 2019-06-04 | -0/+2 | |
| | | |||||
| * | [Hounslow] Don't fetch non_public reports at all from Open311 | Dave Arter | 2019-06-04 | -1/+79 | |
| | | |||||
| * | [Hounslow] Mark comments not left by original reporter when posting to Open311 | Dave Arter | 2019-06-04 | -11/+67 | |
| | | |||||
| * | [Hounslow] Add asset layers & site code lookup | Dave Arter | 2019-06-04 | -0/+283 | |
| | | |||||
| * | [Hounslow] Add Google tracking code | Dave Arter | 2019-06-04 | -0/+16 | |
| | | |||||
| * | [Hounslow] Various UI text/label changes | Dave Arter | 2019-06-04 | -0/+34 | |
| | | | | | | | | | | | | | | - Show warning about not leaving updates on closed reports - Update report form title label wording - Amend photo guidance notes - Update frontpage postcode text | ||||
| * | [Hounslow] Show external ref in confirmation emails; not confirm screen | Dave Arter | 2019-06-04 | -0/+18 | |
| | | |||||
| * | [Hounslow] Open311 config; send all reports via email also | Dave Arter | 2019-06-04 | -0/+29 | |
| | | |||||
| * | [Hounslow] Initial cobrand | Matthew Somerville | 2019-06-04 | -0/+176 | |
| | | |||||
| * | Improve roadworks.org JSON parser error handling | Dave Arter | 2019-06-04 | -2/+7 | |
| | | |||||
| * | [Open311] Always mark fetched reports non_public for non_public contacts | Dave Arter | 2019-06-04 | -0/+41 | |
| | | | | | | | | | | | | This change ensures that a report fetched via Open311 for a non_public category will always be marked as non_public even if its Open311 XML doesn’t explicitly include the non_public tag. | ||||
| * | Clarify wording of login email | Dave Arter | 2019-06-04 | -1/+1 | |
| | | | | | | | | | | | | | | | | Some email clients render the email_summary as a banner at the top of the message, which was causing confusion as the wording seemed to suggest the banner itself could be clicked. This commit clarifies the wording to refer to the link further down the message. | ||||
| * | Don’t include non_public reports when searching by ref from front page | Dave Arter | 2019-06-04 | -1/+12 | |
| | | |||||
| * | Mark Open311 contacts non_public according to service keywords | Dave Arter | 2019-06-04 | -0/+121 | |
|/ | | | | | | | | | This allows the Open311 endpoint to include ‘private’ in the ‘keywords’ field of a service definition in order for it to be marked as non_public on FMS. NB existing categories may be updated to become non_public, but non_public categories will never have their non_public flag unset by PopulateServiceList. This is so any existing Open311 categories on FMS don’t suddenly become public. | ||||
* | [Buckinghamshire] Add road asset type so no spot. | Matthew Somerville | 2019-06-04 | -0/+1 | |
| | |||||
* | Merge branch '58-parking-on-bucks' | Matthew Somerville | 2019-06-03 | -3/+11 | |
|\ | |||||
| * | [Buckinghamshire] Use grey pin for district issues. | Matthew Somerville | 2019-05-30 | -1/+1 | |
| | | |||||
| * | [Buckinghamshire] Include Car parking category. | Matthew Somerville | 2019-05-30 | -2/+10 | |
| | | |||||
* | | [Bexley] Add Public toilets layer. | Matthew Somerville | 2019-05-29 | -0/+11 | |
|/ | |||||
* | Merge branch 'roles' | Matthew Somerville | 2019-05-29 | -102/+1221 | |
|\ |