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 5c74f11b52 Merge branch '3.4'
* 3.4:
  Ensure DeprecationErrorHandler::collectDeprecations() is triggered
  Config: mark builder property deprecated
  fix CachePoolPrunerPass to use correct command service id
  [TwigBridge] Re-add Bootstrap 3 Checkbox Layout
  [FrameworkBundle] Allow to disable assets via framework:assets xml configuration
  fixed $_ENV/$_SERVER precedence in test framework
  [HttpFoundation] Fix FileBag issue with associative arrays
  [DI] Throw when a service name or an alias contains dynamic values (prevent an infinite loop)
  [HttpFoundation] Fix caching of session-enabled pages
  [Guard] remove invalid deprecation notice
  fix the phpdoc that is not really inherited from response
  Minor docblock cleanup
  Remove redundant sprintf arguments.
2017-10-28 18:54:10 +02:00
..
AddAnnotationsCachedReaderPass.php [FrameworkBundle] Wire ArrayCache for annotation reader at bootstrap 2017-02-07 17:17:32 +01:00
AddDebugLogProcessorPass.php [Bridge\Monolog][FrameworkBundle] Add & wire a DebugProcessor 2016-11-05 10:30:35 +01:00
AddExpressionLanguageProvidersPass.php [DI] Make tagged abstract services throw earlier 2017-04-13 15:45:25 +02:00
CacheCollectorPass.php [FrameworkBundle] Fix FC with 4.0 having autowiring types removed 2017-06-02 00:03:58 +02:00
CachePoolClearerPass.php [FrameworkBundle] Fix Di config to allow for more private services 2017-09-05 18:47:43 +02:00
CachePoolPass.php [FrameworkBundle] Don't clear app pools on cache:clear 2017-09-30 20:17:55 +02:00
CachePoolPrunerPass.php fix CachePoolPrunerPass to use correct command service id 2017-10-27 16:39:37 -04:00
ContainerBuilderDebugDumpPass.php Show private aliases in debug:container 2017-04-21 00:49:45 +02:00
DataCollectorTranslatorPass.php resolve parameters in definition classes 2017-02-20 09:01:13 +01:00
LoggingTranslatorPass.php [FrameworkBundle] Wire inner translator 2017-07-04 09:33:15 +02:00
ProfilerPass.php [DI] Make tagged abstract services throw earlier 2017-04-13 15:45:25 +02:00
TemplatingPass.php [FrameworkBundle] Fix Di config to allow for more private services 2017-09-05 18:47:43 +02:00
UnusedTagsPass.php [FrameworkBundle] Fix Di config to allow for more private services 2017-09-05 18:47:43 +02:00
WorkflowGuardListenerPass.php [Workflow] Added tests for the is_valid() guard expression 2017-10-06 10:14:03 +02:00