Changeset 3044
- Timestamp:
- 10/16/08 18:02:16 (3 months ago)
- Files:
-
- 1 modified
-
branches/1.0/RELEASE_NOTES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/RELEASE_NOTES
r3022 r3044 71 71 Validation 72 72 ---------- 73 A 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 73 75 Validators 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. 74 76

