aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* [Buckinghamshire] Update contact email addressDave Arter2018-04-06-1/+1
|
* [Buckinghamshire] Look up site code from WFS when sending reportDave Arter2018-04-06-0/+50
| | | | | | Reports made via the national site or the app won’t have a site_code set as the asset layer isn’t shown in those cases. This commit adds a method that looks up the closest road from the WFS feed at the point of sending the report.
* Make sure fixture clears out cached photo files.Matthew Somerville2018-04-04-0/+2
|
* Fix test script running on PostgreSQL 9.1.Matthew Somerville2018-04-03-5/+3
|
* User import admin pageDave Arter2018-04-03-0/+47
| | | | | | This is intended to be an internal tool for quickly creating staff users in bulk. As such, it's hidden at /admin/user_import and is only available to superusers.
* Include cobrand in ‘report logged’ template paramsDave Arter2018-04-03-0/+1
| | | | | This was causing broken URLs in emails when sending reports to Bucks, as there was no cobrand to call `base_url_for_report` on.
* [Buckinghamshire] Set cobrand base_urlDave Arter2018-04-03-1/+6
|
* [Buckinghamshire] Hide district-level categories from cobrandDave Arter2018-04-03-0/+7
|
* [Buckinghamshire] Update contact email address; hide address on contact pageDave Arter2018-04-03-1/+1
|
* [Buckinghamshire] Switch to OSM geocoderDave Arter2018-04-03-0/+3
|
* [Buckinghamshire] Set cobrand ‘is_council_with_case_management’ flagDave Arter2018-04-03-0/+2
| | | | | | | This hides the ‘Sent 5 minutes later’ message on each report and replaces it with ‘Received by Bucks moments later’ which is closer to what Bucks have requested. I’m not entirely sure this is the right thing to do, as Bucks haven’t actually received the report into Confirm moments later...
* [Buckinghamshire] Include Confirm ID in report confirmation emailsDave Arter2018-04-03-0/+2
|
* [Buckinghamshire] Disable phone number fieldDave Arter2018-04-03-0/+2
|
* [Buckinghamshire] Don’t send updates not made by original reporterDave Arter2018-04-03-0/+8
|
* [Buckinghamshire] Remove duplicate disambiguation for ‘Aylesbury’Dave Arter2018-04-03-0/+4
|
* [Buckinghamshire] Switch base map to OpenStreetMapDave Arter2018-04-03-3/+2
|
* [Buckinghamshire] Initial roadworks work.Matthew Somerville2018-04-03-0/+1
|
* [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff.Matthew Somerville2018-04-03-0/+1
|
* [Buckinghamshire] Enable MapIt lookups for parish councilsDave Arter2018-04-03-0/+202
|
* [Buckinghamshire] Enable category groupsDave Arter2018-04-03-0/+2
|
* [Buckinghamshire] Send asset details/title/description as individual attributesDave Arter2018-04-03-1/+7
|
* [Buckinghamshire] Add grit bins/street lighting asset layersDave Arter2018-04-03-0/+19
|
* [Buckinghamshire] Send report_url attribute with Open311 service requestsDave Arter2018-04-03-0/+12
|
* [Buckinghamshire] Add initial cobrandDave Arter2018-04-03-0/+48
|
* Don’t call add_extra_area_types cobrand hook on alerts pagesDave Arter2018-04-03-2/+5
|
* limit problem body to single body if requiredStruan Donald2018-04-03-2/+11
| | | | | | Add a single_body_only form value to reports that contains the name of the only body to send the problem to. If the name doesn't match any of the valid bodies for the report then send to all.
* Merge branch 'jonkri-2.3'Matthew Somerville2018-04-03-187/+70
|\
| * [FixaMinGata] Update geocoding.Matthew Somerville2018-04-03-184/+63
| | | | | | | | | | | | | | | | - Removes the FixaMinGata Geocode module - Surround bounds coordinates with quotes - Return a different bounding box for Öckerö and other places - Specifies specific GPS coordinates for certain OpenStreetMap relations - Removes a comment
| * [FixaMinGata] Change pin colours.Matthew Somerville2018-04-03-3/+4
| |
| * Make sure OSM geocoder is bounded, includes icon.Matthew Somerville2018-04-03-0/+3
| |
* | add convert latlong option to open311 body adminStruan Donald2018-03-29-0/+1
| |
* | add convert_latlong option to body tableStruan Donald2018-03-29-2/+4
| | | | | | | | | | For controlling if reports pulled in via Open311 should have the position converted from Easting/Northing to lat/long.
* | fix timezone problems with offline inspector commentsStruan Donald2018-03-29-1/+7
|/ | | | | | | Comments added offline by an inspector set the time in JavaScript using a UTC epoch. We need to add the FMS timezone to this so it's in the timezone the database expects for timestamps otherwise it's incorrect when we fetch it back out
* Don’t show empty ‘provide extra detail’ sectionDave Arter2018-03-29-0/+4
| | | | | | Hides the empty “Help <council> resolve your problem quicker” section of the new report form if report metas for the selected category are all hidden fields.
* Make it easier to identify Open311 categories in category checkbox listDave Arter2018-03-29-0/+1
| | | | | | Displays the category’s email address (service code, for Open311) as a tooltip. This makes it easier to identify the right category when editing response templates, for example.
* Fix invalid SQL on cobrand admin update edit pagesDave Arter2018-03-29-1/+1
|
* Improve wording/grammar when report is sent to more than two bodiesDave Arter2018-03-29-10/+14
|
* Allow cobrands to add extra MapIt areas & typesDave Arter2018-03-29-0/+11
|
* Add external_status_code to ResponseTemplate admin editing formsDave Arter2018-03-29-5/+14
|
* Add ResponseTemplate.external_status_code fieldDave Arter2018-03-29-2/+4
|
* Merge branch 'upgrade-test-postgresql'Matthew Somerville2018-03-27-11/+7
|\
| * Fix issue with test database removal.Matthew Somerville2018-03-26-11/+7
| | | | | | | | | | Upgrade Test::PostgreSQL, which fixes a bug delaying the end of test running, and introduces a nicer setup mechanism.
* | Add CORS header to Open311 output.Matthew Somerville2018-03-22-0/+1
|/
* Store server_set automated, but ignore for input.Matthew Somerville2018-03-21-1/+5
| | | | | We do need to store them, so that the sending knows which fields are being requested, but we do not want them output to the client at all.
* [fixmystreet.com] Add admin page to list refused.Matthew Somerville2018-03-21-0/+27
|
* send easting/northing over open311 if send_notpinpointed and no map/postcodeStruan Donald2018-03-21-1/+3
| | | | | | If the map was not clicked and we don't have a postcode we should still send the easting and northing extra attributes if send_notpinpointed is set.
* Merge branch 'store-contributed-as'Matthew Somerville2018-03-20-11/+25
|\
| * Store contributed-as data.Matthew Somerville2018-03-20-11/+25
| | | | | | | | | | Store if the report/update was created by someone using the contributed-as dropdown, and use that information to perhaps not send report-sent emails.
* | [Zurich] Prefetch report users, cache body lookupsMatthew Somerville2018-03-19-2/+6
| |
* | Pass columns CSV needs into Problem->as_hashref.Matthew Somerville2018-03-19-21/+16
|/ | | | Then it can skip working out some things as they are not needed.