Feature #51782
closedallWrap property for CSS and JavaScript files replaces all pipes ("|")
100%
Description
When CSS or JavaScript files are wrapped through the ".allWrap" property (@see TSref->Page->includeCSS), all pipe symbols ("|") are replaced with the generated tag.
file1 = fileadmin/templates/style.css file1.allWrap = X | Y | Z
results in
X <link rel="stylesheet" type="text/css" [..] /> Y <link rel="stylesheet" type="text/css" [..] /> Z
This behaviour differs from what we are used to with wraps in TYPO3.
".allWrap" should behave like "stdWrap.wrap", with the addition of a splitChar, e.g: "allWrap /+.splitChar"
Code in
\TYPO3\CMS\Core\Page\PageRenderer->renderCssFiles()
and
\TYPO3\CMS\Core\Page\PageRenderer->renderJavaScriptFiles()
Updated by Gerrit Code Review about 11 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 https://review.typo3.org/23669
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23669
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23669
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23669
Updated by Christoph Dörfel about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8471e02d02ae189086061a181960b13b2c2e8b55.