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/tests/Symfony/Tests/Component
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
..
BrowserKit renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Console [Console] added rendering previous exceptions 2011-01-11 14:52:32 +01:00
CssSelector Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
DependencyInjection [DependencyInjection] made some improvments to the container compiler 2011-01-09 19:58:51 +01:00
DomCrawler fix PHPUnit assertType deprecation warnings 2011-01-03 07:44:30 +01:00
EventDispatcher made some method name changes to have a better coherence throughout the framework 2010-11-25 17:30:06 +01:00
Finder [Finder] Fixed tests on windows 2010-11-18 06:59:05 +01:00
Form [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
HttpFoundation Fixed FileTest::testRename to work for windows file system. 2011-01-07 15:36:05 +01:00
HttpKernel [HttpFoundation] fixed Request::create() when using HTTPS and getUri()/getPathForUri() when script name should be removed. 2010-12-12 14:08:35 +01:00
Routing [Routing] moved from :var to {var} 2011-01-11 19:13:16 +01:00
Security Fixed Security tests failing when D2 is not present 2011-01-07 14:30:52 +01:00
Templating made PHP renderer optional in Templating 2011-01-07 15:29:56 +01:00
Translation [Translation] Added CsvFileLoader to support csv translation resources. 2011-01-08 15:24:01 +01:00
Validator [Validator] Implemented @Ip constraint 2011-01-03 22:07:15 +01:00
Yaml Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00