[!!!][TASK] Remove RTE proc option "disableUnifyLineBreaks"
The RTE option "proc.disableUnifyLineBreaks" was never set by default. If NOT set (= default), then all line breaks within the RteHtmlParser are converted as LF, and then migrated to CRLFs after all transformations are done. Activating the option did not do that, thus having problems when content was entered on different OSes (Windows / Unix) and leaving with mixed line break data in the database, the option was historically added to stay compatible with old versions where the unification was not available yet. Resolves: #79270 Releases: master Change-Id: If3b3f48ea7d9ba98882ee340d017296f7b650dda Reviewed-on: https://review.typo3.org/51261 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 50 additions, 22 deletionstypo3/sysext/core/Classes/Html/RteHtmlParser.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-79270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst 43 additions, 0 deletions...9270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst
- typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php 0 additions, 1 deletiontypo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php
Please register or sign in to comment