Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Merge remote-tracking branch 'origin/nicetable-styling' | Matthew Somerville | 2018-05-24 | -0/+54 | |
|\ | |||||
| * | Reintroduce “nicetable” class for simple table styling | Zarino Zappia | 2018-05-23 | -0/+54 | |
| | | | | | | | | Useful for simple tables like the cookie lists on Privacy Policy pages. | ||||
* | | [Zurich] Update to new map server. | Matthew Somerville | 2018-05-23 | -60/+47 | |
| | | |||||
* | | Escape data attributes in template. | Matthew Somerville | 2018-05-23 | -0/+6 | |
|/ | | | | | | This fixes a bug whereby a double quote in an item would not be JSON-escaped due to being HTML-escaped first, meaning it would not parse as JSON on the client. | ||||
* | Avoid empty space either side of "key tools" drawer when open | Zarino Zappia | 2018-05-21 | -0/+1 | |
| | | | | Fixes #2124. | ||||
* | [Buckinghamshire] Use tilma.mysociety.org for WFS instead of staging tilma | Dave Arter | 2018-05-14 | -1/+1 | |
| | |||||
* | Add UI for selecting multiple wards from /reports/ body page | Dave Arter | 2018-05-14 | -0/+13 | |
| | | | | Fixes mysociety/fixmystreetforcouncils#231 | ||||
* | [fixmystreet.com] Revert #2031 (dual submit buttons on fms.com homepage) | Zarino Zappia | 2018-05-10 | -79/+0 | |
| | | | | Part of #2115. | ||||
* | [fixmystreet.com] Revert #2032 (big-green-banner a/b test) | Zarino Zappia | 2018-05-10 | -24/+0 | |
| | | | | Part of #2115. | ||||
* | Only hide deleted rows in contacts table. | Matthew Somerville | 2018-05-08 | -1/+1 | |
| | | | | | Only the contacts table gets a button added to toggle the display of deleted rows; elsewhere the rows need to continue to be shown. | ||||
* | Simplify .internal-link-fixed-header positioning | Zarino Zappia | 2018-05-08 | -7/+2 | |
| | | | | | | | | | | | | | | Since #map_sidebar no longer disappears behind #site_header, there is no need for .internal-link-fixed-header to compensate for the height of the header. Just an arbitrary 2em offset is enough to prevent it butting up against the top of the #map_sidebar scrollable element. Meanwhile, moving the .internal-link-fixed-header anchor element to the top of its parent list item means it no longer has to compensate for the height of the moderation form elements, because those elements (indeed, the entire list item <form>) now comes *after* the anchor. Fixes mysociety/fixmystreet-commercial#1027. | ||||
* | Merge branch 'drop-ie7' | Matthew Somerville | 2018-05-03 | -273/+39 | |
|\ | |||||
| * | Fix front page critical CSS loading in IE. | Matthew Somerville | 2018-05-02 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The easy thing first - IE appears to 'stack' :before entries, so if a stylesheet is loaded multiple times (e.g. due to critical CSS loading on the front page), a font-size of 2.5em gets multipled. Switching to rems fixes this. The preload polyfill in IE8/9 loads the base stylesheet as if it were after the layout stylesheet, which breaks the navigation display. The polyfill has a new version which is somewhat simplified, updating the existing <link> rather than creating a new one, so we upgrade to that plus a PR to prevent browser hanging. However, in IE8 this now incorrectly uses the print styles on screen, meaning the navigation and footer disappear. So use an IE conditional comment to just cut IE8 out entirely. This means we can also cut down the polyfill somewhat. | ||||
| * | Some IE8/old JS workarounds. | Matthew Somerville | 2018-05-02 | -2/+3 | |
| | | |||||
| * | Remove unneeded IE8 things. | Matthew Somerville | 2018-05-02 | -52/+3 | |
| | | |||||
| * | Fix/tidy front-only hover behaviour. | Matthew Somerville | 2018-05-02 | -15/+25 | |
| | | |||||
| * | Drop IE7 support. | Matthew Somerville | 2018-05-02 | -192/+10 | |
| | | |||||
| * | Drop unused copy of function. | Matthew Somerville | 2018-04-30 | -14/+0 | |
| | | | | | | | | This is already defined in fixmystreet.utils further up. | ||||
* | | Update fixmystreet.org link to https. | Matthew Somerville | 2018-05-02 | -1/+1 | |
|/ | |||||
* | [Rutland] add dark platform logo and use in footer | Struan Donald | 2018-04-25 | -0/+10 | |
| | |||||
* | hide deleted contacts by default | Struan Donald | 2018-04-23 | -1/+5 | |
| | | | | | | | If JavaScript is enabled hide the deleted contacts from the list on the body page. Display as normal if no JavaScript. Fixes #1962 | ||||
* | Ensure USRN asset lookup JS is run on /report/new | Dave Arter | 2018-04-20 | -9/+41 | |
| | | | | | | | | | If the user visits /report/new directly and doesn't change the pin location, then the assets:selected/maps:update_pin events are never fired and fixmystreet.usrn.select is never called. This results in a report whose location was never looked up against the USRN layer, which can cause issues for Open311 endpoints that require a USRN value. | ||||
* | group the open 311 endpoint options in admin interface | Struan Donald | 2018-04-11 | -0/+5 | |
| | | | | | Makes a bit more sense to group those relating to sending/receiving comments together and those relating to fetching comments together. | ||||
* | Add layer attribution to attribution control | Struan Donald | 2018-04-10 | -0/+4 | |
| | | | | | If a layer has an attribution option then add it to the attribution control when the layer becomes visible. | ||||
* | [BANES] add attribution details to road layer | Struan Donald | 2018-04-10 | -1/+2 | |
| | |||||
* | [BANES] remove fill from LLPG layer labels | Struan Donald | 2018-04-10 | -2/+1 | |
| | |||||
* | [BANES] Rejig front page layout to put emergency text beneath postcode field | Dave Arter | 2018-04-10 | -0/+9 | |
| | |||||
* | [BANES] Updated header/footer/navigation. | Matthew Somerville | 2018-04-10 | -90/+543 | |
| | |||||
* | [BANES] Rename usrn field to site_code | Dave Arter | 2018-04-10 | -1/+1 | |
| | | | | To match the more generic changes in open311-adapter | ||||
* | [BANES] Add BathNES map type & assets | Dave Arter | 2018-04-10 | -0/+1938 | |
| | | | | | | | | | | | | | BANES have some staff-only assets, so this adds a cobrand hook to enable extra JS to be included on the page for staff users. - Add custom OpenLayers build with GeoJSON support - Add grit bins/street lights/LLPG asset layers - Displays non-BANES street light assets in grey - Add adopted highways to map This means USRNs will be set for reports made by members of the public. To keep the map simple, however, the highways layer is invisible to non-staff users. | ||||
* | [BANES] Add Bath & North East Somerset cobrand | Dave Arter | 2018-04-10 | -0/+139 | |
| | |||||
* | Merge branch 'issues/2005-ie-chart-fixes' | Matthew Somerville | 2018-04-10 | -5/+27 | |
|\ | |||||
| * | Fix for table alignment on reports summary page | Martin Wright | 2018-04-06 | -1/+1 | |
| | | |||||
| * | No longer horizontally align label with JS. | Martin Wright | 2018-04-06 | -4/+4 | |
| | | | | | | | | | | Fixes positioning bugs in all versions of IE due to calculating the wrong horizontal position. | ||||
| * | prevent label positioning from happening in IE9 | Martin Wright | 2018-04-06 | -0/+20 | |
| | | |||||
| * | Don't run through this JavaScript in IE9 | Martin Wright | 2018-04-06 | -0/+3 | |
| | | |||||
| * | Remove height from canvas obj in chart containers | Martin Wright | 2018-04-06 | -1/+0 | |
| | | | | | | | | Fixes broken aspect ratio in IE10 | ||||
* | | [fixmystreet.com] Stop non-council email sign-up. | Matthew Somerville | 2018-04-09 | -1/+5 | |
|/ | | | | 100% false positives so far. | ||||
* | [Buckinghamshire] Switch asset server to tilma.staging instead of devhost | Dave Arter | 2018-04-06 | -2/+1 | |
| | |||||
* | [UK] Promote council-exclusive summary dashboard | Zarino Zappia | 2018-04-05 | -31/+101 | |
| | | | | Fixes mysociety/fixmystreet-commercial#1016 | ||||
* | [UK] Drop FMS Pro branding from council dashboard login page | Zarino Zappia | 2018-04-05 | -205/+46 | |
| | |||||
* | Merge branch '2018-standardise-sub-map-links' | Zarino Zappia | 2018-04-04 | -104/+124 | |
|\ | |||||
| * | Standardise styling for #sub_map_links and #mob_sub_map_links | Zarino Zappia | 2018-04-03 | -104/+124 | |
| | | | | | | | | | | | | | | | | Fixes #2018 by making the #sub_map_links bigger. But the greater win here is that we’re using fewer ID selectors in our CSS, and both #sub_map_links and #mob_sub_map_links now share the same styling – both of which are good for maintainability. | ||||
* | | [Oxfordshire] Include urgent problem message above form on mobile. | Matthew Somerville | 2018-04-04 | -10/+10 | |
| | | |||||
* | | [Buckinghamshire] Disable report creation entirely on non-Bucks roads | Dave Arter | 2018-04-03 | -8/+13 | |
| | | | | | | | | | | | | This hides the report form entirely if the user has not selected a road maintained by Buckinghamshire. Also extends the roads layer to apply to all categories. | ||||
* | | [Buckinghamshire] Style Bucks/non-Bucks highways differently | Dave Arter | 2018-04-03 | -11/+38 | |
| | | |||||
* | | [Buckinghamshire] Update list of categories for invalid location message | Dave Arter | 2018-04-03 | -1/+2 | |
| | | |||||
* | | [Buckinghamshire] Show error message when trying to create a road defect ↵ | Dave Arter | 2018-04-03 | -700/+1680 | |
| | | | | | | | | outside of Bucks roads | ||||
* | | [Buckinghamshire] Associate layers with multiple categories | Dave Arter | 2018-04-03 | -2/+6 | |
| | | |||||
* | | [Buckinghamshire] Initial roadworks work. | Matthew Somerville | 2018-04-03 | -0/+199 | |
| | |