TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,30 @@
.. include:: /Includes.rst.txt
.. _breaking-72666:
=========================================================
Breaking: #72666 - RTE: Remove relative path calculations
=========================================================
See :issue:`72666`
Description
===========
Since the removal of the feature editing static files with the Rich Text Editor (option "static_file_edit"), the path calculations for files
within the HtmlParser including the method `RteHtmlParser->setRelPath()` have been removed as well.
Impact
======
Using the method `RteHtmlParser->setRelPath()` will result in a fatal PHP error.
Affected Installations
======================
Any installations with custom RTE transformations that use a custom implementation of the RteHtmlParser PHP class.
.. index:: PHP-API, Backend, RTE