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 1436d8dab7 [Security] added an HttpUtils class to manage logic related to Requests and Responses
This change removes the need for the {_locale} hack.
Now, all paths in the Security component can be:

* An absolute path (/login)
* An absolute URL (http://symfony.com/login)
* A route name (login)

So, if you want to use a path that includes a global parameter (like _locale),
use a route instead of a path.
2011-06-22 14:47:19 +02:00
..
Command [SecurityBundle] fixed typo 2011-06-21 08:09:24 +02:00
DataCollector [Security] various changes, see below 2011-03-10 10:25:32 +01:00
DependencyInjection [Security] added an HttpUtils class to manage logic related to Requests and Responses 2011-06-22 14:47:19 +02:00
EventListener Renamed core.* events to kernel.* and CoreEvents to KernelEvents 2011-06-21 16:35:14 +02:00
Resources [Security] added an HttpUtils class to manage logic related to Requests and Responses 2011-06-22 14:47:19 +02:00
Security fixed CS 2011-06-08 12:16:48 +02:00
Templating/Helper [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Tests [Security] added an HttpUtils class to manage logic related to Requests and Responses 2011-06-22 14:47:19 +02:00
Twig/Extension [Security] renamed Twig function has_role to is_granted 2011-03-10 12:21:35 +01:00
SecurityBundle.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00