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,39 @@
.. include:: /Includes.rst.txt
.. _breaking-98069-1659536025:
=======================================
Breaking: #98069 - DebugConsole removed
=======================================
See :issue:`98069`
Description
===========
The DebugConsole comes from ExtJS times and was triggered when e.g. a request
failed to give a developer its response, including the stacktrace. Nowadays,
browsers offer a console allowing to investigate requests. Also, PHP debuggers
(e.g. xdebug) are commonly known and used, which makes the DebugConsole obsolete.
Impact
======
Triggering the DebugConsole is not possible anymore. Also, the PHP method
:php:`\TYPO3\CMS\Core\Utility\DebugUtility::debug()` always renders the plain
debug output to the client.
The 3rd argument :php:`$group` of the method
:php:`\TYPO3\CMS\Core\Utility\DebugUtility::debug()` is removed.
Affected installations
======================
All installations are affected.
Migration
=========
No migration is available.
.. index:: Backend, JavaScript, PHP-API, PartiallyScanned, ext:backend