Project

General

Profile

Actions

Task #102101

closed

Document potential breaking change with new TypoScript parser

Added by Markus Klein 7 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2023-10-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

This TS used to work as an assignment:

lib.nav.wrap =<ul id="nav">|</ul>

With v12 this is now leading to invalid HTML output.
Most likely "=<" is now identified as a reference operator.

Since this is much more readable:

lib.nav.wrap = <ul id="nav">|</ul>

I suggest to document this edge case as a breaking change.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #97816: New TypoScript parserClosed2022-06-27

Actions
Has duplicate TYPO3 Core - Bug #102183: TyposcriptParser breaks with no whitespacesClosed2023-10-17

Actions
Actions #1

Updated by Markus Klein 7 months ago

Actions #2

Updated by Markus Klein 7 months ago

  • Description updated (diff)
Actions #3

Updated by Markus Klein 7 months ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review 7 months ago

  • Status changed from Accepted to Under Review

Patch set 1 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/+/81355

Actions #5

Updated by Gerrit Code Review 7 months ago

Patch set 2 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/+/81355

Actions #6

Updated by Gerrit Code Review 7 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81357

Actions #7

Updated by Markus Klein 7 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Christian Kuhn 7 months ago

  • Has duplicate Bug #102183: TyposcriptParser breaks with no whitespaces added
Actions #9

Updated by Benni Mack 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF