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 b63de46374 [Routing] moved from :var to {var}
This follows the "URI template" notation:

http://code.google.com/p/uri-templates/
http://tools.ietf.org/html/draft-gregorio-uritemplate-04

You need to change all your route definitions from something like:

    /article/:id

to something like:

    /article/{id}
2011-01-11 19:13:16 +01:00
..
Annotation Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Generator [Routing] added . as a valid character in route names 2010-12-12 08:53:49 +01:00
Loader [Routing] added creation of a file resource in annotations loader 2010-12-22 11:19:05 +01:00
Matcher [Routing] Fix PhpMatcherDump when url contains a . or a - 2010-12-22 11:14:49 +01:00
Resource Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
CompiledRoute.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Route.php [Routing] added missing Route::setRequirement() 2010-11-30 14:00:36 +01:00
RouteCollection.php [Routing] added . as a valid character in route names 2010-12-12 08:53:18 +01:00
RouteCompiler.php [Routing] moved from :var to {var} 2011-01-11 19:13:16 +01:00
RouteCompilerInterface.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
Router.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00
RouterInterface.php Removed all those spaces after @author that were bothering me so… 2010-10-18 16:55:41 +02:00