[root]/grails/test/groovy/org/codehaus/groovy/grails/web/mappings
filter
(1 files, 88 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 503 (100.0%) | 45.7 |
| Graeme Rocher | 10 (90.9%) | 472 (93.8%) | 47.2 |
| nebolsin | 1 (9.1%) | 31 (6.2%) | 31.0 |
fix for GRAILS-1029
31 lines of code changed in:
Implemented reverse mapping from URL mappings to links in tag libraries
148 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:
URL Matching is less aggressive, implemented support for dynamic setting of action name and controller name based on request params
72 lines of code changed in:
URL mapping now implemented, just need some command line scripts to create *UrlMapping.groovy files
22 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 :-)
73 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
60 lines of code changed in:
first cut of URL mapping interfaces and start of implementation
67 lines of code changed in: