Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Make javascript not clobber the translated problem reporting header | Steven Day | 2012-12-10 | -2/+3 | |
| | | |||||
* | | Make translation of geolocation text on homepage possible | Steven Day | 2012-12-10 | -2/+3 | |
| | | |||||
* | | Update .po file with latest German translations | Steven Day | 2012-12-10 | -9/+9 | |
| | | |||||
* | | Add email templates for Zurich | Steven Day | 2012-12-10 | -0/+52 | |
| | | |||||
* | | Add latest po from Zurich for German | Steven Day | 2012-12-10 | -54/+42 | |
| | | |||||
* | | JS lint fix | Dave Whiteland | 2012-12-10 | -1/+1 | |
| | | |||||
* | | provide link to DPS map (currently on 'all reports' page) | Dave Whiteland | 2012-12-10 | -0/+46 | |
| | | |||||
* | | custom MM help text depending on whether or not this is a creation page or ↵ | Dave Whiteland | 2012-12-10 | -12/+33 | |
| | | | | | | | | just a report-viewing page | ||||
* | | remove radio buttons entirely from archive messages; remove pointer on ↵ | Dave Whiteland | 2012-12-10 | -27/+70 | |
| | | | | | | | | mouseover of things you can't usefully click | ||||
* | | archive messages can't sensible be used for creation, so hide radio button ↵ | Dave Whiteland | 2012-12-09 | -3/+6 | |
| | | | | | | | | in archive list | ||||
* | | 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 ↵ | Matthew Somerville | 2012-12-07 | -28/+5 | |
| | | | | | | | | background. | ||||
* | | 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 | -4/+34 | |
| | | |||||
* | | Factor out update form on report pages, blank out for Zurich. | Matthew Somerville | 2012-12-07 | -318/+313 | |
| | | |||||
* | | This extra padding is only needed on map pages, reading #307. | Matthew Somerville | 2012-12-07 | -1/+2 | |
| | | |||||
* | | A few easy Zurich front page tweaks. | Matthew Somerville | 2012-12-07 | -0/+18 | |
| | | |||||
* | | Beginnings of Zurich header/footer/style. | Matthew Somerville | 2012-12-07 | -5/+115 | |
| | | |||||
* | | Inherit same colour for front-main children, so don't need to be respecified ↵ | Matthew Somerville | 2012-12-07 | -12/+4 | |
| | | | | | | | | if changed. | ||||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | Revert Stevenage's base stylesheet to inherit from FixMyStreet's, removing any unnecessary forked files, but leaving in the font overrides and change of front page button colour. Fix the $primary_text colour to be visible over $primary (this then removes the need for the colour override of the base part of 1162d5c8). | ||||
* | | Split contrast1 into its two current uses. | Matthew Somerville | 2012-12-06 | -35/+56 | |
| | | |||||
* | | Add caching of geocoder similar to other geocoders. | Matthew Somerville | 2012-12-06 | -8/+19 | |
| | | |||||
* | | Move more FixMyStreet-only CSS images out of shared layout styles. | Matthew Somerville | 2012-12-06 | -27/+27 | |
| | | |||||
* | | Catch 500 error from geocoder. | Matthew Somerville | 2012-12-06 | -1/+7 | |
| | | |||||
* | | Default front-main to simple background and colour, reducing cobrand overrides. | Matthew Somerville | 2012-12-05 | -29/+9 | |
| | | |||||
* | | Add Zurich geocoder (and allow geocoder choice to be picked in config). | Matthew Somerville | 2012-12-04 | -13/+135 | |
| | | |||||
* | | Merge branch 'zurich-maps' | Matthew Somerville | 2012-12-03 | -31/+2149 | |
|\ \ | |/ |/| | |||||
| * | Simplify projection logic, and use X/Y same way round as everywhere else. | Matthew Somerville | 2012-12-03 | -106/+49 | |
| | | |||||
| * | Add server side handling of Swiss co-ordinates and tile clicks. | Matthew Somerville | 2012-11-28 | -18/+272 | |
| | | |||||
| * | map_pins function is same for everyone currently. | Matthew Somerville | 2012-11-28 | -24/+20 | |
| | | |||||
| * | Top left corner given in WMTS capabilities file appears to be about (78,77)m ↵ | Matthew Somerville | 2012-11-28 | -10/+10 | |
| | | | | | | | | out of where it should be (in order to get the right lat/lon when I click the map in OpenLayers anyway). | ||||
| * | Write out layer explicitly so no AJAX request necessary and deal with all OL ↵ | Matthew Somerville | 2012-11-26 | -107/+57 | |
| | | | | | | | | options the same. | ||||
| * | Simplify map bound transformation (should do bounds transform as might be ↵ | Matthew Somerville | 2012-11-26 | -20/+15 | |
| | | | | | | | | skewed translation), fix transforms to modify original. | ||||
| * | Work more on the non-js maps, and tidy js version source | stevenday | 2012-11-26 | -13/+7 | |
| | | |||||
| * | Add a proper OpenLayers plugin for Swiss<->WGS84 transformations | stevenday | 2012-11-26 | -60/+185 | |
| | | |||||
| * | 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 | |
| | | | | | | | | so forth | ||||
| * | 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 | |
| | | |||||
| * | Add a server-side map module for zurich maps - very borked | Steven Day | 2012-11-26 | -4/+19 | |
| | | |||||
| * | 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/+1716 | |
| | | |||||
| * | Add Zurich map module | Steven Day | 2012-11-26 | -0/+25 | |
| | | |||||
* | | message manager: tweaks to clarify 'copy to update' button use | Dave Whiteland | 2012-12-03 | -4/+22 | |
| | | |||||
* | | fixed message manager bug with empty data: always create the <ul> even if ↵ | Dave Whiteland | 2012-12-03 | -3/+3 | |
| | | | | | | | | there's no <li> within it |