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/Bundle/FrameworkBundle/Command
Fabien Potencier 0d7593c636 Merge branch '2.1' into 2.2
* 2.1:
  sub-requests are now created with the same class as their parent
  [FrameworkBundle] removed BC break
  [FrameworkBundle] changed temp kernel name in cache:clear
  [DoctrineBridge] Avoids blob values to be logged by doctrine
  [Security] use current request attributes to generate redirect url?
  [Validator] fix showing wrong max file size for upload errors
  [TwigBridge] removed double var initialization (refs #7344)
  [2.1][TwigBridge] Fixes Issue #7342 in TwigBridge
  [FrameworkBundle] fixed cahe:clear command's warmup
  [TwigBridge] now enter/leave scope on Twig_Node_Module
  [TwigBridge] fixed fixed scope & trans_default_domain node visitor
  [TwigBridge] fixed non probant tests & added new one
  [BrowserKit] added ability to ignored malformed set-cookie header
  [Translation] removed wriong 'use'
  [Translation] added xliff loader/dumper with resname support
  [TwigBridge] fixes

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/HttpKernel.php
	src/Symfony/Component/Security/Http/HttpUtils.php
	src/Symfony/Component/Translation/Loader/XliffFileLoader.php
	src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php
2013-03-15 11:14:31 +01:00
..
AssetsInstallCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
CacheClearCommand.php Merge branch '2.1' into 2.2 2013-03-15 11:14:31 +01:00
CacheWarmupCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
ConfigDumpReferenceCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
ContainerAwareCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
ContainerDebugCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
RouterApacheDumperCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
RouterDebugCommand.php [FrameworkBundle] fix router debug command 2013-03-08 13:29:09 +01:00
RouterMatchCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
ServerRunCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
TranslationUpdateCommand.php [FramworkBundle] removed unused property of trans update command 2013-03-07 14:40:19 +01:00