[root]/grails/src/web/org/codehaus/groovy/grails/web/pages
exceptions
(1 files, 36 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 129 (100.0%) | 4504 (100.0%) | 34.9 |
| Graeme Rocher | 120 (93.0%) | 4356 (96.7%) | 36.3 |
| brownj | 7 (5.4%) | 147 (3.3%) | 21.0 |
| jrudolph | 1 (0.8%) | 1 (0.0%) | 1.0 |
| marcpalmer | 1 (0.8%) | 0 (0.0%) | 0.0 |
trivial update to remove unused import statements and reduce warnings in IDE
0 lines of code changed in:
fixed bug with getting view name in longer URIs in scaffolding
9 lines of code changed in:
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
131 lines of code changed in:
fixed calculation of page name and the showSource=true parameter in GSP
124 lines of code changed in:
refactored GSP engine to support Spring Resource API
694 lines of code changed in:
fixed logic that establishes whether the init from request
3 lines of code changed in:
wrapped fallback session in GrailsHttpSession
3 lines of code changed in:
changed to catch exception and hence avoid infinite loop scenario when MC hasn't been reloaded correctly
24 lines of code changed in:
fix for GRAILS-726
6 lines of code changed in:
fix for GRAILS-610
4 lines of code changed in:
Stopped GSPs trimming whitespace on attribute values, which prevented blank or padded values passing to taglibs. GSP-600
0 lines of code changed in:
fix for GRAILS-592,GRAILS-539,GRAILS-544,GRAILS-47
6 lines of code changed in:
changed to clone closure of tag lib for additional thread safety
2 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)
124 lines of code changed in:
start filling in some impl for dynamic encodeAs method support
112 lines of code changed in:
fix for GRAILS-304
42 lines of code changed in:
GRAILS-424
don't depend on MissingPropertyException
35 lines of code changed in:
fixed error with response writer code calculating the total content length. fix for GRAILS-223
21 lines of code changed in:
fix for GRAILS-360
3 lines of code changed in:
GRAILS-365 - Modified exception handling to route to error.gsp instead of error.jsp
1 lines of code changed in:
(44 more)