Task #54126
closedAdd tool-function to strip PATH_site-part of paths
100%
Description
There are a lot of places like: substr($fileName, strlen(PATH_site))
The toolfunction could avoid having to do this substr/strlen-magic over and over again and also avoid calculating the strlen() multiple times by caching that value.
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/25851
Updated by Gerrit Code Review almost 11 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/25851
Updated by Stefan Neufeind almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7efcf2a4948b971366ac13e5f2a3371f79bdca49.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Resolved 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/26486
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset c578371acfb87e8a7875a45d463e7a652958f70a.