Bug Tracker

Show
Ignore:
Timestamp:
01/15/08 19:26:18 (1 year ago)
Author:
joern.zaefferer
Message:

preparations for 1.2 release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/todo

    r4438 r4455  
    1 css references 
    2 -------------- 
    3 - http://test5.caribmedia.com/CSS/Secrets/members/michiel/floating-forms.html 
    4 - http://paularmstrongdesigns.com/projects/awesomeform/ 
    5 - http://dnevnikeklektika.com/uni-form/ 
     11.2 
     2--- 
    63 
    7 other stuff 
    8 ----------- 
     4- integrate, test and document Scott's rules modules 
     5- add test for subformRequired 
     6- document invalidHandler 
     7- oninvalid/invalidSubmitHandler: called after a form is validated on submit and its invalid 
     8- document all those event options 
     9- is that element == lastElement check in the onblur handler really useful? 
     10- custom-methods-demo.html enable summary container, currently broken, is updated too often 
     11 
     12scheduled 
     13--------- 
     14 
     15- css references 
     16 - http://test5.caribmedia.com/CSS/Secrets/members/michiel/floating-forms.html 
     17 - http://paularmstrongdesigns.com/projects/awesomeform/ 
     18 - http://dnevnikeklektika.com/uni-form/ 
    919 
    1020- consider validation on page load, disabling required-checks 
    11 - check value != defaultValue in required, making defaultValue invalid 
    12 - test and document Scott's rules modules 
    1321- completely rework showErrors: manually settings errors is currently extremely flawed and utterly useless, eg. errors disappear if some other validation is triggered 
    1422- add custom event to remote validation for adding more parameters 
    15 - add custom events for form and elements instead of more callbacks 
    1623 
    1724- document focusInvalid() 
     
    2128- AND depedency: specify multiple expressions as an array 
    2229 
    23 additional options/callbacks: 
    24 - onsubmit: Boolean, default true - validate on form submit (similar to onkeyup/onblur) 
    25 - beforeValidation: Callback, called before doing any validation 
    26 - beforeSubmit: Callback, called before submitting the form (default submit or calling submitHandler, if specified)  
     30- add custom events for form and elements instead of more callbacks (additional options/callbacks) 
     31 - onsubmit: Boolean, default true - validate on form submit (similar to onkeyup/onblur) 
     32 - beforeValidation: Callback, called before doing any validation 
     33 - beforeSubmit: Callback, called before submitting the form (default submit or calling submitHandler, if specified)  
    2734 
    28 - add test for subformRequired 
    29 - document invalidHandler 
    30 - document all those event options 
    31 - is that element == lastElement check in the onblur handler really useful? 
    32  
    33 - oninvalid/invalidSubmitHandler: called after a form is validated on submit and its invalid 
    3435- animations!! 
    3536- ajax validation: 
     
    3839- strong password check/integration: http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/ 
    3940 
    40 - custom-methods-demo.html enable summary container, currently broken, is updated too often 
    4141- stop firefox password manager to popup before validation - check mozilla bug tracker? 
    4242 
     
    4646 - ajaxSubmit with rules-option, more/less options to ajaxSubmit 
    4747 - watermark integration http://digitalbush.com/projects/watermark-input-plugin 
    48  - datepicker integration (see dobis) 
     48 - datepicker integration 
    4949 - timepicker integration ( http://labs.perifer.se/timedatepicker/ )  
    5050 - integration with CakePHP ( https://trac.cakephp.org/ticket/2359 )