Feature #33753

Task #33745: Integrate File Abstraction Layer

Integrate possibility to resolve relative path walks

Added by Oliver Hader over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2012-02-07
Priority:Should have Due date:
Assigned To:Oliver Hader % Done:

100%

Category:- Spent time: -
Target version:4.7.0-beta1
PHP Version:5.3 Sprint Focus:
Complexity:

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/'):

Associated revisions

Revision 30ee927d
Added by Oliver Hader over 3 years ago

[FEATURE] Integrate possibility to resolve relative path walks

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/'):

Change-Id: I4e3b0483299f030bf017074a076201acf61edab9
Resolves: #33753
Releases: 4.7
Reviewed-on: http://review.typo3.org/8905
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
Reviewed-by: Tolleiv Nietsch
Tested-by: Tolleiv Nietsch

History

#1 Updated by Gerrit Code Review over 3 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

#2 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8905

#3 Updated by Oliver Hader over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF