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 98070d50af merged branch hason/return_code (PR #5586)
This PR was squashed before being merged into the 2.1 branch (closes #5586).

Commits
-------

6b66bc3 [2.1] Added missing error return codes in commands

Discussion
----------

[2.1] Added missing error return codes in commands

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
License of the code: MIT
See: #5585

---------------------------------------------------------------------------

by fabpot at 2012-09-24T12:10:47Z

Exit code values are standardized and some values have some well-defined meaning. Have a look here for more info: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Process/Process.php#L67
2012-10-14 11:21:26 +02:00
..
Command [2.1] Added missing error return codes in commands 2012-10-14 11:21:26 +02:00
DataCollector [Security] various changes, see below 2011-03-10 10:25:32 +01:00
DependencyInjection merged branch Fran6co/fix-security-handlers (PR #4985) 2012-07-20 07:15:13 +02:00
EventListener Move remember me ResponseListener from security bundle into security component 2012-08-30 11:15:49 +12:00
Resources Move remember me ResponseListener from security bundle into security component 2012-08-30 11:15:49 +12:00
Security updated license blocks 2012-03-31 18:00:32 -03:00
Templating/Helper [SecurityBundle] Avoid direct request dependency in LogoutUrlHelper 2012-03-06 02:36:11 -05:00
Tests [Security] fixes multiple overlapping definitions of DefaultFailureHandler and DefaultSuccessHandler in AbstractFactory 2012-07-19 19:25:03 -03:00
Twig/Extension moved the Security Twig extension to the bridge 2012-06-10 19:01:52 +02:00
.gitattributes [2.1] Exclude tests from zips via gitattributes 2012-10-04 17:17:57 +02:00
CHANGELOG.md [SecurityBundle] added CHANGELOG 2012-04-26 22:54:07 +02:00
composer.json replaced self.version by 2.1.* in composer.json files 2012-09-10 12:53:42 +02:00
LICENSE added missing LICENSE files 2012-05-18 19:00:00 +02:00
SecurityBundle.php [BC break][SecurityBundle] Changed the way to register factories 2011-11-17 20:16:17 +01:00