[root]/groovy/modules/grails/src/commons/org/codehaus/groovy/grails/validation
exceptions
(0 files, 0 lines)
metaclass
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
fixed various problems with the validation logic related to size ranges etc.
10 lines of code changed in:
changed to load default error messages from user customisable file defaultErrorMessages.properties
1 lines of code changed in:
fixed silly bug in method argument validation logic
2 lines of code changed in:
added class name to message codes to avoid property name conflicst
6 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
281 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
6 lines of code changed in:
added new validation to check if a string is a valid credit card number
166 lines of code changed in:
Improved error codes for validation error messages
64 lines of code changed in:
added null checks for size and length constraints
28 lines of code changed in:
Added support for applying simple constraints related to the view
76 lines of code changed in:
moved setting of "invalid" suffix out of base class and into subclasses as it is not always appropriate for every constraint
26 lines of code changed in:
Implemented a constraint property and constraints builder that creates constraints from a closure to support validation
33 lines of code changed in: