Historique des commits

Auteur SHA1 Message Date
  Fabien Potencier fe9ef5c68b [Routing] fixed deep nested route collections (closes #770) il y a 14 ans
  Fabien Potencier 27d02a7d4a [Routing] fixed regression (/ should not be matched by /{foo} when foo has no default value) il y a 14 ans
  Fabien Potencier 035afc1f4e [Routing] fixed regression in Routing matching algorithm il y a 14 ans
  Fabien Potencier 7c95bda751 [Routing] simplified route compiler il y a 14 ans
  Fabien Potencier f7d44148df [Routing] removed unused defaults variable il y a 14 ans
  Fabien Potencier 0dbfa18c46 [Routing] made a small optimization to the route dumper il y a 14 ans
  Fabien Potencier 117321d3c6 replaced array for request context in Routing by a RequestContext class il y a 14 ans
  Fabien Potencier e3679ef44f [Routing] decoupled Routing from FrameworkBundle il y a 14 ans
  Fabien Potencier 7c0a39c353 [Routing] optimized the output of the PHP matcher dumper il y a 14 ans
  Aurelijus 38318f8f80 removes unwanted characters from goto name il y a 14 ans
  Kris Wallsmith b2f5ac8beb [Routing] refactored URL matching to support 405 Method Not Allowed responses il y a 14 ans
  Fabien Potencier 17ef911f19 [Routing] removed the normalizeUrl() method and renamed url to pathinfo as this is more correct il y a 14 ans
  Jordi Boggiano 2ed0b975f1 [Routing] Added tests for PhpMatcherDumper changes il y a 14 ans
  Benjamin Lévêque 8a472b7d98 [Routing] Fix PhpMatcherDump when url contains a . or a - il y a 14 ans
  Victor Berchet 5e94807668 Speed up url matching for route without variable il y a 14 ans
  Ryan Weaver 739ebf92f5 [Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements. il y a 14 ans
  Ryan Weaver 1e9e1b346d [Routing] Adding tests for the ApacheMatcherDumper, PhpMatcherDumper and UrlMatcher. il y a 14 ans