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/DebugBundle
Fabien Potencier 5c0b5ea821 Merge branch '2.7'
* 2.7: (61 commits)
  fixxed order of usage
  [2.7] [Form] Replaced calls to array_search() by in_array() where is no need to get the index
  removed the last deprecation notice
  [Serializer] Silent deprecation notice
  removed deprecation notice
  [PropertyAccess] Show property path in all exception messages
  added deprecation notice for HttpCache::createEsi()
  added missing deprecation notice when using the form_enctype function
  [Process] Make test AbstractProcessTest::testStartAfterATimeout useful again
  removed non-sense example
  Fixes small typo.
  [Validator] Remove unnecessary include in tests
  [HttpFoundation] minor: clarify Request::getUrlencodedPrefix() regex
  fixed typo
  [Serializer] Use Serializer's LogicException when applicable
  [Serializer] Use autoloader for annotations in tests
  [Validator] fix DOS-style line endings
  Drop useless execution bit
  bumped Symfony version to 2.6.5
  [Serializer] update changelog
  ...

Conflicts:
	CHANGELOG-2.3.md
	CHANGELOG-2.5.md
	CHANGELOG-2.6.md
	src/Symfony/Bridge/Twig/Node/FormEnctypeNode.php
	src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php
	src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php
2015-02-05 07:59:50 +01:00
..
DependencyInjection [VarDumper] increase debug.max_items to 2500 2014-12-31 14:56:49 +01:00
Resources [VarDumper] fix handling of non-UTF8 strings 2015-02-01 17:12:20 +01:00
Tests/DependencyInjection fix link format handling with disabled templating 2014-12-16 20:07:50 +01:00
.gitignore [DebugBundle] global dump() function for daily use 2014-09-23 16:25:57 +02:00
composer.json bumped min PHP version to 5.3.9 2015-01-09 07:51:41 +01:00
DebugBundle.php [DebugBundle] enable the DumpDataCollectorPass 2014-12-17 21:23:23 +01:00
phpunit.xml.dist [2.6] silence deprecation notices in new components 2014-12-24 22:28:06 +01:00