| Commit message (Expand) | Author | Age | Lines |
* | Zurich matrixIds have shifted by one. | Matthew Somerville | 2012-12-12 | -9/+10 |
* | Make javascript not clobber the translated problem reporting header | Steven Day | 2012-12-10 | -1/+1 |
* | Make translation of geolocation text on homepage possible | Steven Day | 2012-12-10 | -1/+1 |
* | JS lint fix | Dave Whiteland | 2012-12-10 | -1/+1 |
* | remove radio buttons entirely from archive messages; remove pointer on mouseo... | Dave Whiteland | 2012-12-10 | -26/+58 |
* | archive messages can't sensible be used for creation, so hide radio button in... | Dave Whiteland | 2012-12-09 | -3/+6 |
* | add text color to body (popup text was white on white) | Dave Whiteland | 2012-12-09 | -0/+1 |
* | Make image sprite a variable, to simplify FMB base CSS. | Matthew Somerville | 2012-12-07 | -58/+53 |
* | Tidy up CSS font selection to be overridden. | Matthew Somerville | 2012-12-07 | -58/+36 |
* | Set borders to transparent, so no need to be overridden when not-white backgr... | Matthew Somerville | 2012-12-07 | -28/+5 |
* | Bottom padding is now larger, so can have larger equivalent heightFix offset. | Matthew Somerville | 2012-12-07 | -1/+1 |
* | Minor Zurich footer tweaks to remove from map page and have more spacing. | Matthew Somerville | 2012-12-07 | -1/+4 |
* | Fixes to current Zurich navigation display, footer indent, colour tweak. | Matthew Somerville | 2012-12-07 | -3/+33 |
* | This extra padding is only needed on map pages, reading #307. | Matthew Somerville | 2012-12-07 | -1/+2 |
* | Beginnings of Zurich header/footer/style. | Matthew Somerville | 2012-12-07 | -5/+84 |
* | Inherit same colour for front-main children, so don't need to be respecified ... | Matthew Somerville | 2012-12-07 | -12/+4 |
* | Remove forked layout CSS from Stevenage. | Matthew Somerville | 2012-12-07 | -1109/+272 |
* | Remove forked fonts and base CSS from Stevenage. | Matthew Somerville | 2012-12-06 | -3015/+51 |
* | Split contrast1 into its two current uses. | Matthew Somerville | 2012-12-06 | -35/+56 |
* | Move more FixMyStreet-only CSS images out of shared layout styles. | Matthew Somerville | 2012-12-06 | -27/+27 |
* | Default front-main to simple background and colour, reducing cobrand overrides. | Matthew Somerville | 2012-12-05 | -29/+9 |
* | Merge branch 'zurich-maps' | Matthew Somerville | 2012-12-03 | -7/+1791 |
|\ |
|
| * | Simplify projection logic, and use X/Y same way round as everywhere else. | Matthew Somerville | 2012-12-03 | -94/+47 |
| * | Top left corner given in WMTS capabilities file appears to be about (78,77)m ... | Matthew Somerville | 2012-11-28 | -10/+10 |
| * | Write out layer explicitly so no AJAX request necessary and deal with all OL ... | Matthew Somerville | 2012-11-26 | -107/+57 |
| * | Simplify map bound transformation (should do bounds transform as might be ske... | Matthew Somerville | 2012-11-26 | -20/+15 |
| * | Work more on the non-js maps, and tidy js version source | stevenday | 2012-11-26 | -4/+0 |
| * | Add a proper OpenLayers plugin for Swiss<->WGS84 transformations | stevenday | 2012-11-26 | -59/+184 |
| * | Convert bounds from swiss to lat/lon so ajax doesn't break | Steven Day | 2012-11-26 | -1/+80 |
| * | Add the necessary hack to point OpenLayers at commonlib/jslib for images and ... | Steven Day | 2012-11-26 | -2/+2 |
| * | Re-arrange functions to please remote | Steven Day | 2012-11-26 | -38/+39 |
| * | Make controls and initial zoom level work | Steven Day | 2012-11-26 | -30/+34 |
| * | Use fixmystreet zoom level if set | Steven Day | 2012-11-26 | -1/+1 |
| * | Update map-OpenLayers.js to let it work with Zurich maps | Steven Day | 2012-11-26 | -25/+46 |
| * | Begin getting Zurich maps into FMS - many things broken | Steven Day | 2012-11-26 | -0/+1660 |
* | | message manager: tweaks to clarify 'copy to update' button use | Dave Whiteland | 2012-12-03 | -0/+6 |
* | | fixed message manager bug with empty data: always create the <ul> even if the... | Dave Whiteland | 2012-12-03 | -3/+3 |
* | | now show Message Manager results for current report's archived messages, as w... | Dave Whiteland | 2012-12-03 | -9/+38 |
* | | add notice (to staff) that message was submitted by SMS, and link to MM admin | Dave Whiteland | 2012-12-02 | -0/+15 |
* | | small changes to message_manager_client.js, keeping in synch with the equival... | Dave Whiteland | 2012-12-01 | -4/+6 |
* | | added tooltips (basic title attribute on links) to some MM links/buttons | Dave Whiteland | 2012-11-29 | -5/+12 |
* | | added MM help to FMB message tab, closes mysociety/message-manager#105 | Dave Whiteland | 2012-11-27 | -14/+34 |
* | | add FMB wee spinner graphic | Dave Whiteland | 2012-11-27 | -0/+0 |
* | | added fade-in spinner to FMB ajax calls | Dave Whiteland | 2012-11-26 | -9/+29 |
|/ |
|
* | Allow back end to have look of front end. | Matthew Somerville | 2012-11-26 | -0/+4 |
* | Merge branch 'base64-polyfill' | Dave Whiteland | 2012-11-22 | -2/+26 |
|\ |
|
| * | no longer using external base64.min.js file, encoding without additional request | Dave Whiteland | 2012-11-22 | -1/+0 |
| * | tweaked by Mark to pass jslint; base64 encode manually | Dave Whiteland | 2012-11-22 | -13/+17 |
| * | try explicit load rather than via http request | Dave Whiteland | 2012-11-20 | -2/+22 |
| * | moved btoa base64 polyfill into header | Dave Whiteland | 2012-11-17 | -1/+1 |