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/DependencyInjection/Compiler
Nicolas Grekas 6a0b617c3d Merge branch '2.7'
* 2.7: (60 commits)
  [Translation][Profiler] fixed Collect empty Messages.
  [VarDumper] Towards PHP7 support
  Fix currently broken tests
  [Form][choice] added choice_translation_domain to avoid trans options.
  [Translation][Profiler]  added the number of times a translation has been used.
  [DoctrineBridge] Removed useless code
  [Debug] Updated CHANGELOG
  [Debug] Use symfony_debug_backtrace() in FatalErrorException when available
  [Debug] Add debug extension to the test suite
  [Debug] Add symfony_debug_backtrace() that works with fatal errors
  [Form] Updated CHANGELOG and UPGRADE files
  [HttpKernel] Embed the original exception as previous to bounced exceptions
  Added feedback about the current symfony version
  Deprecated precision option in favor of scale
  [Enhancement] netbeans - force interactive shell when limited detection
  Automatically start server:run if server:start failed
  Tweaked some console command styles
  [FrameworkBundle] fixes displaying of deprecation notices.
  make date formats and number formats configurable
  Revert "Added missing changelog entry"
  ...

Conflicts:
	CHANGELOG-2.3.md
	CHANGELOG-2.6.md
	src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php
	src/Symfony/Bridge/Twig/composer.json
	src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml
	src/Symfony/Bundle/FrameworkBundle/composer.json
	src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
	src/Symfony/Bundle/TwigBundle/Extension/ActionsExtension.php
	src/Symfony/Bundle/TwigBundle/Extension/AssetsExtension.php
	src/Symfony/Component/Debug/CHANGELOG.md
	src/Symfony/Component/Debug/ErrorHandler.php
	src/Symfony/Component/Form/CHANGELOG.md
	src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
	src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php
2015-04-05 10:20:29 +02:00
..
AddCacheClearerPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AddCacheWarmerPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AddConsoleCommandPass.php [FrameworkBundle] Adds the possibility to register Commands via the DIC 2013-10-04 16:09:28 +02:00
AddConstraintValidatorsPass.php fixed CS 2011-06-08 12:16:48 +02:00
AddExpressionLanguageProvidersPass.php [FrameworkBundle] fixed #12847 AddExpressionLanguageProviderPass 2015-01-08 17:54:25 +00:00
AddValidatorInitializersPass.php [FrameworkBundle] Implemented configuration to select the desired Validator API 2014-03-30 18:31:00 +02:00
CompilerDebugDumpPass.php Use Filesystem::chmod instead of chmod when dumping file 2014-03-31 12:15:50 +02:00
ContainerBuilderDebugDumpPass.php [FrameworkBundle] update debug commands references 2014-12-17 21:15:32 +01:00
FormPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FragmentRendererPass.php lazy-load fragment renderers 2015-01-12 16:31:01 +01:00
LoggingTranslatorPass.php FIX #13919 added TranslationsCacheWarmer to generate catalogues at warmup 2015-03-31 14:07:52 +02:00
ProfilerPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
RoutingResolverPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SerializerPass.php fixed CS 2013-07-01 14:24:43 +02:00
TemplatingPass.php removed unused use statements 2011-10-29 11:56:30 +02:00
TranslationDumperPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
TranslationExtractorPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
TranslatorPass.php updated license blocks 2012-03-31 18:00:32 -03:00