Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | [Bristol] Update OpenLayers to add filter strategy | Struan Donald | 2018-08-22 | -508/+424 | |
| | |||||
* | Merge branch 'user-agent-in-contact' | Matthew Somerville | 2018-08-21 | -2/+11 | |
|\ | |||||
| * | Include user agent in contact form emails. | Matthew Somerville | 2018-08-21 | -2/+11 | |
| | | |||||
* | | Make it easier to prevent a form_detail_placeholder being printed | Zarino Zappia | 2018-08-20 | -2/+12 | |
|/ | | | | | | | | | | | | Previously, if you didn’t want a hint to appear under the main "details" textarea on the new report form, you had to override the entire `form_report.html` template, or leave the hint element in the markup but hide it with CSS. Now, you can set `form_detail_placeholder` to a falsey value, and the template won’t output the hint element at all. It also amends the `aria-describedby` attribute on the textarea so it doesn’t end up referencing a hint element that doesn’t exist. | ||||
* | Merge branch 'issues/commercial/1051-lincs-confirm' | Dave Arter | 2018-08-20 | -141/+1015 | |
|\ | |||||
| * | [Lincolnshire] Update front page wording | Dave Arter | 2018-08-20 | -1/+9 | |
| | | | | | | | | Lincolnshire uses ‘division’ instead of ‘ward’ as well as Oxfordshire. | ||||
| * | [Lincolnshire] Add contact email address | Dave Arter | 2018-08-17 | -1/+8 | |
| | | |||||
| * | [Lincolnshire] Add admin_user_domain and base_url config | Dave Arter | 2018-08-17 | -0/+8 | |
| | | |||||
| * | [Lincolnshire] Add external contractors disclaimer text | Dave Arter | 2018-08-17 | -0/+12 | |
| | | |||||
| * | [Lincolnshire] Colour pins according to state | Dave Arter | 2018-08-17 | -0/+10 | |
| | | |||||
| * | [Lincolnshire] Disable questionnaires | Dave Arter | 2018-08-17 | -1/+1 | |
| | | |||||
| * | [Lincolnshire] Send ‘report logged’ emails; don’t show FMS ID on ↵ | Dave Arter | 2018-08-17 | -0/+12 | |
| | | | | | | | | confirmation page | ||||
| * | [Lincolnshire] Show external ID on report pages | Dave Arter | 2018-08-17 | -1/+1 | |
| | | |||||
| * | [Lincolnshire] Update example places & geocoder config | Dave Arter | 2018-08-17 | -0/+17 | |
| | | |||||
| * | [Lincolnshire] Add assets to map & roadworks.org integration | Dave Arter | 2018-08-17 | -0/+330 | |
| | | |||||
| * | [Lincolnshire] Only show certain district categories on cobrand | Dave Arter | 2018-08-17 | -0/+15 | |
| | | |||||
| * | [Lincolnshire] Add cobrand templates & styles | Dave Arter | 2018-08-17 | -0/+422 | |
| | | |||||
| * | Set bodyclass on alert disambiguation/questionnaire pages | Dave Arter | 2018-08-17 | -1/+2 | |
| | | | | | | | | This was causing layout issues on the Lincolnshire cobrand. | ||||
| * | [Buckinghamshire] Use smaller template override for problem confirm message | Dave Arter | 2018-08-17 | -44/+6 | |
| | | |||||
| * | Allow asset layer to hide ‘pick an asset’ message entirely | Dave Arter | 2018-08-17 | -1/+1 | |
| | | |||||
| * | Don’t crash when fetching Open311 requests with missing description | Dave Arter | 2018-08-17 | -1/+22 | |
| | | |||||
| * | Make roadworks.org integration more configurable | Dave Arter | 2018-08-17 | -6/+10 | |
| | | | | | | | | | | Allows cobrands to customise message displayed, and includes description in GeoJSON feature properties. | ||||
| * | Fix asset filtering for single-category layers | Dave Arter | 2018-08-17 | -0/+1 | |
| | | |||||
| * | [Buckinghamshire] Factor roadworks.org organisation ID out to cobrand JS | Dave Arter | 2018-08-17 | -4/+12 | |
| | | |||||
| * | [Buckinghamshire] Factor lookup_site_code up into UKCouncils cobrand | Dave Arter | 2018-08-17 | -81/+112 | |
| | | |||||
| * | Allow asset layer ‘filter_value’ to be a function | Dave Arter | 2018-08-17 | -1/+6 | |
|/ | |||||
* | Don’t show photo tips if cobrand doesn’t allow photo upload | Dave Arter | 2018-08-14 | -0/+2 | |
| | |||||
* | [UK] New House Rule forbidding impersonation | Zarino Zappia | 2018-08-10 | -0/+4 | |
| | |||||
* | Fix inspector dragging of pins. | Matthew Somerville | 2018-08-09 | -7/+22 | |
| | |||||
* | [Oxfordshire] Load UK projection JS library. | Matthew Somerville | 2018-08-09 | -0/+1 | |
| | |||||
* | [UK] OS map only shown from zoom 12+. | Matthew Somerville | 2018-08-09 | -2/+2 | |
| | | | | Bing no longer shows it at zoom level 11. | ||||
* | Merge remote-tracking branch 'origin/2012-new-report-near-here' | Matthew Somerville | 2018-08-07 | -2/+88 | |
|\ | |||||
| * | "Report a problem here" button in nav when viewing a location | Zarino Zappia | 2018-08-07 | -1/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2016. When you load a page that includes either a problem report, or is centered on a location, the "Report a problem" button in the nav bar (that normally takes you to the homepage) becomes a "Report a(nother) problem here" button, that leads directly to the new report form for the location in question. On full map pages (/around and any /report/<id> pages loaded via it) the reporting form will be rendered client-side, avoiding a full page reload. On pages lacking the full map (eg: missing fixmystreet.bbox_strategy), namely /reports/<area> and any /report/<id> page that hasn’t been client-side loaded via /around, we fall back to a server-side page load. Finally, as you’d expect, the text and URL for the button dynamically update as you move around the map, or switch between the different client-side states of the reporting flow. We also hide the button entirely when you’re reporting a problem, which was something suggested a long time ago. | ||||
| * | Better padding for "report a problem" nav button | Zarino Zappia | 2018-08-07 | -1/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/2012-report-another' | Matthew Somerville | 2018-08-07 | -0/+13 | |
|\ \ | |||||
| * | | "Report another problem here" button on confirmation page | Zarino Zappia | 2018-08-07 | -0/+13 | |
| |/ | | | | | | | | | | | | | Part of #2012. Should make it much quicker to report multiple problems in the same location, one after the other. | ||||
* | | [Buckinghamshire] Open reports only by default. | Matthew Somerville | 2018-08-07 | -0/+2 | |
| | | |||||
* | | Merge branch 'issues/commercial/1118-confirm-flytipping' | Matthew Somerville | 2018-08-07 | -23/+62 | |
|\ \ | |||||
| * | | [Buckinghamshire] Update flytipping handling. | Matthew Somerville | 2018-08-07 | -23/+62 | |
| | | | | | | | | | | | | | | | | | | Allow flytipping reporting on cobrand and .com, with road reports going to Bucks Confirm and email, and non-road reports going to district and Bucks emails. | ||||
* | | | Merge branch 'bristol-map-resolution' | Matthew Somerville | 2018-08-07 | -5/+14 | |
|\ \ \ | |||||
| * | | | [Bristol] Fix display of assets on .com map. | Matthew Somerville | 2018-08-07 | -2/+11 | |
| | | | | |||||
| * | | | [UK] Show assets at more zoomed out level. | Matthew Somerville | 2018-08-07 | -3/+3 | |
| | | | | |||||
* | | | | call inspector setup when display report | Struan Donald | 2018-08-07 | -0/+9 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | If an inspector clicks on a report from an around page the code to setup the pin dragging needs to be called. This adds a method to the map to allow the setup code to be called on report load. Fixes #2073 | ||||
* | | | Add missing ID to /alert postcode input. | Matthew Somerville | 2018-08-07 | -1/+1 | |
|/ / | | | | | | | Fixes #2197. | ||||
* | | Merge branch 'issues/commercial/1123-fixed-state-thing' | Matthew Somerville | 2018-08-06 | -2/+25 | |
|\ \ | |/ |/| | |||||
| * | [Open311] No update text on fixed state move. | Matthew Somerville | 2018-08-06 | -2/+25 | |
| | | | | | | | | | | | | A move between fixed states (presumably from fixed-user to fixed-council) should not count as a state change for the purposes of generating comment text from templates. | ||||
* | | Do update layer visibility on extras received. | Matthew Somerville | 2018-08-06 | -0/+3 | |
| | | | | | | | | | | | | | | Asset layer visibility depends on fixmystreet.bodies, which is updated from ajax request by pin selection or category change, but the visibility change happens before the ajax request - so if visibility is not also checked when category_extras returns it can get out of sync. | ||||
* | | allow front end to not send to specific body | Struan Donald | 2018-08-06 | -12/+96 | |
| | | | | | | | | | | | | | | | | add a do_not_send parameter to reports which allows the front end to specify a comma separated list of bodies that reports should not be sent to even if there is a valid contact match. This enables asset layers to override backend body processing, e.g. if a body only accepts reports that are on a road this allows the front end to specify that. | ||||
* | | [Buckinghamshire] Display not-road message better. | Struan Donald | 2018-08-06 | -2/+9 | |
| | | | | | | | | | | | | is_only_body() checks if the supplied body is the only one listed in fixmystreet.bodies and hence if it's the only one that reports for the current pin position will be sent to. | ||||
* | | show not on roads message on national site | Struan Donald | 2018-08-03 | -0/+11 | |
| | | | | | | | | currently will show even if it's only appropriate for one body |