Task #103990
closedMake TS [END] an own include object
100%
Files
Updated by Christian Kuhn 6 months ago
- Related to Feature #97816: New TypoScript parser added
Updated by Christian Kuhn 6 months ago
- Related to Task #102103: Refactor TS IncludeTree condition detail added
Updated by Gerrit Code Review 6 months ago
- Status changed from New to Under Review
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84511
Updated by Gerrit Code Review 6 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84511
Updated by Gerrit Code Review 6 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84511
Updated by Christian Kuhn 6 months ago ยท Edited
- File Screenshot-ts-module-before.png Screenshot-ts-module-before.png added
- File Screenshot-ts-module-after.png Screenshot-ts-module-after.png added
Example rendering, a TS sys_template record with this content:
page = PAGE page.10 = TEXT ['foo' == 'foo'] /* some multiline condition comment */ page.10.value = condition matched @import 'EXT:peak_memory/Configuration/foo.typoscript' @import 'EXT:peak_memory/Configuration/foo2.typoscript' @import 'EXT:peak_memory/Configuration/bar*.typoscript' [ELSE] page.10.value = condition NOT matched @import 'EXT:foo/baz' [GLOBAL] # reset to global page.20 = TEXT page.20.value = standard text
Updated by Gerrit Code Review 6 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84511
Updated by Gerrit Code Review 6 months ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84511
Updated by Christian Kuhn 6 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf962d487cf389d4b645b6620c1e2b8dd3f16890.
Updated by Christian Kuhn about 1 month ago
- Related to Task #105276: Simplify TypoScript -> Included TypoScript view added