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/FrameworkBundle
Bernhard Schussek c48ae250ac Merge branch '2.4' into 2.5
* 2.4:
  [Form] Removed constructor argument from FormTypeHttpFoundationExtension for forward compatibility with 2.5
  [Validator] Simplified testing of violations
  remove obsolete test file
  [FrameworkBundle] output failed matched path for clarification
  bug #10242 Missing checkPreAuth from RememberMeAuthenticationProvider
  [Validator] Fixed StaticMethodLoaderTest to actually test something
  [Form] Fixed ValidatorTypeGuesser to guess properties without constraints not to be required
  Use request format from request in twig ExceptionController
  fixed bug
  added the possibility to return null from SimplePreAuthenticationListener
  [Form] Moved POST_MAX_SIZE validation from FormValidator to request handler
  [Form] Add a form error if post_max_size has been reached.
  Response::isNotModified returns true when If-Modified-Since is later than Last-Modified
  [WebProfilerBundle] turbolinks compatibility

Conflicts:
	src/Symfony/Component/Form/Extension/Core/Type/FormType.php
	src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php
	src/Symfony/Component/Form/Extension/Validator/Util/ServerParams.php
	src/Symfony/Component/Security/Core/Tests/Authentication/Provider/RememberMeAuthenticationProviderTest.php
	src/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php
2014-09-25 11:52:29 +02:00
..
CacheWarmer Merge branch '2.4' 2014-04-16 12:36:21 +02:00
Command Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
Console Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
Controller Merge branch '2.4' 2014-04-18 22:40:13 +02:00
DataCollector moved the request data collector to HttpKernel 2012-07-18 10:39:53 +02:00
DependencyInjection check for the Validator if forms are enabled 2014-09-22 18:53:46 +02:00
EventListener fixed CS 2014-09-22 10:32:35 +02:00
Fragment [HttpKernel] added escaping for hx:include tag attributes 2013-03-29 05:29:22 +01:00
HttpCache made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
Resources Merge branch '2.3' into 2.4 2014-09-25 11:38:53 +02:00
Routing Merge branch '2.3' into 2.4 2014-09-22 10:51:05 +02:00
Templating Merge branch '2.4' 2014-04-16 12:36:21 +02:00
Test Merge branch '2.4' into 2.5 2014-07-28 15:20:46 +02:00
Tests Merge branch '2.4' into 2.5 2014-09-25 11:52:29 +02:00
Translation Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
Validator [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Fix issue 9172 2014-05-04 18:56:58 +02:00
Client.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
composer.json Merge branch '2.4' into 2.5 2014-09-22 17:28:36 +02:00
FrameworkBundle.php [EventDispatcher][HttpKernel] Move RegisterListenersPass from HttpKernel to EventDispatcher. 2013-12-18 18:16:40 +01:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00