From e4bb2c708d63ad8b69444d732d3df1c84e25c084 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 24 Dec 2014 07:54:29 +0100 Subject: [PATCH 1/4] [TwigBundle] added missing absolute URL in Twig exceptions --- .../Resources/views/Exception/exception_full.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig index 1920b6008b..f97c60b9e4 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception_full.html.twig @@ -1,7 +1,7 @@ {% extends 'TwigBundle::layout.html.twig' %} {% block head %} - + {% endblock %} {% block title %} From 7d02e4838b268a2e037b69697dc53c0fdb916f85 Mon Sep 17 00:00:00 2001 From: SofHad Date: Tue, 23 Dec 2014 21:22:44 +0100 Subject: [PATCH 2/4] [VarDumper] Minor fix for the uniformity --- .../Resources/views/Profiler/dump.html.twig | 48 +++++++++++-------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig b/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig index 71f0082725..5ba9af9fe7 100644 --- a/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig +++ b/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig @@ -69,28 +69,34 @@ } - + {% else %} +

+ No dumped variable +

+ {% endif %} {% endblock %} From 6872e5128986300711026f44b55b7d1534e30990 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 24 Dec 2014 12:34:57 +0100 Subject: [PATCH 3/4] [2.5] silence deprecation notices in new components --- src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist | 4 ++++ src/Symfony/Component/Security/Acl/phpunit.xml.dist | 4 ++++ src/Symfony/Component/Security/Core/phpunit.xml.dist | 4 ++++ src/Symfony/Component/Security/Csrf/phpunit.xml.dist | 4 ++++ src/Symfony/Component/Security/Http/phpunit.xml.dist | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist b/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist index 41d9128824..5ca1faf39b 100644 --- a/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist +++ b/src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist @@ -11,6 +11,10 @@ syntaxCheck="false" bootstrap="vendor/autoload.php" > + + + + ./Tests/ diff --git a/src/Symfony/Component/Security/Acl/phpunit.xml.dist b/src/Symfony/Component/Security/Acl/phpunit.xml.dist index 65209485df..50d0448bef 100644 --- a/src/Symfony/Component/Security/Acl/phpunit.xml.dist +++ b/src/Symfony/Component/Security/Acl/phpunit.xml.dist @@ -11,6 +11,10 @@ syntaxCheck="false" bootstrap="vendor/autoload.php" > + + + + ./Tests/ diff --git a/src/Symfony/Component/Security/Core/phpunit.xml.dist b/src/Symfony/Component/Security/Core/phpunit.xml.dist index f085b7255b..7bdf5cbb3a 100644 --- a/src/Symfony/Component/Security/Core/phpunit.xml.dist +++ b/src/Symfony/Component/Security/Core/phpunit.xml.dist @@ -11,6 +11,10 @@ syntaxCheck="false" bootstrap="vendor/autoload.php" > + + + + ./Tests/ diff --git a/src/Symfony/Component/Security/Csrf/phpunit.xml.dist b/src/Symfony/Component/Security/Csrf/phpunit.xml.dist index 0718c768c5..0606071ed3 100644 --- a/src/Symfony/Component/Security/Csrf/phpunit.xml.dist +++ b/src/Symfony/Component/Security/Csrf/phpunit.xml.dist @@ -11,6 +11,10 @@ syntaxCheck="false" bootstrap="vendor/autoload.php" > + + + + ./Tests/ diff --git a/src/Symfony/Component/Security/Http/phpunit.xml.dist b/src/Symfony/Component/Security/Http/phpunit.xml.dist index a735efdb19..a15283940d 100644 --- a/src/Symfony/Component/Security/Http/phpunit.xml.dist +++ b/src/Symfony/Component/Security/Http/phpunit.xml.dist @@ -11,6 +11,10 @@ syntaxCheck="false" bootstrap="vendor/autoload.php" > + + + + ./Tests/ From b0a156fc1139fc079089280954aa3db1fa7dfa34 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 24 Dec 2014 12:36:27 +0100 Subject: [PATCH 4/4] [2.6] silence deprecation notices in new components --- src/Symfony/Bundle/DebugBundle/phpunit.xml.dist | 5 ++++- src/Symfony/Bundle/FrameworkBundle/composer.json | 2 +- src/Symfony/Component/VarDumper/phpunit.xml.dist | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist b/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist index f33d475b29..38f40e7efb 100644 --- a/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist +++ b/src/Symfony/Bundle/DebugBundle/phpunit.xml.dist @@ -6,7 +6,10 @@ colors="true" bootstrap="vendor/autoload.php" > - + + + + ./Tests/ diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index a0a0c381bd..b2f16f4fed 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.3", - "symfony/dependency-injection" : "~2.5,>=2.5.3", + "symfony/dependency-injection" : "~2.6,>=2.6.2", "symfony/config" : "~2.4", "symfony/event-dispatcher": "~2.5", "symfony/http-foundation": "~2.4,>=2.4.9", diff --git a/src/Symfony/Component/VarDumper/phpunit.xml.dist b/src/Symfony/Component/VarDumper/phpunit.xml.dist index a75c8fc69c..82ebfbad92 100644 --- a/src/Symfony/Component/VarDumper/phpunit.xml.dist +++ b/src/Symfony/Component/VarDumper/phpunit.xml.dist @@ -6,7 +6,10 @@ colors="true" bootstrap="vendor/autoload.php" > - + + + + ./Tests/