[root]/groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/metaclass
removing the outdated grails module from the repository
0 lines of code changed in:
- added new "count" and "exists" persistent methods
- removed flushing from save and delete, this is now performed by the servlet filter
3 lines of code changed in:
added file upload support to grails
3 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
15 lines of code changed in:
moved link tag into grails taglib, fixed JSP body tag invoking problem, added more utility methods to GrailsRequestAttributes, changed controllers and taglibs to use non-weak implementations of GenericDynamicProperty as they are created per request etc.
3 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
5 lines of code changed in:
Implemented a databinder that can create dates from a number of fields that define the year,month,minute etc.
8 lines of code changed in:
Updated properties dynamic property to use spring binder to do type conversion
21 lines of code changed in:
Updated finder methods to be more like those found within groovy.. find not returns the first result found, findAll returns a list of all results found etc.
3 lines of code changed in:
added constraints property as a domain class property
3 lines of code changed in:
refactored and moved into more generic package as it contains a mix of persitent and non persistent dynamic methodsd now
16 lines of code changed in:
added import
1 lines of code changed in:
Added a generic wrapper for any dynamic property
0 lines of code changed in:
fixed null pointer bug with default behaviour of the after interceptor call
3 lines of code changed in:
new getter to retrieve property name
11 lines of code changed in:
Refactored AbstractDynamicMethods class into an interface
2 lines of code changed in:
Added a method to lookup a dynamic property by name
43 lines of code changed in:
Changed to return a BeanMap if the getter is accessed
15 lines of code changed in:
Added new dynamic property that lets you set the properties on a domain class dynamically from a map of OGNL expressions
6 lines of code changed in:
Added getting/setting of properties to delegating meta class
25 lines of code changed in:
(9 more)