summaryrefslogtreecommitdiffstats
path: root/Core/Role/RoleHierarchy.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Optimize RoleHierarchy's buildRoleMap methodEnleur2016-09-061-2/+10
|
* Merge branch '2.4'Fabien Potencier2014-01-241-5/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.4: (35 commits) Update validators.ro.xlf add non-standard port to HTTP_HOST fixed attribute "source-language" for translations [Process] clarify idle timeout [Security] fix DI for SimpleFormAuthenticationListener Update PluralizationRules.php Update validators.pt_BR.xlf Translated remaining items (57-72) Updated Vietnamese translation allow null value in fragment handler added missing dot in translation updated Arabic translations Update validators.id.xlf [Validator] Translate validator messages into Brazilian Portuguese Added more Swedish validator translations Update validators.ca.xlf fixed typos in Welsh translation Added missing Croatian translations [Form] fixed allow render 0 and 0.0 numeric input values Fixed validators.nl.xlf ... Conflicts: src/Symfony/Bridge/Twig/composer.json
| * [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-171-5/+1
| |
* | Change of scopeDavid Joos2013-12-301-2/+2
|/ | | | When overriding the Symfony RoleHierarchy it would be great to be able to get access to the buildRoleMap-method and map-variable for more advanced usage.
* [Security] various changes, see belowJohannes Schmitt2011-03-101-3/+3
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+77
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http