Bug Tracker

Show
Ignore:
Timestamp:
04/28/08 13:29:08 (6 months ago)
Author:
joern.zaefferer
Message:

validation plugin: Fixed creditcard validation to accept only digits and dashes ("asdf" is not a valid creditcard number), fix for #2694

Files:
1 modified

Legend:

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

    r5305 r5340  
    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 
    1212* Fixed url and email validation to not use trimmed values 
     13* Fixed creditcard validation to accept only digits and dashes ("asdf" is not a valid creditcard number) 
    1314 
    14151.2.1