[PR #15] [MERGED] Move ACL service definition from static XML to be dynamic on Extension #86

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/15
Author: @cabello
Created: 3/4/2014
Status: Merged
Merged: 3/4/2014
Merged by: @guilhermeblanco

Base: masterHead: aclCacheFix


📝 Commits (1)

  • a129030 Move ACL service definition from static XML to be dynamic on Extension

📊 Changes

3 files changed (+23 additions, -12 deletions)

View changed files

📝 DependencyInjection/DoctrineCacheExtension.php (+18 -5)
📝 Resources/config/services.xml (+0 -5)
📝 Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php (+5 -2)

📄 Description

No description provided


🔄 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/15 **Author:** [@cabello](https://github.com/cabello) **Created:** 3/4/2014 **Status:** ✅ Merged **Merged:** 3/4/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `aclCacheFix` --- ### 📝 Commits (1) - [`a129030`](https://github.com/doctrine/DoctrineCacheBundle/commit/a12903039db180eea87862edc338431545cab220) Move ACL service definition from static XML to be dynamic on Extension ### 📊 Changes **3 files changed** (+23 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `DependencyInjection/DoctrineCacheExtension.php` (+18 -5) 📝 `Resources/config/services.xml` (+0 -5) 📝 `Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php` (+5 -2) </details> ### 📄 Description _No description provided_ --- <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:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#86