- Oct 01, 2012
-
-
-
-
-
-
-
-
In order to make default placeholders work, we had to modify the fit and path outline routines to ignore them. That also necessitated switching back to the original outline/ancestors logic from Drupal 7, which with a very slight tweak to the masks and '/'-prefix on paths still works just as it should.
-
Make use of the compiled regex when filtering routes by path, to account for default values and regex filters on placeholders.
-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-