[root]/grails/src/web/org/codehaus/groovy/grails/web/mapping
exceptions
(1 files, 38 lines)
filter
(1 files, 144 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 43 (100.0%) | 1526 (100.0%) | 35.4 |
| Graeme Rocher | 39 (90.7%) | 1513 (99.1%) | 38.7 |
| nebolsin | 2 (4.7%) | 13 (0.9%) | 6.5 |
| brownj | 2 (4.7%) | 0 (0.0%) | 0.0 |
fix for GRAILS-1029
1 lines of code changed in:
fix for GRAILS-1029
12 lines of code changed in:
Implemented reverse mapping from URL mappings to links in tag libraries
224 lines of code changed in:
Improvements to DRYness of URL mappings, added creation of UrlMappings class to create-app. From 0.5 URL Mappings are now required for Grails to function correctly
30 lines of code changed in:
added code to look-up an ExpandoMetaClass and ensure that it is one, falling back to creating one if not supplied by the registry
2 lines of code changed in:
URL Matching is less aggressive, implemented support for dynamic setting of action name and controller name based on request params
97 lines of code changed in:
URL mapping now implemented, just need some command line scripts to create *UrlMapping.groovy files
8 lines of code changed in:
various updates to javadoc comments
19 lines of code changed in:
Implemented the UrlMappingEvaluator which parses Groovy scripts into the UrlMapping data model. Then implemented the infrastructure code such as the UrlMappingHolder and factory bean which a new UrlMappingsFilter uses to match URIs and forward (using an include) to the given URI. Custom URL mapping almost working :-)
415 lines of code changed in:
trivial update to remove unused import statements and reduce warnings in IDE
0 lines of code changed in:
Implemented a number parsing of Grails URL mapping format into regex, and ordered by comparator of UrlMapping instances based on number of tokens, and concrete vs wildcard precedence rules
365 lines of code changed in:
first cut of URL mapping interfaces and start of implementation
353 lines of code changed in: