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
Nicolas Grekas 8cf0613ead Merge branch '2.6' into 2.7
* 2.6:
  [Routing][DependencyInjection] Support .yaml extension in YAML loaders
  [DX] improve file loader error for router/other resources in bundle
  [FrameworkBundle] Initialize translator with the default locale.
  [FrameworkBundle] Fix Routing\DelegatingLoader resiliency to fatal errors
  [2.6][Translation] remove duplicate code for loading catalogue.
  [HttpKernel] Cleanup ExceptionListener
  CS fixes
  [DependencyInjection] Show better error when the Yaml component is not installed
  [2.3] SCA for Components - reference mismatches
  [Debug] Scream as LogLevel::DEBUG (but for fatal errors / uncaught exceptions)
  [2.3] Static Code Analysis for Components
  [WebProfilerBundle] Fix resiliency to exceptions thrown by the url generator
  [Translation] LoggingTranslator simplifications
  [Translation][fixed test] refresh cache when resources are no longer fresh.
  [FrameworkBundle] Fixed server:start --router relative path issue #14124
  [FrameworkBundle] improve usage of Table helper
  [Validator] Added missing Simplified Chinese (zh_CN) translations
  [FrameworkBundle] Workaround php -S ignoring auto_prepend_file

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php
	src/Symfony/Component/Console/Helper/Table.php
	src/Symfony/Component/Translation/LoggingTranslator.php
2015-04-18 17:11:06 +02:00
..
AbstractConfigCommand.php [FrameworkBundle] improve usage of Table helper 2015-04-13 17:21:02 +02:00
AssetsInstallCommand.php Merge branch '2.5' into 2.6 2015-01-06 18:50:02 +01:00
CacheClearCommand.php Merge branch '2.3' into 2.5 2015-01-06 18:40:45 +01:00
CacheWarmupCommand.php clean up commands from framework bundle 2014-03-12 23:58:17 -05:00
ConfigDebugCommand.php Merge branch '2.6' into 2.7 2015-03-24 18:00:58 +01:00
ConfigDumpReferenceCommand.php Made help information consistent 2015-01-04 10:52:37 +01:00
ContainerAwareCommand.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ContainerDebugCommand.php Merge branch '2.6' into 2.7 2015-03-24 18:00:58 +01:00
EventDispatcherDebugCommand.php Displays friendly message if the event does not have any registered listeners 2015-03-26 13:59:20 +01:00
RouterApacheDumperCommand.php Merge branch '2.6' into 2.7 2015-01-06 18:50:09 +01:00
RouterDebugCommand.php [2.7] Added deprecated in debug command 2015-01-16 22:25:19 +01:00
RouterMatchCommand.php Merge branch '2.5' into 2.6 2015-01-06 18:50:02 +01:00
ServerCommand.php [FrameworkBundle] improve server commands feedback 2014-10-18 21:00:49 +02:00
ServerRunCommand.php [FrameworkBundle] added a test router for the buil-in web server 2014-12-29 12:17:32 +01:00
ServerStartCommand.php Merge branch '2.6' into 2.7 2015-04-18 17:11:06 +02:00
ServerStatusCommand.php [FrameworkBundle] Added link on server:* commands 2014-09-22 15:27:18 +02:00
ServerStopCommand.php Made CLI help consistent 2015-01-04 11:02:10 +01:00
TranslationDebugCommand.php Merge branch '2.6' into 2.7 2015-04-18 17:11:06 +02:00
TranslationUpdateCommand.php [FrameworkBundle] Enable translation debugging in directories 2015-04-06 17:04:12 +02:00
YamlLintCommand.php [FrameworkBundle] Move lint commands to lint namespace. 2015-04-02 15:30:12 +01:00