Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed various inconsistenciesv2.3.10 | Fabien Potencier | 2014-02-11 | 4 | -33/+33 |
| | |||||
* | Merge branch '2.2' into 2.3 | Fabien Potencier | 2013-09-19 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.2: Fix some annotates [FrameworkBundle] made sure that the debug event dispatcher is used everywhere [HttpKernel] remove unneeded strtoupper updated the composer install command to reflect changes in Composer Conflicts: src/Symfony/Component/Console/Application.php src/Symfony/Component/Console/Command/Command.php src/Symfony/Component/Console/Input/InputDefinition.php src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php src/Symfony/Component/Form/Form.php src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php src/Symfony/Component/HttpKernel/DependencyInjection/RegisterListenersPass.php src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterListenersPassTest.php src/Symfony/Component/Locale/Locale.php src/Symfony/Component/Locale/README.md src/Symfony/Component/Locale/Stub/DateFormat/FullTransformer.php | ||||
| * | Fix some annotates | bronze1man | 2013-09-19 | 1 | -1/+0 |
| | | |||||
* | | [Security] Added tests for the remember me ReponseListener. | Jakub Zalas | 2013-05-24 | 1 | -0/+92 |
|/ | |||||
* | Try to make sure cookies get deleted from the TokenProvider when no longer ↵ | Terje Bråten | 2012-11-21 | 2 | -9/+9 |
| | | | | in use | ||||
* | [Security] fixed tests when OpenSSL is not installed | Fabien Potencier | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | moved the secure random dep for remember me as a constructor argument | Fabien Potencier | 2012-10-28 | 1 | -4/+1 |
| | |||||
* | renamed Prng to SecureRandom | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵ | Fabien Potencier | 2012-10-28 | 1 | -1/+5 |
| | | | | #3595) | ||||
* | updated license blocks | Eriksen Costa | 2012-03-31 | 3 | -9/+9 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 3 | -0/+883 |
This is the first step to make each Symfony Component and Bridge self-contained. |