[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/servlet/mvc
exceptions
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
added detection of the action from a request parameter if you want to decide on the action to redirect from a form submit for example
34 lines of code changed in:
- changed the prefix for grails tags from <gr: to <g:
- added supported for having multiple tag libraries automatically imported upon use
3 lines of code changed in:
reworked model response handling to return a CompositeMap of the controller bean and chain model if no explicity model is specified
35 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
21 lines of code changed in:
added a property that sets whether a view should be rendered by the controller or not.. this allows methods that write to the response to opt out of delegating to a view
7 lines of code changed in:
added constants for beans related to this class in the application context
7 lines of code changed in:
changed to read in fresh application context for each request just in case it has changed following a reload
8 lines of code changed in:
Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes
11 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.
11 lines of code changed in:
added initial support for REST-like uris
264 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
122 lines of code changed in:
refactored request attribute names into a common class
3 lines of code changed in:
added support for creating dynamic tab libraries in Grails
16 lines of code changed in:
initial support for Groovy Server Pages added, forked from original GSP project and added necessary hooks into Grails
3 lines of code changed in:
added support for rendering views using the dynamic render method
13 lines of code changed in:
Updated to return the controller as the model if no explicit model is returned
1 lines of code changed in:
Updated to return the controller as the model if no explicit model is returned
10 lines of code changed in:
Added prototype support to spring config utils to fix controller auto-wiring
1 lines of code changed in:
fixed default action mapping
5 lines of code changed in:
(20 more)