[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages
removing the outdated grails module from the repository
0 lines of code changed in:
updated following change to TagLibDynamicMethods contructor
1 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
83 lines of code changed in:
updated to catch MPE and return null when a property is not available in the binding, this is more in line with the way modern view technologies work by gracefully ignoring no existant properties and using the Groovy Truth when they evaluate to null. A message is written to the log when a property is not found.
22 lines of code changed in:
updated GSP engine to use grails class loader instance
15 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
3 lines of code changed in:
Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes
15 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
7 lines of code changed in:
added support for having lists and maps as attribute values in GSPs
2 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
204 lines of code changed in:
added the first few groovy syntax tags, refactored the tag parsing code from the initial niave implementation to use regex patterns
60 lines of code changed in:
added GSP engine to request attributes interface
55 lines of code changed in:
refactored request attribute names into a common class
13 lines of code changed in:
added support for creating dynamic tab libraries in Grails
175 lines of code changed in:
refactored to use a Map instead of a context object
5 lines of code changed in:
added parent directory to class name of GSP to avoid naming conflicts
17 lines of code changed in:
refactored parsing engine to use a PrintWriter instance instead of a string buffer so that we get platform independant line breaks and the ability to track line numbers for displaying errors
85 lines of code changed in:
changed variable resolution to be more similar to JSP expressions
9 lines of code changed in:
Renamed scaffold tag to renderInput and made it work in both JSP and GSP
35 lines of code changed in:
updated to register shared template engine in the servlet context
9 lines of code changed in:
(8 more)