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,42 @@
.. include:: /Includes.rst.txt
.. _breaking-66369:
=========================================================
Breaking: #66369 - Removed ElementBrowser related classes
=========================================================
See :issue:`66369`
Description
===========
The following classes have been removed without replacement
* TYPO3\CMS\Core\ElementBrowser\ElementBrowserHookInterface
* TYPO3\CMS\Recordlist\Browser\ElementBrowser
* TYPO3\CMS\Rtehtmlarea\BrowseLinks
* TYPO3\CMS\Rtehtmlarea\FolderTree
* TYPO3\CMS\Rtehtmlarea\PageTree
Impact
======
Any code still using the aforementioned classes will cause a fatal error.
Affected Installations
======================
Any code still using the aforementioned classes.
Migration
=========
Use the new API for adding element browsers or link handlers.
.. index:: PHP-API, Backend, RTE