Directory grails/test/groovy/org/codehaus/groovy/grails/web/mappings/

Directory Created:
2007-03-01 09:43
Total Files:
4
Deleted Files:
0
Lines of Code:
455

Browse with ViewVC

[root]/grails/test/groovy/org/codehaus/groovy/grails/web/mappings

                                        directory in repo filter (1 files, 88 lines)

Lines of Code

grails/test/groovy/org/codehaus/groovy/grails/web/mappings/ Lines of Code

Developers

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

Most Recent Commits

nebolsin 2007-04-06 22:45

fix for GRAILS-1029

31 lines of code changed in:

Graeme Rocher 2007-03-20 14:56

Implemented reverse mapping from URL mappings to links in tag libraries

148 lines of code changed in:

Graeme Rocher 2007-03-14 11:55

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:

Graeme Rocher 2007-03-13 15:51

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:

Graeme Rocher 2007-03-08 10:31

URL mapping now implemented, just need some command line scripts to create *UrlMapping.groovy files

22 lines of code changed in:

Graeme Rocher 2007-03-07 18:04

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:

Graeme Rocher 2007-03-05 17:56

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:

Graeme Rocher 2007-03-01 09:43

first cut of URL mapping interfaces and start of implementation

67 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT