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,34 @@
.. include:: /Includes.rst.txt
.. _breaking-78521:
=========================================================
Breaking: #78521 - Drop unused JavaScript from backend.js
=========================================================
See :issue:`78521`
Description
===========
The following JavaScript methods related to ExtJS have been removed from the Backend main frame
as defined in the main :file:`backend.js` file.
* :js:`TYPO3._instances`
* :js:`TYPO3.addInstance`
* :js:`TYPO3.getInstance`
* :js:`TYPO3.helpers.split`
Impact
======
Any call to one of the above mentioned methods will result in a JavaScript error.
Affected Installations
======================
Any installation that uses one of the methods mentioned above.
.. index:: Backend, JavaScript