[root]/core/viewhelper/form/validators

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 56 (100.0%) | 1043 (100.0%) | 18.6 |
- move /viewhelper to /view/helper
0 lines of code changed in 13 files:
- this is called premature optimization, isn't it?
2 lines of code changed in 1 file:
- added tests for formelement validators
97 lines of code changed in 7 files:
- fugbixed pyto
2 lines of code changed in 1 file:
- added getValidationHint()
- changed messages to a gettext friendly versions (sprintf)
302 lines of code changed in 10 files:
- comparison operator fixed on maxlength (removed equal sign)
10 lines of code changed in 4 files:
- added validators for maxvalue and minvalue
10 lines of code changed in 2 files:
- added getter and setter for $options on formelementvalidator base class
- replaced $options array with $this->getOptions() accordingly in url and ip validator
- added comments to ip validators
- tixed fypos in validator range.php
19 lines of code changed in 5 files:
- added formvalidators for ip, email, url
- modified range to not use the min/maxlength validators internally, but filter_validate_int
185 lines of code changed in 4 files:
- changed visibility of processValidationLogic() to protected, as defined in the abstract base class
- added range validator
92 lines of code changed in 4 files:
- added validator minlength
- updated comments
103 lines of code changed in 2 files:
- added form validation, formelement validation and several validators
- fixed unit-test for validateForm accordingly
221 lines of code changed in 3 files: