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 d699a929e0 Merge branch '2.2'
* 2.2: (70 commits)
  change wrapped exception message to be more usefull
  updated VERSION for 2.0.23
  update CONTRIBUTORS for 2.0.23
  updated CHANGELOG for 2.0.23
  [Form] fixed failing test
  [DomCrawler] added support for query string with slash
  Fixed invalid file path for hiddeninput.exe on Windows.
  fix xsd definition for strict-requirements
  [WebProfilerBundle] Fixed the toolbar styles to apply them in IE8
  [ClassLoader] fixed heredocs handling
  fixed handling of heredocs
  Add a public modifier to an interface method
  removing xdebug extension
  [HttpRequest] fixes Request::getLanguages() bug
  [HttpCache] added a test (cached content should be kept after purging)
  [DoctrineBridge] Fixed non-utf-8 recognition
  [Security] fixed HttpUtils class tests
  replaced new occurences of 'Request::create()' with '::create()'
  changed sub-requests creation to '::create()'
  fixed merge issue
  ...

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig
	src/Symfony/Component/DomCrawler/Link.php
	src/Symfony/Component/Translation/Translator.php
2013-03-20 15:03:03 +01:00
..
Command Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
DataCollector Update SecurityDataCollector.php 2013-03-11 18:37:29 +01:00
DependencyInjection Added BCrypt password encoder. 2013-02-05 10:22:32 +01:00
EventListener Move remember me ResponseListener from security bundle into security component 2012-08-30 11:15:49 +12:00
Resources Added BCrypt password encoder. 2013-02-05 10:22:32 +01:00
Security updated license blocks 2012-03-31 18:00:32 -03:00
Templating/Helper [Routing] made reference type fully BC and improved phpdoc considerably 2012-12-13 20:13:11 +01:00
Tests replaced usage of the deprecated pattern routing key (replaced with path) 2013-02-07 17:29:53 +01:00
Twig/Extension moved the Security Twig extension to the bridge 2012-06-10 19:01:52 +02:00
CHANGELOG.md Added BCrypt password encoder. 2013-02-05 10:22:32 +01:00
composer.json Merge branch '2.2' 2013-02-11 11:09:44 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
SecurityBundle.php [BC break][SecurityBundle] Changed the way to register factories 2011-11-17 20:16:17 +01:00