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/Component/DependencyInjection/Compiler
Christian Flothmann 22f6091bc7 Merge branch '3.4'
* 3.4: (83 commits)
  add missing version attribute
  Show exception is checked twice in ExceptionController of twig
  allow SSI fragments configuration in XML files
  Display a better error message when the toolbar cannot be displayed
  [SecurityBundle] Add user impersonation info and exit action to the profiler
  render hidden _method field in form_rest()
  Add Doctrine Cache to dev dependencies to fix failing unit tests.
  return fallback locales whenever possible
  Fix Predis client cluster with pipeline
  [Dotenv] Test load() with multiple paths
  [Console] Fix catching exception type in QuestionHelper
  Improved the exception page when there is no message
  [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
  [Profiler][Validator] Add a validator panel in profiler
  [Validator] replace hardcoded service id
  [Routing] Fix XmlFileLoader exception message
  Remove duplicate changelog entries
  [DI] Dedup tags when using instanceof/autoconfigure
  [Translation] Fix FileLoader::loadResource() php doc
  [Serializer] Fix workaround min php version
  ...
2017-06-24 14:58:08 +02:00
..
AbstractRecursivePass.php [DI] Track changes at the "Definition" level 2017-04-10 18:14:17 +02:00
AnalyzeServiceReferencesPass.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
AutoAliasServicePass.php Add an auto_alias compiler pass 2015-02-12 18:47:12 +01:00
AutowireExceptionPass.php [DI] Deal with inlined non-shared services 2017-06-01 08:31:18 +02:00
AutowirePass.php Merge branch '3.4' 2017-06-02 20:47:32 +02:00
CheckArgumentsValidityPass.php [DependencyInjection] Add a new pass to check arguments validity 2017-02-13 10:03:44 +01:00
CheckCircularReferencesPass.php fixed CS 2017-01-21 08:52:33 -08:00
CheckDefinitionValidityPass.php [DependencyInjection] Throw helpful error when shortcutting global classes 2017-03-26 23:09:16 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DependencyInjection] Remove useless implements 2017-01-31 13:10:56 +01:00
CheckReferenceValidityPass.php [DependencyInjection] Remove useless implements 2017-01-31 13:10:56 +01:00
Compiler.php [DI] Uncomment code 2017-06-21 11:27:03 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
DecoratorServicePass.php [DependencyInjection] remove deprecated autowiring_types feature 2017-05-22 11:28:45 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
FactoryReturnTypePass.php CS Fixes 2017-05-22 11:03:40 +02:00
InlineServiceDefinitionsPass.php [DI] Deal with inlined non-shared services 2017-06-01 08:31:18 +02:00
LoggingFormatter.php [DI] Enhance logging in compiler passes 2017-01-29 19:31:47 +01:00
MergeExtensionConfigurationPass.php [DI] Auto register extension configuration classes as a resource 2016-12-29 09:41:04 +00:00
PassConfig.php Merge branch '3.4' 2017-06-24 14:58:08 +02:00
PriorityTaggedServiceTrait.php [DI] Make tagged abstract services throw earlier 2017-04-13 15:45:25 +02:00
RegisterServiceSubscribersPass.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
RemoveAbstractDefinitionsPass.php CS fixes 2017-04-11 17:15:30 +02:00
RemovePrivateAliasesPass.php CS fixes 2017-04-11 17:15:30 +02:00
RemoveUnusedDefinitionsPass.php CS fixes 2017-04-11 17:15:30 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php Minor cleanups and improvements 2016-09-06 09:06:41 -07:00
ReplaceAliasByActualDefinitionPass.php Merge branch '3.2' 2017-02-14 17:35:24 +01:00
ResolveClassPass.php [DI] Populate class of ChildDefinition when its id matches an existing FQCN 2017-04-10 18:46:19 +02:00
ResolveDefinitionTemplatesPass.php [DependencyInjection] remove deprecated autowiring_types feature 2017-05-22 11:28:45 +02:00
ResolveFactoryClassPass.php [DependencyInjection] Use current class as default class for factory declarations 2017-01-24 00:01:39 +01:00
ResolveInstanceofConditionalsPass.php [DI] Dedup tags when using instanceof/autoconfigure 2017-06-17 21:02:43 +02:00
ResolveInvalidReferencesPass.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ResolveNamedArgumentsPass.php Fixing bug where indexed args were set wrong in pass in some situations 2017-05-09 05:53:08 -04:00
ResolveParameterPlaceHoldersPass.php [DI] Reference instead of inline for array-params 2017-06-13 13:14:06 +02:00
ResolveReferencesToAliasesPass.php [DI] Track changes at the "Definition" level 2017-04-10 18:14:17 +02:00
ResolveServiceSubscribersPass.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
ServiceLocatorTagPass.php [BC BREAK][DI] Always autowire "by id" instead of using reflection against all existing services 2017-04-05 23:48:42 +02:00
ServiceReferenceGraph.php [DI] Uncomment code 2017-06-21 11:27:03 +02:00
ServiceReferenceGraphEdge.php [DependencyInjection] Implement lazy collection type using generators 2017-01-05 21:34:37 +01:00
ServiceReferenceGraphNode.php Merge branch '2.3' into 2.7 2016-04-14 17:17:41 +02:00