This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Routing
Fabien Potencier dec43f5539 merged 2.0
2011-10-29 12:01:39 +02:00
..
Annotation [Routing] added missing @Annotation tag 2011-06-30 20:37:03 +02:00
Exception [Routing] added missing public @api 2011-06-14 15:40:43 +02:00
Generator [Routing] changed UrlGeneratorInterface::generate() signature to allow passing objects instead of arrays 2011-07-26 08:00:41 +02:00
Loader [Routing] added the possibility to define default values and requirements for placeholders in prefix 2011-10-23 11:57:55 +02:00
Matcher merged 2.0 2011-10-29 12:01:39 +02:00
CompiledRoute.php [Routing] moved protected to private 2011-03-23 19:25:56 +01:00
composer.json updated composer.json for 2.1 2011-09-29 17:40:43 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
RequestContext.php moved some logic from HttpKernel to Routing (make it reusable) 2011-10-10 13:07:36 +02:00
RequestContextAwareInterface.php moved configuration of the default HTTP and HTTPS ports from RouterListener to RequestContext 2011-10-10 13:24:45 +02:00
Route.php [Routing] fixed side-effect in the PHP matcher dumper 2011-10-24 11:41:08 +02:00
RouteCollection.php merged 2.0 2011-10-26 14:29:19 +02:00
RouteCompiler.php Added PCRE_DOTALL modifier to RouteCompiler to allow urlencoded linefeed in route parameters. 2011-09-23 16:53:06 +02:00
RouteCompilerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Router.php Revert "expanded namespaces within phpdoc (special for PhpStorm)" 2011-08-13 19:27:36 +02:00
RouterInterface.php added RouterInterface::getRouteCollection() 2011-09-30 07:48:34 +02:00