dlg
d
l
g
Validanguage version 0.9.6
validanguage.js = 43k
validanguage_uncompressed.js = 99k
API Change: validateAllFieldsOnSubmit setting renamed validateAllFieldsOnsubmit
New validations: validateCreditCard, validateIP, validateUSSSN, validateUSZipCode
New transformation: toggle()
Added optional args to validateMinlength, validateMaxlength, validateRequired and validateRegex to let them be called directly
Added support for .passedField and .failedField classNames
Transformations are now always called prior to validations
Bug fix: transformations defined with transformations="" in Comment API now work correctly
Bug fix: support for carriage returns inside validanguage tags in Comment API now work correctly
Bug fix: multiple validations in one string now all get called correctly
Bug fix: Comments with transformations no longer overwritten by comments with validations
close
Validanguage version 0.9.5
validanguage.js = 38k
validanguage_uncompressed.js = 91k
validanguage.el.formId.disabled now disables validation on an entire form
Added internal smartCommaSplit() method to properly handle embedded commas in functions
Scope and arguments are preserved in handlers such as onblur="someFunction( param1, param2)"
New methods for validateDate() and validateTimestamp()
Bug Fix: regex="regex_here" now works correctly in Comment API
close
Validanguage version 0.9.0
validanguage.js = 24k
validanguage_uncompressed.js = 53k
Initial release of validanguage source code.
Changelog will display here for future versions.
close
Validanguage version 0.9.1
validanguage.js = 24k
validanguage_uncompressed.js = 53k
Bug fix: required="true" now works for password fields.
close
Validanguage version 0.9.2
validanguage.js = 24k
validanguage_uncompressed.js = 53k
Bug Fix: required="true" now works for textareas
close
Validanguage version 0.9.3
validanguage.js = 31k
validanguage_uncompressed.js = 68k
Added support for transformations
Removed onsubmitsuccess in preference to "onsubmit transformations"
Tweaked event handler assignments in both APIs
Added default onerror/onsuccess handlers to replace alerts
Added ontyping event handler
Fixed comment API in konqueror
Allowed multiple validanguage tags per comment
Refactored some internal stuff
Disabled form fields are now not validated
close
Validanguage version 0.9.4
validanguage.js = 35k
validanguage_uncompressed.js = 82k
Added validateForm()
Added showSubmitMessage()
Added ability to manually fail a form field
Added showFailedFields option to showError()
Added field attribute to validanguage.el
Added validanguage.settings.onload
Added addValidation() and removeValidation()
Bug Fix: onsubmit transformations now called in form's scope
Bug Fix: forms submitted via Enter key are now validated
close
CakePHP Validanguage Helper
This helper file for
CakePHP enables
validanguage validation rules to be generated automatically from
Cake 1.2 model validation rules.
close