Changeset 4587 for trunk/plugins/validate/changelog.txt
- Timestamp:
- 02/01/08 23:30:06 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/changelog.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/changelog.txt
r4571 r4587 2 2 ----- 3 3 4 * Bundled delegeate plugin with validate plugin - its always required anyway 5 * Added jQuery.validator.autoCreateRanges property, defaults to false, enable to convert min/max to range and minlength/maxlength to rangelength; this basically fixes the issue introduced by automatically creating ranges in 1.2 6 * Fixed optional-methods to not highlight anything at all if the field is blank, that is, don't trigger success 4 7 * Allow false/null for highlight/unhighlight options instead of forcing a do-nothing-callback even when nothing needs to be highlighted 5 8 * Fixed validate() call with no elements selected, returning undefined instead of throwing an error … … 8 11 * Improved remote validation to include parts from the ajaxQueue plugin for proper synchronization (no additional plugin necessary) 9 12 * Modified email and url validation to require domain label and top label 13 * Fixed url and email validation to require TLD (actually to require domain label); 1.2 version (TLD is optional) is moved to additionals as url2 and email2 14 * Fixed dynamic-totals demo in IE6/7 and improved templating, using textarea to store multiline template and string interpolation 10 15 11 16 1.2
