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
Fabien Potencier aba96c7cae Merge branch '2.1'
* 2.1:
  [Console] Fix style escaping parsing
  [Console] Make style formatter matching less greedy to avoid having to escape when not needed
  [Bundle] [FrameworkBundle] fixed indentation in esi.xml services file.
  [Component] [Security] fixed PSR-2 coding violation in ClassUtilsTest class.
  [Form] Fixed EntityChoiceList when loading objects with negative integer IDs
  [TwigBundle] There is no CSS visibility of display, should be visible instead
  [Form] corrected source node for a Danish translation
  [DependencyInjection] fixed a bug where the strict flag on references were lost (closes #6607)
  [HttpFoundation] Check if required shell functions for `FileBinaryMimeTypeGuesser` are not disabled
  [CssSelector] added css selector with empty string
  [HttpFoundation] Docblock for Request::isXmlHttpRequest() now points to Wikipedia
  [DependencyInjection] refactored code to avoid logic duplication
  [Form] Deleted references in FormBuilder::getFormConfig() to improve performance
  [HttpFoundation] Update docblock for non-working method

Conflicts:
	src/Symfony/Bundle/TwigBundle/Resources/views/Exception/trace.html.twig
	src/Symfony/Bundle/TwigBundle/Resources/views/Exception/traces.html.twig
2013-01-08 19:17:41 +01:00
..
AnalyzeServiceReferencesPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
CheckCircularReferencesPass.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
CheckDefinitionValidityPass.php updated license blocks 2012-03-31 18:00:32 -03:00
CheckExceptionOnInvalidReferenceBehaviorPass.php updated license blocks 2012-03-31 18:00:32 -03:00
CheckReferenceValidityPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
Compiler.php [DependencyInjection] tagged the public @api 2011-07-20 10:50:27 +02:00
CompilerPassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
InlineServiceDefinitionsPass.php merged 2.0 2012-09-17 22:41:57 +02:00
LoggingFormatter.php fixed CS 2012-07-09 14:54:20 +02:00
MergeExtensionConfigurationPass.php [DependencyInjection] removed hard dependency on the Config component 2012-12-28 11:06:10 +01:00
PassConfig.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
PrependExtensionInterface.php make it possible for bundles extensions to prepend settings into the application configuration of any Bundle 2012-12-07 10:45:48 +01:00
RemoveAbstractDefinitionsPass.php updated license blocks 2012-03-31 18:00:32 -03:00
RemovePrivateAliasesPass.php fixed CS 2011-06-08 12:16:48 +02:00
RemoveUnusedDefinitionsPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ReplaceAliasByActualDefinitionPass.php Fixed the phpdoc in the DependencyInjection component 2012-09-08 00:56:45 +02:00
ResolveDefinitionTemplatesPass.php merged 2.0 2012-09-17 22:41:57 +02:00
ResolveInvalidReferencesPass.php Merge branch '2.1' 2013-01-08 19:17:41 +01:00
ResolveParameterPlaceHoldersPass.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
ResolveReferencesToAliasesPass.php [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
ServiceReferenceGraph.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ServiceReferenceGraphEdge.php fixed CS 2012-05-18 19:42:42 +02:00
ServiceReferenceGraphNode.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00