[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/servlet
filter
(0 files, 0 lines)
mvc
(0 files, 0 lines)
exceptions
(0 files, 0 lines)
view
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
fixed bug where scaffolders were not properly initialised following a domain class reload
7 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
28 lines of code changed in:
removed method to retrieve generic tag lib as there are now multiple
5 lines of code changed in:
updated GSP engine to use grails class loader instance
1 lines of code changed in:
updated javadoc comments on flash scope
5 lines of code changed in:
Implemented concept of flash scope, refactored redirect and chain methods to use true http redirection with the chain method using flash scope to maintain the chain from request to request
28 lines of code changed in:
moved configuration of domain class methods outside of Configuration class and into session factory bean thus allowing configuration of domain class methods on a session factory that is wrapped in a Proxy which was causing a bug where the OpenSessionInViewFIilter failed to work.
89 lines of code changed in:
added method to retrieve a template uri for the current controller and updated to create new GSP template engine if one doesn't already exist
33 lines of code changed in:
centralised grails application loading in dispatcher servlet
4 lines of code changed in:
Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes
1 lines of code changed in:
Updated so it is now possibly to invoke tags defined in a Grails tag library as a method from a scriptlet etc. This means we no longer require helpers
2 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.
14 lines of code changed in:
added initial support for REST-like uris
28 lines of code changed in:
Updated so that the JSP invokeTag tag now works with iteratives tags too
13 lines of code changed in:
added GSP engine to request attributes interface
14 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
13 lines of code changed in:
refactored request attribute names into a common class
4 lines of code changed in:
updated to retrieve request attributes instead of parameters
65 lines of code changed in:
added another getWriter method for retrieving writer with just the content type set
10 lines of code changed in:
(14 more)