[root]/groovy/modules/grails/src/war/WEB-INF
internal
(0 files, 0 lines)
render
(0 files, 0 lines)
spring
(0 files, 0 lines)
tld
(0 files, 0 lines)
2.3
(0 files, 0 lines)
2.4
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
deprecated support for gvtags as we now have GSP
0 lines of code changed in:
added resource holder to parent application context
6 lines of code changed in:
Refactored the GSP code out of the servlet and into a more re-usable GroovysPagesTemplateEngine class that is modelled on the existing groovy TemplateEngine stuff. Also fixed various bugs relating to the GSP parser and grails custom tags
8 lines of code changed in:
Implemented filter that copies across resources so that views, resources etc can at least be reloaded
35 lines of code changed in:
initial support for Groovy Server Pages added, forked from original GSP project and added necessary hooks into Grails
38 lines of code changed in:
changed name of template files to have file extension at the end so they can still be edited in an appropriate editor
2 lines of code changed in:
added grails tag library and first tag (the link tag) so we can make a start on the tab library
10 lines of code changed in:
Added url mapping for page flows
25 lines of code changed in:
Update so that the web.xml is now generated from a groovy template thus allowing us to shorten Grails URLs. The app/* is no longer needed in the url and if you configure a Grails app as the root webapp you can now potentially achieve REST like URLS (eg. /book/list )
10 lines of code changed in:
added GvTags taglib to web.xml
8 lines of code changed in:
added UTF-8 parser to sitemesh config
2 lines of code changed in:
added Spring hibernate open session in view filter
20 lines of code changed in:
added sitemesh servlet filter
20 lines of code changed in:
added sitemesh config for GrailsLayoutDecoratorMapper
0 lines of code changed in:
removed classpath: prefix as it didn't work in jetty
2 lines of code changed in:
Load groovy files from classpath instead of file system.
1 lines of code changed in:
Improved persistent method call mechanism +
implemented test cases +
implemented groovy file ordered loading to avoid ClassCastException +
add oders sample
5 lines of code changed in:
Added Log4J configuration.
28 lines of code changed in:
Load groovy files from WEB-INF/classes.
1 lines of code changed in:
(6 more)