Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Fabien Potencier 5c8a2fb48d [Routing] fixed route overriden mechanism when using embedded collections (closes #2139) 13 gadi atpakaļ
  Jordi Boggiano 418d6a0ead [Routing] Fix syntax error when dumping routes with single quotes in the requirements or pattern 14 gadi atpakaļ
  Fabien Potencier 46a93c376c [Routing] optimized PHP dumper when the parent prefix is the same for several adjacent collections (avoids the same test to be made) 14 gadi atpakaļ
  Fabien Potencier 1438f6be04 [Routing] added some unit tests for latest merge (and fixed a bug ;)) 14 gadi atpakaļ
  Fabien Potencier c72537da6b [Routing] fixed route matching when the prefix contains variables 14 gadi atpakaļ
  Fabien Potencier 544b6ca6aa Revert "fixed tests" 14 gadi atpakaļ
  Fabien Potencier 7dc3af6036 fixed tests 14 gadi atpakaļ
  Fabien Potencier f9ffdf5b33 [Routing] added proper support for the HEAD method 14 gadi atpakaļ
  Fabien Potencier fe9ef5c68b [Routing] fixed deep nested route collections (closes #770) 14 gadi atpakaļ
  Fabien Potencier 117321d3c6 replaced array for request context in Routing by a RequestContext class 14 gadi atpakaļ
  Fabien Potencier 07aae98495 [Routing] added support for _scheme requirement 14 gadi atpakaļ
  Fabien Potencier e3679ef44f [Routing] decoupled Routing from FrameworkBundle 14 gadi atpakaļ
  Fabien Potencier 7c0a39c353 [Routing] optimized the output of the PHP matcher dumper 14 gadi atpakaļ
  Aurelijus 38318f8f80 removes unwanted characters from goto name 14 gadi atpakaļ
  Kris Wallsmith b2f5ac8beb [Routing] refactored URL matching to support 405 Method Not Allowed responses 14 gadi atpakaļ
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 gadi atpakaļ
  Jordi Boggiano 2ed0b975f1 [Routing] Added tests for PhpMatcherDumper changes 14 gadi atpakaļ
  Fabien Potencier b63de46374 [Routing] moved from :var to {var} 14 gadi atpakaļ
  Benjamin Lévêque 8a472b7d98 [Routing] Fix PhpMatcherDump when url contains a . or a - 14 gadi atpakaļ
  Victor Berchet 5e94807668 Speed up url matching for route without variable 14 gadi atpakaļ
  Ryan Weaver 739ebf92f5 [Routing] Changing the _method route requirement to be a regular expression so that it's consistent with all other requirements. 14 gadi atpakaļ
  Ryan Weaver 1e9e1b346d [Routing] Adding tests for the ApacheMatcherDumper, PhpMatcherDumper and UrlMatcher. 14 gadi atpakaļ