Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Add "Filter" toggle to mobile #sub_map_links | Zarino Zappia | 2019-06-14 | -4/+50 | |
| | | | | | | | | | | Allow users on narrow screens to filter the pins displayed on the map page, using the regular `.report-list-filters`. | ||||
* | | [Bristol] Remove position: relative from footer. | Matthew Somerville | 2019-06-14 | -2/+0 | |
|/ | | | | To prevent appearance on map page. | ||||
* | [Rutland] limit report summaries to 254 characters | Struan Donald | 2019-06-14 | -0/+4 | |
| | |||||
* | [Northamptonshire] update carriageway asset details | Struan Donald | 2019-06-14 | -2/+2 | |
| | |||||
* | [Northamptonshire] display right of way network for categories | Struan Donald | 2019-06-14 | -3/+9 | |
| | | | | | | | Not all assets on the right of way are recorded so give the option to select a point on the right of way network instead of a point asset. Fixes mysociety/fixmystreet-freshdesk#61 | ||||
* | [Northamptonshire] add midblock asset layer to traffic signals | Struan Donald | 2019-06-10 | -5/+22 | |
| | | | | fixes mysociety/fixmystreet-freshdesk#60 | ||||
* | Set fixmystreet.bodies sooner. | Matthew Somerville | 2019-06-04 | -5/+5 | |
| | | | | | | | | | 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). | ||||
* | return council display names in ajax call | Struan Donald | 2019-06-04 | -1/+2 | |
| | | | | | | | 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. | ||||
* | [Hounslow] increase open new report message prominence | Struan Donald | 2019-06-04 | -0/+6 | |
| | |||||
* | [Hounslow] Use custom WMTS base map | Dave Arter | 2019-06-04 | -5/+209 | |
| | |||||
* | [Hounslow] Display name as ‘Hounslow Highways’ not borough council | Dave Arter | 2019-06-04 | -0/+12 | |
| | | | | | | 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 asset layers & site code lookup | Dave Arter | 2019-06-04 | -0/+235 | |
| | |||||
* | [Hounslow] Initial cobrand | Matthew Somerville | 2019-06-04 | -0/+105 | |
| | |||||
* | Improve roadworks.org JSON parser error handling | Dave Arter | 2019-06-04 | -2/+7 | |
| | |||||
* | [Buckinghamshire] Add road asset type so no spot. | Matthew Somerville | 2019-06-04 | -0/+1 | |
| | |||||
* | [Bexley] Add Public toilets layer. | Matthew Somerville | 2019-05-29 | -0/+11 | |
| | |||||
* | Merge branch 'roles' | Matthew Somerville | 2019-05-29 | -0/+26 | |
|\ | |||||
| * | Add way to pick role for a user. | Matthew Somerville | 2019-05-28 | -0/+26 | |
| | | |||||
* | | [FixaMinGata] A few tweaks for the front page. | Joe Siltberg | 2019-05-29 | -8/+33 | |
|/ | | | | | | | Less focus on post codes, more focus on 'locate me automatically' by including the locate-me icon. Nicer look for hovering over the navigation bar. | ||||
* | [Bexley] Stop private property dead animal reporting. | Matthew Somerville | 2019-05-28 | -0/+23 | |
| | |||||
* | [Bexley] Show selected asset ID. | Matthew Somerville | 2019-05-28 | -12/+68 | |
| | | | | This could be refactored with similar code in other cobrands. | ||||
* | [Bexley] Add bollard and street light assets. | Matthew Somerville | 2019-05-28 | -0/+30 | |
| | |||||
* | [Bexley] Initial cobrand. | Matthew Somerville | 2019-05-28 | -0/+259 | |
| | |||||
* | Allow stopper to keep showing category extras. | Matthew Somerville | 2019-05-28 | -2/+7 | |
| | |||||
* | Provide ARIA roles for message controller box. | Matthew Somerville | 2019-05-28 | -2/+4 | |
| | |||||
* | Stop using "font:" shortcut in SCSS files. | Matthew Somerville | 2019-05-28 | -38/+20 | |
| | |||||
* | Factor in common call to $.extend. | Matthew Somerville | 2019-05-28 | -103/+105 | |
| | |||||
* | Have duplicate and asset messages work together. | Matthew Somerville | 2019-05-28 | -5/+16 | |
| | |||||
* | Do not focus on title on duplicate list removal. | Matthew Somerville | 2019-05-28 | -14/+3 | |
| | | | | | Sometimes this can be a long way down, if e.g. extra Open311 questions above. | ||||
* | refactor getNearestFeature and getFeaturesWithinDistance into one | Struan Donald | 2019-05-28 | -40/+10 | |
| | | | | | | | | | getFeaturesWithinDistance now returns an array of features sorted by their distance from the pin. This also replaces calls to getNearestFeature with calls to getFeaturesWithinDistance and updates the code to use the first entry in the array for the nearest object. | ||||
* | [Northamptonshire] remove unneeded attribute | Struan Donald | 2019-05-28 | -1/+0 | |
| | |||||
* | [Alloy] remove _ from a couple of methods | Struan Donald | 2019-05-28 | -5/+5 | |
| | |||||
* | [Alloy] only remove bounds if everything fails | Struan Donald | 2019-05-28 | -1/+5 | |
| | |||||
* | [Alloy] abort existing tile fetches on new request | Struan Donald | 2019-05-28 | -10/+14 | |
| | | | | | | Rather than trying to work out if the response is part of the current set, track existing responses and abort them if a new request is started. | ||||
* | Fix bug going between report/new pages client side | Matthew Somerville | 2019-05-20 | -0/+5 | |
| | | | | | | A few bits weren't being correctly hidden, as the code didn't account for someone going directly from a report page to a reporting page via the Report another problem here button. | ||||
* | [Buckinghamshire] Add road asset type so no spot. | Matthew Somerville | 2019-05-20 | -0/+1 | |
| | |||||
* | [Northamptonshire] update pedestrian guardrail layer | Struan Donald | 2019-05-17 | -2/+2 | |
| | |||||
* | [Buckinghamshire] fix zoom level issues | Struan Donald | 2019-05-16 | -2/+5 | |
| | | | | | Allows assets to display when zoomed in. Remove very zoomed out views as not useful. | ||||
* | [Buckinghamshire] use buckinghamshire map tiles | Struan Donald | 2019-05-16 | -2/+150 | |
| | | | | | Add a WMTS config to use Buckinghamshire's own map tiles to display house numbers. | ||||
* | show open311 failure details in admin report edit page | Struan Donald | 2019-05-13 | -0/+10 | |
| | | | | | | Rather than having to go into the database to see any error details display it in the admin. The error only shows the first few lines by default and expands on hover. | ||||
* | [Buckinghamshire] Add road types 98 and 99. | Matthew Somerville | 2019-05-09 | -0/+2 | |
| | |||||
* | Merge branch 'message-controller' | Matthew Somerville | 2019-05-09 | -259/+246 | |
|\ | |||||
| * | [UK] Factor out more found/not-found handling. | Matthew Somerville | 2019-05-07 | -175/+144 | |
| | | |||||
| * | [UK] Factor similar category-message code together | Matthew Somerville | 2019-05-07 | -91/+97 | |
| | | |||||
| * | [Northamptonshire] Share not-an-asset/road templates. | Matthew Somerville | 2019-05-07 | -6/+11 | |
| | | |||||
| * | [Northamptonshire] Fix issue disabling form. | Matthew Somerville | 2019-05-07 | -4/+11 | |
| | | | | | | | | | | | | | | If you switch from an asset category to a district category, `asset_not_found()` is called, and would disable the form, with nothing re-enabling it. This change also pleasingly gives it the same structure as the road not found call. | ||||
* | | [UK] Include general roadworks class for styling. | Matthew Somerville | 2019-05-07 | -1/+1 | |
| | | |||||
* | | [Lincolnshire] Show roadworks.org responsible party | Dave Arter | 2019-05-07 | -1/+19 | |
|/ | | | | | | Also displays the structures asset layer for the correct categories. Fixes mysociety/fixmystreet-commercial#1327 | ||||
* | Custom layout for admin user permission checkboxes | Zarino Zappia | 2019-05-02 | -0/+23 | |
| | |||||
* | Fieldsets/legends for admin checkbox lists | Zarino Zappia | 2019-05-01 | -1/+2 | |
| |