Feature #33753
closedTask #33745: Integrate File Abstraction Layer
Integrate possibility to resolve relative path walks
100%
Description
The BACK_PATH is a known thing in TYPO3, used to define the relative path to the TYPO3 main directory (./typo3/).
Since this setting is static and strict, it would be nice to finally get rid of it and have a dynamic way to the determine the relative paths to be walked.
Examples:
t3lib_utility_Path::resolveBackPath(PATH_t3lib)
t3lib_utility_Path::resolveBackPath(PATH_typo3)
t3lib_utility_Path::resolveBackPath(t3lib_extMgm::extPath('myext') . 'Resources/'):
Updated by Gerrit Code Review almost 13 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/8905
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8905
Updated by Oliver Hader almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 30ee927d52bfac63a3202c0459c99f49b14719fe.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed