Bug Tracker

Show
Ignore:
Timestamp:
04/24/08 16:57:51 (7 months ago)
Author:
scott.gonzalez
Message:

Validate: Partial fix for #2674: Fixed url and email validation to not use trimmed values

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/validate/changelog.txt

    r5251 r5305  
    1010* Fixed #2473, ignoring all rules with an explicit parameter of boolean-false, eg. required:false is the same as not specifying required at all (it was handled as required:true so far) 
    1111* Fixed #2424, with a modified patch from #2473: Methods returning a dependency-mismatch don't stop other rules from being evaluated anymore; still, success isn't applied for optional fields 
     12* Fixed url and email validation to not use trimmed values 
    1213 
    13141.2.1