Task #89113
closedCleanup Constant Parsing
100%
Description
Currently, both ext_conf_template and TypoScript constants are using the same syntax - however, for the ext_conf_template the relevant parser parts were duplicated and adjusted. Now we have the situation that there are two parsers for the same thing as well as a lot of code duplication. To be able to replace the constants/ext_conf_template (and in the future: site settings) with another syntax, the duplication should be removed and a central parser used for all use cases.
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61644
Updated by Gerrit Code Review about 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61644
Updated by Gerrit Code Review about 5 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61644
Updated by Susanne Moog about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c5a412660ebbf47e0e9dd020f66be78d9982fb54.
Updated by Georg Ringer over 4 years ago
- Related to Bug #90900: TypeError: "trim() expects parameter 1 to be string, null given" in ConstantConfigurationParser added
Updated by Christian Kuhn about 2 years ago
- Related to Task #89160: Move extension configuration form viewhelper into sysext:core added