[PR #12] [MERGED] Symfony ACL Cache support #77

Closed
opened 2026-01-23 11:32:51 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: symfony-acl-cache


📝 Commits (7)

  • 4652bae Implement support for ACL cache. Still not passing the tests.
  • a918f54 Merge remote-tracking branch 'origin/master' into symfony-acl-cache
  • 01aed2d Trying to fix properly AclCache parameters without a compiler pass.
  • 8d4fcf4 Fixed build by updating compiler passes. Everything seems fine now.
  • 2b1f029 Removed unused compiler pass.
  • b09f0db Remove unused uses.
  • a6890ba Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/DoctrineCacheBundle/pull/12 **Author:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Created:** 2/28/2014 **Status:** ✅ Merged **Merged:** 2/28/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `symfony-acl-cache` --- ### 📝 Commits (7) - [`4652bae`](https://github.com/doctrine/DoctrineCacheBundle/commit/4652bae1c9eb9cc98b8a49ed70365b637d795ca2) Implement support for ACL cache. Still not passing the tests. - [`a918f54`](https://github.com/doctrine/DoctrineCacheBundle/commit/a918f5437ba8f3157eadeab9a8d80a1ace7eb3fc) Merge remote-tracking branch 'origin/master' into symfony-acl-cache - [`01aed2d`](https://github.com/doctrine/DoctrineCacheBundle/commit/01aed2d4289b9437a84f77129de8ea063d487b95) Trying to fix properly AclCache parameters without a compiler pass. - [`8d4fcf4`](https://github.com/doctrine/DoctrineCacheBundle/commit/8d4fcf430b466a3ae55bd4dfb1af153d3bd39bac) Fixed build by updating compiler passes. Everything seems fine now. - [`2b1f029`](https://github.com/doctrine/DoctrineCacheBundle/commit/2b1f029828aba2ade75114ee243bce38ccd7dc8a) Removed unused compiler pass. - [`b09f0db`](https://github.com/doctrine/DoctrineCacheBundle/commit/b09f0dbcfaf7b430f4fc76290511dde0cf33cb5a) Remove unused uses. - [`a6890ba`](https://github.com/doctrine/DoctrineCacheBundle/commit/a6890ba2cb079a1a2e22b44971113936404ab30f) Fix CS. ### 📊 Changes **10 files changed** (+145 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #8 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:32:51 +01:00
admin closed this issue 2026-01-23 11:32:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#77