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 eee117285a Merge branch '2.6' into 2.7
* 2.6:
  Configure firewall's kernel exception listener with configured entry point or a default entry point
  PSR-2 fixes
  [DependencyInjection] make paths relative to __DIR__ in the generated container
  [FrameworkBundle][Router Cmd] use debug namespace.
  [FrameworkBundle] Update deprecated service call
  Removed a dev annotation from a version constraint
  Fixed the syntax of a composer.json file
  Fixed the symfony/config version constraint
  Tweaked the password-compat version constraint
  Docblock fixes
  [Filesystem] fix lock file permissions
  Remove dialog usage
  define constant only if it wasn't defined before
  Fix incorrect spanish translation
  Fixed typos
  Fixed a docblock
  bumped Symfony version to 2.6.1
  updated VERSION for 2.6.0
  updated CHANGELOG for 2.6.0
  removed unneeded check

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2014-12-02 21:19:50 +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 [Hackday] [2.7] Add a deprecation note about Debug component classes 2014-11-29 16:32:40 +01:00
FlattenException.php [Hackday] [2.7] Add a deprecation note about Debug component classes 2014-11-29 16:32:40 +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 Docblock fixes 2014-11-30 13:33:44 +00:00
ServiceUnavailableHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
TooManyRequestsHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00
UnauthorizedHttpException.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
UnprocessableEntityHttpException.php made types consistent with those defined in Hack 2014-04-16 10:09:01 +02:00
UnsupportedMediaTypeHttpException.php Docblock fixes 2014-11-30 13:33:44 +00:00