Actions
Bug #27681
closedImprove deprecation handling of useCachingFramework
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Related to #25106
Some extensions like workspace check for $GLOBALS['TYPO3_CONF_VARS']['SYS']['useCachingFramework'] to see if caching framework was disabled. This is not handled since the caching framework was enabled by default anymore, so such extensions fail currently.
This patch introduces a more stable backwards compatibility for such cases.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I0578331909143ee646cace697852eb6082a3a19b has been pushed to the review server.
It is available at http://review.typo3.org/2909
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I0578331909143ee646cace697852eb6082a3a19b has been pushed to the review server.
It is available at http://review.typo3.org/2909
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset ab65d0c4faad0f99cf9014b008178a8cffffe55a.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions