Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 1 | -51/+0 |
| | | | | | | Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http | ||||
* | normalized license messages in PHP files | Dominique Bongiraud | 2011-01-18 | 1 | -4/+4 |
| | |||||
* | removed ForbiddenHttpException | Fabien Potencier | 2010-12-10 | 1 | -2/+0 |
| | | | | | | | | | Both HttpKernel and Security define a 403 exception: * Symfony\Component\HttpKernel\Exception\ForbiddenHttpException * Symfony\Component\Security\Exception\AccessDeniedException The one in HttpKernel has been removed in favor of the Security one. | ||||
* | [Security] Fixed coding standard | Pascal Borreli | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | added the Security Component and its integration into the MVC framework | Fabien Potencier | 2010-10-19 | 1 | -0/+53 |
Happy birthday symfony! |