Bug #55357
closedTS Parser: Fix regression when having tabs in TS names
100%
Description
With the optimization of the TS parser (see #54856), it is not possible
to write TypoScript like this:
config { baseUrl = www.mywebsite.com tx_realurl_enable = 1 }
The problem is that the TS parser is not allowing tabs after the
TS object name (baseUrl). The fix strips away tabs after the TS.
This is how to test it:
Put this in your constants field of your TS template
(make sure to disable the T3editor)
config { baseUrl = www.mywebsite.com tx_realurl_enable = 1 }
and this in your setup area:
config.baseUrl = http://{$config.baseUrl}/
you can see if the constant is replaced in the
TypoScript Object Browser.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted 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/27069
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/27069
Updated by Benni Mack almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0935dc55cc99c2dfad1e198f60c1ed7e3b50e88d.