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/HttpKernel/Exception
Fabien Potencier d7870a2b5d Merge branch '2.6' into 2.7
* 2.6: (46 commits)
  fixxed order of usage
  [2.7] [Form] Replaced calls to array_search() by in_array() where is no need to get the index
  [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
  [Validator] fix DOS-style line endings
  Drop useless execution bit
  bumped Symfony version to 2.6.5
  [Serializer] update changelog
  updated VERSION for 2.6.4
  updated CHANGELOG for 2.6.4
  bumped Symfony version to 2.5.11
  [HttpKernel] Added use of provided by #12022 method to instantiate controller class in bundle's controller resolver
  updated VERSION for 2.5.10
  updated CHANGELOG for 2.5.10
  [Validator] Add a Russian translation for invalid charset message
  [2.3] [Validator] spanish translation for invalid charset message
  ...

Conflicts:
	src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php
	src/Symfony/Component/HttpKernel/Exception/FatalErrorException.php
	src/Symfony/Component/HttpKernel/Exception/FlattenException.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
	src/Symfony/Component/Validator/Resources/translations/validators.de.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.en.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.es.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf
	src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf
2015-02-05 07:58:17 +01:00
..
AccessDeniedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
BadRequestHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
ConflictHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
FatalErrorException.php Merge branch '2.6' into 2.7 2015-02-05 07:58:17 +01:00
FlattenException.php Merge branch '2.6' into 2.7 2015-02-05 07:58:17 +01:00
GoneHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
HttpException.php [HttpKernel] fixed typo 2011-03-25 07:19:02 +01:00
HttpExceptionInterface.php Docblock fixes 2014-11-30 13:33:44 +00:00
LengthRequiredHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
MethodNotAllowedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
NotAcceptableHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
NotFoundHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
PreconditionFailedHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
PreconditionRequiredHttpException.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
ServiceUnavailableHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
TooManyRequestsHttpException.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
UnauthorizedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
UnprocessableEntityHttpException.php CS fixes 2014-12-04 20:26:11 +00:00
UnsupportedMediaTypeHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00