Task #55547
closed[CLEANUP] Remove references to $GLOBALS['FILEMOUNTS']
100%
Description
global filemounts are not supported with FAL
anymore as the implementation is done via
file storages directly. All references to the global
FILEMOUNTS is removed as it was an empty
array since 6.0.
It is encouraged to use the $BE_USER functions
directly in the future, and used throughout FAL.
Next step (but not part of this patch) is to clean
up the functions in BasicFileUtility that make use
of the filemounts.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27227
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27227
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27227
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27227
Updated by Gerrit Code Review over 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27227
Updated by Benni Mack over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 990e4bb2826a106d8bd0771c94bdf51eb3724894.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed