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
Fabien Potencier 481a0149cb Merge branch '2.7'
* 2.7: (23 commits)
  [FrameworkBundle] Removed the use of TableHelper
  Spanish translation for the ```checkDNS``` option introduced in #12956.
  use Table instead of the deprecated TableHelper
  [2.3] fix failing test
  Fixes more deprecation notices as per @stof review.
  Fixed some deprecations according to @stof feedbacks.
  Normalizes deprecation notice messages.
  [Validator] fixes UuidValidator deprecated class namespace.
  [Form] adds more deprecation notices.
  [Validator] adds more deprecation notices.
  [Form] Adds a way to trigger deprecation notice on demand for VirtualFormAwareIterator class.
  Fixes more deprecation notices.
  Normalized @deprecated annotations.
  Removed deprecation notices from test files.
  Fixes deprecation notices.
  Reverted trigger_error() function calls on deprecated interfaces to prevent breaking third party projects implementing them.
  Adds deprecation notices for structures to be removed in 3.0.
  fixed typo
  Escape annotations in comments, refs #13089.
  [2.3] missing cleanup for legacy test
  ...

Conflicts:
	.travis.yml
	src/Symfony/Bridge/Monolog/Logger.php
	src/Symfony/Bridge/Swiftmailer/DataCollector/MessageDataCollector.php
	src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php
	src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php
	src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
	src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
	src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
	src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php
	src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_public.txt
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_services.txt
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/builder_1_tag1.txt
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/parameters_1.txt
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.txt
	src/Symfony/Bundle/FrameworkBundle/composer.json
	src/Symfony/Component/Config/Definition/ReferenceDumper.php
	src/Symfony/Component/Console/Helper/DialogHelper.php
	src/Symfony/Component/Console/Helper/ProgressHelper.php
	src/Symfony/Component/Console/Helper/TableHelper.php
	src/Symfony/Component/Form/Deprecated/FormEvents.php
	src/Symfony/Component/Form/Extension/HttpFoundation/EventListener/BindRequestListener.php
	src/Symfony/Component/Form/FormEvents.php
	src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
	src/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/HttpKernel/KernelInterface.php
	src/Symfony/Component/OptionsResolver/Tests/LegacyOptionsTest.php
	src/Symfony/Component/Process/Process.php
	src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
	src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
	src/Symfony/Component/Yaml/Yaml.php
2015-01-06 11:39:25 +01:00
..
BrowserKit [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
ClassLoader Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Config Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
Console Merge branch '2.7' 2015-01-06 11:39:25 +01:00
CssSelector Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Debug Merge branch '2.7' 2015-01-06 11:39:25 +01:00
DependencyInjection Merge branch '2.7' 2015-01-06 11:39:25 +01:00
DomCrawler [2.3] Remove useless tests skips 2015-01-03 14:14:51 +01:00
EventDispatcher Merge branch '2.7' 2015-01-06 11:39:25 +01:00
ExpressionLanguage Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Filesystem Merge branch '2.7' 2015-01-04 11:51:22 +01:00
Finder Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Form Merge branch '2.7' 2015-01-06 11:39:25 +01:00
HttpFoundation Merge branch '2.7' 2015-01-06 11:39:25 +01:00
HttpKernel Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Intl Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Locale Merge branch '2.7' 2015-01-06 11:39:25 +01:00
OptionsResolver Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Process Merge branch '2.7' 2015-01-06 11:39:25 +01:00
PropertyAccess Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Routing Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Security Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Serializer Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Stopwatch Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Templating Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Translation Merge branch '2.7' 2015-01-06 11:39:25 +01:00
Validator Merge branch '2.7' 2015-01-06 11:39:25 +01:00
VarDumper Merge branch '2.7' 2015-01-03 09:04:30 +01:00
Yaml Merge branch '2.7' 2015-01-06 11:39:25 +01:00