Actions
Bug #42239
closedArray with default filters has misleading name
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The key for the default filters array in the default configuration of TYPO3 is callbackFilterMethods. This is misleading, as one might see this as a list of all available filters. Therefore, the key should be renamed to defaultFilterCallbacks.
The name change does not break any public API as the array key is only used in one place, the ResourceStorage.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15856
Updated by Anonymous about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f9a3c6075df8f2a00f86118b8e2d0ad8e7dca2f6.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions