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/SecurityBundle
Fabien Potencier 3baa43b44e Merge branch '2.4'
* 2.4: (52 commits)
  Fix #8205 : Deprecate file mode update when calling dumpFile
  Fix #10437: Catch exceptions when reloading a no-cache request
  Fix libxml_use_internal_errors and libxml_disable_entity_loader usage
  removed ini check to make uploadedfile work on gae
  Update OptionsResolver.php
  fixed comment in forms.xml file
  Clean KernelInterface docblocks
  Cast the group name as a string
  Fixed doc of InitAclCommand
  [Form] Fix "Array was modified outside object" in ResizeFormListener.
  Fix IBAN validator
  [Process] Remove unreachable code + avoid skipping tests in sigchild environment
  Fixed bug that incorrectly causes the "required" attribute to be omitted from select even though it contains the "multiple" attribute
  Added travis_retry to .travis.yml
  [Process] fix some typos and refactor some code
  [Process] Fix unit tests in sigchild disabled environment
  [Process] Trow exceptions in case a Process method is supposed to be called after termination
  fixed typo
  [Process] fixed fatal errors in getOutput and getErrorOutput when process was not started
  [Process] Fix escaping on Windows
  ...

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php
	src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php
	src/Symfony/Component/Process/Process.php
	src/Symfony/Component/Process/ProcessPipes.php
	src/Symfony/Component/Process/Tests/AbstractProcessTest.php
2014-03-26 12:51:10 +01:00
..
Command Fixed doc of InitAclCommand 2014-03-19 21:51:09 +01:00
DataCollector fixed CS for lambdas 2013-12-28 08:46:05 +01:00
DependencyInjection Make it possible to match the request based on HTTP methods in the firewall configuration 2014-03-14 12:27:42 +01:00
EventListener security acl dbal schema: inject the schema instead of the whole container 2013-07-18 14:31:55 +02:00
Resources Merge branch '2.3' into 2.4 2014-01-07 14:28:54 +01:00
Security updated license blocks 2012-03-31 18:00:32 -03:00
Templating/Helper removed as many usage of the request service as possible without breaking BC 2014-02-28 16:35:07 +01:00
Tests Make it possible to match the request based on HTTP methods in the firewall configuration 2014-03-14 12:27:42 +01:00
Twig/Extension replaced deprecated Twig features 2013-08-06 10:52:18 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [SecurityBundle] Added csrf_token_generator and csrf_token_id as new 2013-11-23 10:55:30 +00:00
composer.json updated version to 2.5 2013-11-24 21:17:07 +01:00
phpunit.xml.dist [SecurityBundle] Added missing files for phpunit 2013-05-20 11:51:16 +02:00
SecurityBundle.php moved the simple HTTP authenticator to a pre-auth one 2013-05-08 15:02:48 +02:00