| Commit message (Expand) | Author | Age | Lines |
... | |
| * | Move disappearing of sub map links and appearing of tryagain/ok to after the ... | Josh Angell | 2012-03-01 | -0/+8 |
| * | Function return has reversed. | Matthew Somerville | 2012-03-01 | -1/+2 |
| * | Green pin when creating, for #250. | Matthew Somerville | 2012-03-01 | -1/+1 |
| * | Bugfix. | Matthew Somerville | 2012-03-01 | -3/+4 |
| * | Remove some of #224 due to new #258. | Matthew Somerville | 2012-03-01 | -77/+27 |
| * | Animate moving of map when pin clicked somewhere inconvenient. | Matthew Somerville | 2012-03-01 | -2/+5 |
| * | Initial pass of pin popups. | Matthew Somerville | 2012-03-01 | -565/+635 |
| * | Remove some extraneous stuff | Josh Angell | 2012-02-29 | -3/+1 |
| * | Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into super... | Josh Angell | 2012-02-29 | -1/+1 |
| |\ |
|
| | * | Reduce JS pin fetching to only exactly the map that is shown. | Matthew Somerville | 2012-02-29 | -1/+1 |
| * | | Finished style and interaction for mobile map | Josh Angell | 2012-02-29 | -9/+26 |
| |/ |
|
| * | Make permalink_id not global | Josh Angell | 2012-02-29 | -0/+2 |
| * | Change word 'stale' to 'old' | Josh Angell | 2012-02-29 | -1/+1 |
| * | Manipulate permalink only if container for it is there | Josh Angell | 2012-02-29 | -2/+8 |
| * | Explicity function calls. | Matthew Somerville | 2012-02-29 | -2/+2 |
| * | Merge remote branch 'github/supercool' into supercool | Matthew Somerville | 2012-02-29 | -1/+1 |
| |\ |
|
| | * | Lots of map tools/controls styling | Josh Angell | 2012-02-28 | -1/+1 |
| * | | Main part of mobile site full screen map for reporting a problem. | Matthew Somerville | 2012-02-29 | -22/+69 |
| |/ |
|
| * | First time jslint fixings. | Matthew Somerville | 2012-02-28 | -14/+17 |
| * | Disable scroll wheel zooming on the map, as it causes confusion with a full s... | Matthew Somerville | 2012-02-28 | -1/+1 |
| * | Some fixes for non-JS map display, and more JS pin moving depending on click ... | Matthew Somerville | 2012-02-24 | -2/+12 |
| * | Pan map when reporting click is where sidebar will be. | Matthew Somerville | 2012-02-24 | -1/+8 |
| * | Do some zoom centre faking trickery so that zooming in and out does as you wo... | Matthew Somerville | 2012-02-23 | -1/+22 |
| * | Initial desktop making map whole of background. | Matthew Somerville | 2012-02-23 | -0/+3 |
| * | Fix typo - poblem to problem | Josh Angell | 2012-02-23 | -2/+2 |
| * | Create fork of FMS JS file for its cobrand, as many changes. | Matthew Somerville | 2012-02-23 | -131/+34 |
| * | From errors now appear in-between label and field. See issue #222 | Josh Angell | 2012-02-22 | -2/+2 |
| * | Make sure error divs go white when valid (fixes #222). | Matthew Somerville | 2012-02-22 | -2/+3 |
| * | Separate colour and size using StyleMap and Rules, to enable differently size... | Matthew Somerville | 2012-02-22 | -29/+55 |
| * | Tentative change to the map pins: change blue to big, can't work out how to g... | Josh Angell | 2012-02-21 | -1/+1 |
| * | Add new map pins, alter the js to match | Josh Angell | 2012-02-21 | -9/+9 |
| * | Desktop js heightfix and some comments | Josh Angell | 2012-02-21 | -0/+10 |
| * | Add js for on show on focus in forms, plus some other styling bits for form b... | Josh Angell | 2012-02-21 | -0/+6 |
| * | Remove old js for email alert box | Josh Angell | 2012-02-21 | -26/+0 |
| * | Bunch of IE fixes | Josh Angell | 2012-02-20 | -3/+8 |
| * | Bunch of layout-related bug fixes | Josh Angell | 2012-02-16 | -2/+2 |
| * | animate the skip to nave ;) | Josh Angell | 2012-02-16 | -0/+9 |
| * | Homepage mobile view mainly done | Josh Angell | 2012-02-15 | -7/+7 |
| * | More styling on report and around pages | Josh Angell | 2012-02-15 | -3/+6 |
| * | added tabs to Report a problem page | Josh Angell | 2012-02-15 | -1/+45 |
| * | Form styling and bits for report / around pages | Josh Angell | 2012-02-14 | -9/+15 |
| * | Some styling for report notes trigger | Josh Angell | 2012-02-14 | -1/+1 |
| * | Hide and show js for report a problem notes on mobile | Josh Angell | 2012-02-14 | -2/+14 |
| * | Height fix js function added and used on the report/around page for the sidebar | Josh Angell | 2012-02-14 | -0/+15 |
| * | Some js/css for the report and around type pages, needs work | Josh Angell | 2012-02-13 | -0/+10 |
| * | Add moderniser and query it to see if we're on mobile, if we are add a class ... | Josh Angell | 2012-02-13 | -1/+9 |
* | | use === for equality of empty string (caught by js lint) | Dave Whiteland | 2012-02-17 | -1/+1 |
* | | use delegation to attach change event to form_category so it survives being r... | Dave Whiteland | 2012-02-17 | -13/+13 |
|/ |
|
* | remove hidden class as otherwise we can never display an error for that field | Struan Donald | 2012-01-16 | -1/+1 |
* | fix iOS JS validation display issues ( fixes #187) | Struan Donald | 2012-01-16 | -9/+8 |