aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
Commit message (Collapse)AuthorAgeLines
...
* remove trailing comma to fix IE8Struan Donald2011-11-25-1/+1
|
* need to explicitly add rules to make validation work in IE 8Struan Donald2011-11-25-0/+7
|
* change the way we display validation errors to get round ios 5 bugStruan Donald2011-11-24-1/+9
|
* upgrade jquery validation plugin so we are not using a patched versionStruan Donald2011-11-18-102/+74
|
* Merge remote branch 'origin/master' into js-validationStruan Donald2011-11-18-6/+44
|\
| * Include PinchZoom control in OpenLayers build, as Navigation doesn't mandate it.Matthew Somerville2011-11-15-1/+9
| |
| * Don't request tiles at level they don't exist.Matthew Somerville2011-11-11-4/+6
| |
| * Try to get dynamic web page update to work with the stale reports.Petter Reinholdtsen2011-10-29-1/+3
| |
| * actually make the fetching of open311 extra info fields workStruan Donald2011-10-20-1/+2
| |
| * only add on change handler if there are open311 extra paramsStruan Donald2011-10-20-1/+3
| |
| * remove javascript eval and send down html insteadStruan Donald2011-10-20-28/+12
| |
| * make the additional information fields work with js update of category dropdownStruan Donald2011-10-20-25/+38
| |
| * Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-739/+802
| |\
| * \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-08-0/+113
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js
| * \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-10/+55
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| * \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-0/+1170
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-53/+66
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| * | | | | | yet another attempt at storing the service detail informationStruan Donald2011-08-04-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this time we sort as we store so we don't need to do this every time we display the information
| * | | | | | correct scopingStruan Donald2011-08-03-3/+4
| | | | | | |
| * | | | | | remove redundant p tags and make heading into a headingStruan Donald2011-08-03-2/+2
| | | | | | |
| * | | | | | rejig data structure so we can sort the extra fieldsStruan Donald2011-08-03-4/+6
| | | | | | |
| * | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-03-2/+60
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| * | | | | | | slight neatening of data structure and some html tidy upStruan Donald2011-08-01-1/+1
| | | | | | | |
| * | | | | | | display and save extra info for open311 reportsStruan Donald2011-08-01-0/+17
| | | | | | | |
* | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-21-739/+802
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/report/display.html
| * | | | | | | Fix script location variable manually.Matthew Somerville2011-09-15-2/+2
| | | | | | | |
| * | | | | | | Upgrade OpenLayers to 2.11.Matthew Somerville2011-09-15-737/+768
| | | | | | | |
| * | | | | | | ie6 class for other cobrand headers, small screen tweaks for headings.Matthew Somerville2011-09-09-0/+2
| | | | | | | |
| * | | | | | | Move copyright on to map.Matthew Somerville2011-09-08-2/+30
| | | | | | | |
| * | | | | | | Tidy up a bit of CSS.Matthew Somerville2011-09-08-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | jumping about
* | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-07-0/+113
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html
| * | | | | | Add geolocation.Matthew Somerville2011-09-06-0/+113
| | |_|_|_|/ | |/| | | |
* | | | | | leave the spaces created by error msg where they are to avoid unsightly ↵Struan Donald2011-09-06-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | 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
|/ / / / /
* | | | | Stop back button breakage.Matthew Somerville2011-08-17-4/+25
| | | | |
* | | | | 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
| | |