[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/metaclass
removing the outdated grails module from the repository
0 lines of code changed in:
made method arguments public
11 lines of code changed in:
updated to have grails application as an dynamic property
7 lines of code changed in:
fixed bug in redirect method that was not setting the actual uri when using a string buffer
1 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
273 lines of code changed in:
deprecated "rico" method as the "render" method now covers this functionality
1 lines of code changed in:
added:
- the ability to render templates from a controller directly against a collection, model or bean
- ability to specify different builder types to use when the argument is a closure
- Improved text rendering options
124 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
3 lines of code changed in:
added file upload support to grails
14 lines of code changed in:
Update to grails session handling as there were some mistakes in the way the session was being retrieved/interpreted
17 lines of code changed in:
Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes
2 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
12 lines of code changed in:
added initial support for REST-like uris
5 lines of code changed in:
fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.
20 lines of code changed in:
added support for creating dynamic tab libraries in Grails
8 lines of code changed in:
initial support for Groovy Server Pages added, forked from original GSP project and added necessary hooks into Grails
2 lines of code changed in:
fixed compile error referencing incorrect constant
1 lines of code changed in:
added support for rendering views using the dynamic render method
95 lines of code changed in:
added "bindData" dynamic method for doing type conversion on abituary target objects
11 lines of code changed in:
fixed bug where invoke method was called with an object instead of an object[]
4 lines of code changed in:
(20 more)