mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-03-24 00:42:13 +01:00
[PR #12] [MERGED] Symfony ACL Cache support #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/12
Author: @guilhermeblanco
Created: 2/28/2014
Status: ✅ Merged
Merged: 2/28/2014
Merged by: @guilhermeblanco
Base:
master← Head:symfony-acl-cache📝 Commits (7)
4652baeImplement support for ACL cache. Still not passing the tests.a918f54Merge remote-tracking branch 'origin/master' into symfony-acl-cache01aed2dTrying to fix properly AclCache parameters without a compiler pass.8d4fcf4Fixed build by updating compiler passes. Everything seems fine now.2b1f029Removed unused compiler pass.b09f0dbRemove unused uses.a6890baFix CS.📊 Changes
10 files changed (+145 additions, -40 deletions)
View changed files
📝
Acl/Model/AclCache.php(+1 -1)📝
DependencyInjection/Configuration.php(+14 -0)📝
DependencyInjection/DoctrineCacheExtension.php(+16 -0)📝
DoctrineCacheBundle.php(+3 -1)📝
Resources/config/schema/doctrine_cache-1.0.xsd(+5 -0)📝
Resources/config/services.xml(+6 -0)📝
Tests/Acl/Model/AclCacheTest.php(+1 -0)📝
Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php(+80 -38)➕
Tests/DependencyInjection/Fixtures/config/xml/acl.xml(+13 -0)➕
Tests/DependencyInjection/Fixtures/config/yml/acl.yml(+6 -0)📄 Description
Fixes #8
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.