aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | Move copyright on to map.Matthew Somerville2011-09-08-2/+31
| | | | | | | | |
| * | | | | | | | Tidy up a bit of CSS.Matthew Somerville2011-09-08-18/+15
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | add and use minified version of validate pluginStruan Donald2011-09-08-0/+81
| | | | | | | |
* | | | | | | | make sure we can see the error message when we scroll to an invalid fieldStruan Donald2011-09-08-0/+7
| | | | | | | |
* | | | | | | | some helpful commentsStruan Donald2011-09-08-2/+5
| | | | | | | |
* | | | | | | | missed file :(Struan Donald2011-09-08-9/+27
| | | | | | | |
* | | | | | | | use dev validate plugin with patched so can use use required attribute and ↵Struan Donald2011-09-08-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also not need to add filters to jquery
* | | | | | | | create a different valid class if we have not submitted the form to stop ↵Struan Donald2011-09-07-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jumping about
* | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-07-28/+277
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html
| * | | | | | | Basic smaller width changes.Matthew Somerville2011-09-06-0/+94
| | | | | | | |
| * | | | | | | Add viewport headings, tidy up IE exemptions.Matthew Somerville2011-09-06-6/+38
| | | | | | | |
| * | | | | | | Add geolocation.Matthew Somerville2011-09-06-0/+120
| | | | | | | |
| * | | | | | | Removing IE6 specific stylesheet, doing it with conditional comments to set ↵Matthew Somerville2011-09-06-22/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a class.
* | | | | | | | leave the spaces created by error msg where they are to avoid unsightly ↵Struan Donald2011-09-06-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jumping about
* | | | | | | | handle submitting of updates when logged inStruan Donald2011-09-06-1/+4
| | | | | | | |
* | | | | | | | use class to identify forms to be validate and do initial validation for ↵Struan Donald2011-09-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update and sign-in
* | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-05-836/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html
| * | | | | | | Versioning of CSS files, remove generated CSS files from repo.Matthew Somerville2011-09-02-836/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | remove debugging codeStruan Donald2011-09-05-1/+0
| | | | | | |
* | | | | | | internationalise translation strings and validate nameStruan Donald2011-09-05-4/+10
| | | | | | |
* | | | | | | make validation of category dropdown workStruan Donald2011-09-05-0/+12
| | | | | | |
* | | | | | | onsubmit js validation of new reportsStruan Donald2011-08-31-0/+1211
|/ / / / / /
* | | | | | regenerate cssStruan Donald2011-08-18-9/+649
| | | | | |
* | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-684/+1510
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * | | | | | Stop back button breakage.Matthew Somerville2011-08-17-4/+25
| | | | | | |
| * | | | | | Revert map padding, as broke other pages, highlight a different way.Matthew Somerville2011-08-17-182/+32
| | | | | | |
| * | | | | | Make reporting step clearer.Matthew Somerville2011-08-17-415/+11
| | | | | | |
| * | | | | | Don't need animation, used for testing.Matthew Somerville2011-08-17-2/+2
| | | | | | |
| * | | | | | When on around page with JS, have click on map show hidden form and fetch ↵Matthew Somerville2011-08-17-10/+34
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | category/council.
| * | | | | Use FixMyStreet specific OpenLayers file, and include config that generates it.Matthew Somerville2011-08-12-0/+1170
| | |_|_|/ | |/| | |
| * | | | Move JS to where it'll work when run, to fix #145.Matthew Somerville2011-08-09-47/+47
| | | | |
| * | | | Update footer/FAQ question.Matthew Somerville2011-08-09-6/+33
| | | | |
| * | | | Allow dragging of new report marker.Matthew Somerville2011-08-09-6/+19
| | |_|/ | |/| |
| * | | Use link instead of @import.Matthew Somerville2011-08-09-9/+8
| | | |
| * | | Remove watermark CSS, and put CSS first in head where it should be.Matthew Somerville2011-08-09-42/+0
| | |/ | |/|
| * | lichfied css changesStruan Donald2011-08-01-2/+17
| | |
| * | let map be standard width now there is no sidebarStruan Donald2011-07-28-9/+0
| | |
| * | lichfield navigation bar imagesStruan Donald2011-07-28-2/+2
| | |
| * | integrate changes from lichfieldStruan Donald2011-07-28-0/+98
| | |
| * | rename lichfield cobrand to lichfielddcStruan Donald2011-07-27-0/+0
| | |
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-07-26-759/+245
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/JSON.pm perllib/FixMyStreet/Map/Tilma/Original.pm web/css/core.css
| * | stop text in front page postcode form wrappingStruan Donald2011-07-26-2/+3
| | |
| * | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-07-25-2/+25
| |\ \ | | | | | | | | | | | | into lichfield-cobrand
| | * | Working placeholders for Southampton site.Matthew Somerville2011-07-22-0/+15
| | | |
| | * | Delay vector loading until onload in IE only.Matthew Somerville2011-07-22-2/+10
| | | |
| * | | put a bit of space around form elementsStruan Donald2011-07-25-0/+3
| | | |
| * | | button styleStruan Donald2011-07-25-0/+8
| | | |
| * | | fix file upload background colourStruan Donald2011-07-25-0/+4
| | | |
| * | | tweaks to problem submission layoutStruan Donald2011-07-25-18/+45
| | | |
| * | | resize map to make it fit a bit better in lichfield page designStruan Donald2011-07-25-0/+9
| | | |