[root]/groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring
removing the outdated grails module from the repository
0 lines of code changed in:
implement a grails scaffold domain that uses the dynamic methods rather than hibernate template to avoid duplicating code, fixed problem with create scaffolded request etc.
1 lines of code changed in:
changed to use classpath: prefix to look up hibernate config so it works with grails test-app too
1 lines of code changed in:
- added support for hibernate annotations for java 5
- implemented initial support for scaffolding domain classes written in java and mapped with hibernate (view scaffolding not done yet)
- added support for domain classes written in java to integrate with grails' validation mechanism
21 lines of code changed in:
allowed scaffolding of a specific domain class by a grail controller
9 lines of code changed in:
fixed spelling mistake in class name
2 lines of code changed in:
integrated fix that prevented class reloading working in unix
9 lines of code changed in:
added file upload support to grails
7 lines of code changed in:
A class that holds references to grails resources (ie .groovy files) to check if they need reloading
0 lines of code changed in:
updated SpringConfig to use AOP hot swappable target sources to support reloading of grails classes
105 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
1 lines of code changed in:
added support for creating dynamic tab libraries in Grails
19 lines of code changed in:
initial support for Groovy Server Pages added, forked from original GSP project and added necessary hooks into Grails
6 lines of code changed in:
changed path to views to reflect changes in deployment directory structure
9 lines of code changed in:
moved configuration of grails dynamic persistent methods into hibernate configuration class so that it can be used standalone and integrated into other apps without dependency on the rest of grails
2 lines of code changed in:
Updated to look for resource bundles on the classpath. The only way I could get the message source populated it seems
3 lines of code changed in:
configured i18n support in spring
31 lines of code changed in:
Renamed ddlAuto property to dbCreate
8 lines of code changed in:
Added prototype support to spring config utils to fix controller auto-wiring
21 lines of code changed in:
Added options to configure Grails ddl auto generate settings on the data source
11 lines of code changed in:
(24 more)