[root]/grails/test/web/org/codehaus/groovy/grails/web/pages
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 7 (100.0%) | 156 (100.0%) | 22.2 |
| Graeme Rocher | 5 (71.4%) | 132 (84.6%) | 26.4 |
| brownj | 1 (14.3%) | 23 (14.7%) | 23.0 |
| marcpalmer | 1 (14.3%) | 1 (0.6%) | 1.0 |
changed Grails to load views directly from grails-app/views, to support this refactored scaffolding to render views from in-memory GSPs instead of generating views statically
40 lines of code changed in:
refactored GSP engine to support Spring Resource API
1 lines of code changed in:
fix for GRAILS-499 and multiple other issues related to using per instance meta classes (such as unit test mocking)
0 lines of code changed in:
added testEncodeAsHtmlMethod
23 lines of code changed in:
Warning now logged for non-static constraints properties. Minor code fixes in MockApplicationContext GRAILS-325, GRAILS-322, GRAILS-323
1 lines of code changed in:
change from daiji that allows nesting of tag library method calls. Also added his unit test contributions. Issues GRAILS-271 and GRAILS-280
91 lines of code changed in: