[root]/groovy/modules/grails/src/scaffolding/org/codehaus/groovy/grails/scaffolding
exceptions
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
added support for scaffolding views for one-to-many and many-to-one relationships
40 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.
25 lines of code changed in:
fixed problem where errors and form data was being lost when a validation error occured during updating (ie following the edit view)
5 lines of code changed in:
- updated view generation to use submits and action dispatching
- added processing for inList constraint
31 lines of code changed in:
added index action to scaffolder so that the default action redirects to the list action
27 lines of code changed in:
added ability to generate views for a domain class written in java and mapped with hibernate
14 lines of code changed in:
changed method calls to match those in generated controller
18 lines of code changed in:
fixed bug in edit action of generated controller that was leaving out reference the domain class instance in returned model eg. [ recipe : ]
1 lines of code changed in:
updated to use implementation from GrailsClassUtils
12 lines of code changed in:
updated to use short name of the class in generated views so you don't see the whole package when scaffolding
6 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
42 lines of code changed in:
corrected CSS class of edit dialog
1 lines of code changed in:
implemented a template generator for generating views and controllers for scaffolding
11 lines of code changed in:
added file upload support to grails
2 lines of code changed in:
a factory class for creating grails scaffolding templates from the servet context
0 lines of code changed in:
Implemented a databinder that can create dates from a number of fields that define the year,month,minute etc.
140 lines of code changed in:
initial scaffolding implementation
192 lines of code changed in: