- Oct 01, 2012
-
-
-
-
-
-
Port the regex path matching from Symfony to our CompiledRoute class so that we can match placeholder-using paths.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Run LegacyUrlMatcher through ChainMatcher. That necessitates making ChainMatcher temporarily context-aware.
-
-
-
-
-
-
-
-
-
-
-
-
Fix documentation to clarify that a FinalMatcher returns attributes, not a Route or RouteCollection.
-
-
-
-
The PathMatcher matches against the database table structure generated by the MatcherDumper. As of this commit the lookup is not yet implemented. It's still in testing.
-
-