Changeset 3044

Show
Ignore:
Timestamp:
10/16/08 18:02:16 (3 months ago)
Author:
david
Message:

release notes, refs #785

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/RELEASE_NOTES

    r3022 r3044  
    7171Validation 
    7272---------- 
     73A new API for accessing information about the result of a validation run is available through AgaviValidationManager::getReport(). It is more consistent and capable of the previous APIs which have been deprecated. This change also fixes some problems where the validation system could not reliably tell input from different sources apart. 
     74 
    7375Validators are not handed a "method" parameter anymore with the request method they should run for. This was extremely redundant since the validators weren't even registered if the request method was "wrong". For manual registering, registerReadValidators(), registerWriteValidators() etc are always used in actions anyway, so no problem here, either. As a result, AgaviValidator::validatesInMethod() is gone, too. 
    7476