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/Config/Definition
Nicolas Grekas 111bdc5294 Merge branch '2.8'
* 2.8:
  Added the right revision date for status code registry
  [Config] Fix enum default value in Yaml dumper
  fixed typo.
  [Translation][File dumper] allow get file content without writing in file.
  Finnish translation fix
  [CssSelector] Optimize regexs matching simple selectors
  Fix the phpdoc in the CssSelector TranslatorInterface
  [Console] Add clock mock to fix transient test on HHVM
  [DomCrawler] Optimize the regex used to find namespace prefixes
  [VarDumper] Add EnumStub for dumping virtual collections with casters
  [Finder] Deprecate adapters and related classes
  [EventDispatcher] skip one lazy loading call
  [EventDispatcher] fix memory leak in a getListeners
  [WebProfilerBundle] added btn-link.
  Remove duplication of the handling of regex filters in the Finder
  Default to stderr for console helpers (only merge if #15794 gets merged)

Conflicts:
	src/Symfony/Component/Console/Tests/Helper/LegacyProgressHelperTest.php
	src/Symfony/Component/EventDispatcher/EventDispatcher.php
	src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
	src/Symfony/Component/VarDumper/Tests/HtmlDumperTest.php
2015-09-22 16:11:08 +02:00
..
Builder [3.0] Various deprecation removal 2015-09-03 21:46:43 +02:00
Dumper Merge branch '2.7' into 2.8 2015-09-22 15:49:41 +02:00
Exception Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
ArrayNode.php Unpack nested array instead of using temp var 2015-08-11 23:01:37 +02:00
BaseNode.php Merge branch '2.3' into 2.6 2015-06-18 14:58:06 +02:00
BooleanNode.php Merge branch '2.3' into 2.7 2015-08-01 11:05:17 +02:00
ConfigurationInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
EnumNode.php Allow to define Enum nodes with 1 single element 2015-08-03 10:27:53 +02:00
FloatNode.php [Config] Allow extra hint in exception message 2014-09-25 20:11:47 +02:00
IntegerNode.php [Config] Allow extra hint in exception message 2014-09-25 20:11:47 +02:00
NodeInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
NumericNode.php [Config] type specific check for emptiness 2015-07-15 19:51:32 +02:00
Processor.php [DIC] Better handling of enableable configurations 2013-01-28 18:21:49 +01:00
PrototypedArrayNode.php Merge branch '2.3' into 2.6 2015-06-18 14:58:06 +02:00
PrototypeNodeInterface.php fixed CS 2012-07-09 14:54:20 +02:00
ScalarNode.php Merge branch '2.3' into 2.7 2015-08-01 11:05:17 +02:00
VariableNode.php Merge branch '2.3' into 2.7 2015-08-01 11:05:17 +02:00