aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | [Hounslow] Show external ID on /report to staff.Matthew Somerville2019-06-11-2/+29
| |/ / /
* / / / Add GitHub sponsorship fileM Somerville2019-06-11-0/+12
|/ / /
* / / [Northamptonshire] add midblock asset layer to traffic signalsStruan Donald2019-06-10-5/+22
|/ / | | | | | | fixes mysociety/fixmystreet-freshdesk#60
* | [Hounslow] Couple more council references (RSS related).Matthew Somerville2019-06-10-8/+23
| |
* | [Hounslow] Hide TfL Traffic Lights category.M Somerville2019-06-07-0/+31
| | | | | | | | It is handled by an existing category.
* | [Hounslow] Use correct name on /reports & emails.M Somerville2019-06-07-9/+16
|/
*-. Merge branches 'move-up-bodies-set' and 'more-frontend-tests'Matthew Somerville2019-06-06-50/+194
|\ \
| | * [Northamptonshire] Add emergency message test.Matthew Somerville2019-06-05-1/+27
| | |
| | * [Buckinghamshire] Add flytipping front end test.Matthew Somerville2019-06-05-8/+112
| | |
| | * [Buckinghamshire] Move non-map JS to template.Matthew Somerville2019-06-05-6/+12
| | |
| | * [Cypress] Remove blacklistHosts CLI argument.Matthew Somerville2019-06-05-1/+1
| | | | | | | | | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715.
| | * [Lincolnshire] Remove map subclass.Matthew Somerville2019-06-05-23/+11
| | |
| * | [Cypress] Blacklist requests to Tilma.Matthew Somerville2019-06-04-1/+1
| | |
| * | [Cypress] Remove blacklistHosts CLI argument.Matthew Somerville2019-06-04-1/+1
| | | | | | | | | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715.
| * | Set fixmystreet.bodies sooner.Matthew Somerville2019-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 entirelyDave Arter2019-06-06-0/+53
| | |
* | | Allow file uploading when sending Open311 service requestsDave Arter2019-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 functionalityDave Arter2019-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 itStruan Donald2019-06-05-1/+18
| | | | | | | | Not all cobrands have a council_name method.
* | [Hounslow] Add archive email templatesDave Arter2019-06-05-0/+82
| |
* | [Hounslow] Don’t show fetched report descriptionsDave Arter2019-06-05-0/+3
|/
* Merge branch 'hounslow-reviewed'Dave Arter2019-06-04-13/+1408
|\
| * return council display names in ajax callStruan Donald2019-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 dropdownStruan Donald2019-06-04-1/+1
| | | | | | | | Fall back to body name if the body doesn't have a cobrand
| * [Hounslow] increase open new report message prominenceStruan Donald2019-06-04-1/+7
| |
| * [Hounslow] Include Confirm ref in submit emailsDave Arter2019-06-04-0/+113
| |
| * [Hounslow] Use custom WMTS base mapDave Arter2019-06-04-10/+285
| |
| * [Hounslow] Use OSM geocoderDave Arter2019-06-04-0/+14
| | | | | | | | Bing wasn't showing enough detail on the disambiguation page.
| * [Hounslow] Display name as ‘Hounslow Highways’ not borough councilDave Arter2019-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_domainDave Arter2019-06-04-0/+2
| |
| * [Hounslow] Allow multiple photos with Open311 service request submissionsDave Arter2019-06-04-0/+2
| |
| * [Hounslow] Don't fetch non_public reports at all from Open311Dave Arter2019-06-04-1/+79
| |
| * [Hounslow] Mark comments not left by original reporter when posting to Open311Dave Arter2019-06-04-11/+67
| |
| * [Hounslow] Add asset layers & site code lookupDave Arter2019-06-04-0/+283
| |
| * [Hounslow] Add Google tracking codeDave Arter2019-06-04-0/+16
| |
| * [Hounslow] Various UI text/label changesDave Arter2019-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 screenDave Arter2019-06-04-0/+18
| |
| * [Hounslow] Open311 config; send all reports via email alsoDave Arter2019-06-04-0/+29
| |
| * [Hounslow] Initial cobrandMatthew Somerville2019-06-04-0/+176
| |
| * Improve roadworks.org JSON parser error handlingDave Arter2019-06-04-2/+7
| |
| * [Open311] Always mark fetched reports non_public for non_public contactsDave Arter2019-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 emailDave Arter2019-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 pageDave Arter2019-06-04-1/+12
| |
| * Mark Open311 contacts non_public according to service keywordsDave Arter2019-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 Somerville2019-06-04-0/+1
|
* Merge branch '58-parking-on-bucks'Matthew Somerville2019-06-03-3/+11
|\
| * [Buckinghamshire] Use grey pin for district issues.Matthew Somerville2019-05-30-1/+1
| |
| * [Buckinghamshire] Include Car parking category.Matthew Somerville2019-05-30-2/+10
| |
* | [Bexley] Add Public toilets layer.Matthew Somerville2019-05-29-0/+11
|/
* Merge branch 'roles'Matthew Somerville2019-05-29-102/+1221
|\