[root]/groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons
metaclass
(0 files, 0 lines)
spring
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
changed to retrieve class by name to fix reloading bug
10 lines of code changed in:
updated to use resource holder to retrieve class name when reloading and removed redundant constant (which is now in GrailsResourceHolder)
9 lines of code changed in:
changed to use non-JDK 1.5 method as it was breaking 1.4 compile
1 lines of code changed in:
added configuration of relationships between classes configured with hibernate so that generation of scaffolded views that contain relationships work with hibernate mapped domain classes
30 lines of code changed in:
fixed bug where scaffolders were not properly initialised following a domain class reload
0 lines of code changed in:
added method to convert string to property name, change class method to delegate to the new one
16 lines of code changed in:
moved ResourceLoader out of DefaultGrailsApplication into a public class so the resourcces can be updated when new classes are added
4 lines of code changed in:
changed checks for isDomainClass to be to the grails application itself so that hibernate mapped domain classes can be checked
18 lines of code changed in:
added method to retrieve short name of a class without package prefix
50 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
205 lines of code changed in:
added methods to retrieve the natural name of a property, and allow the ownining class to be specified in a one-to-one relationship with the "belongTo" property
158 lines of code changed in:
added methods to check whether a taglib contains a specific tag
62 lines of code changed in:
updated so that if there is an action with the name "index" it is the default action
13 lines of code changed in:
new methods to retrieve the tag lib for a specified tag and to get the controller which is scaffolding the specified domain class
53 lines of code changed in:
added methods to get the natural name and property name representation of the class name
369 lines of code changed in:
allowed scaffolding of a specific domain class by a grail controller
23 lines of code changed in:
changed to be an injectible grails class so dependencies can be injected into taglibs in necessary
2 lines of code changed in:
added methods to allow adding of new grails class types at runtime
254 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
10 lines of code changed in:
(69 more)