[root]/branches/validation/wact/controller

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| norbertmocsnik | 20 (100.0%) | 142 (100.0%) | 7.1 |
Added default collector ID to WactValidator.
Renamed some methods for better naming.
Merged validate() and isValid() in WactController to decrease the complexity of the API.
Extracted validation API method map for refactoring purposes.
5 lines of code changed in 1 file:
Added fluid interface to WactCompoundParameter::addParameter().
1 lines of code changed in 1 file:
Extracted WactValidator out of WactController.
29 lines of code changed in 1 file:
Simplified and fixed the WactException-based WactValidationError handling.
3 lines of code changed in 1 file:
Renamed WactParameter::attachRule() to addRule().
Added some thoughts in the documentation.
1 lines of code changed in 1 file:
Renamed methods to further emphasize controller/view separation and in order to simplify the API.
Added missing WactParameter::getRules() function for WactControllerDebugger to work.
25 lines of code changed in 2 files:
Added default error list option to WactController.
15 lines of code changed in 1 file:
Experimenting with a new $serverId based approach for validation error reporting.
Removed WactErrorListTag and WactErrorListView and simply using <wact:list> instead.
Fixed WactMemberRules boolean return value.
40 lines of code changed in 2 files:
Re-enabled validation to be initiated by the developer.
Added new rules to the form example.
Updated WactMemberRule.
Added some thoughts regarding the implementation.
23 lines of code changed in 2 files:
Created a temporary feature branch for implementing parameter validation.
0 lines of code changed in 8 files: