[!!!][TASK] Drop DebugConsole
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. Resolves: #98069 Releases: main Change-Id: I8adcb6594d6434b4d0e0314219087b3230324c9f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75348 Tested-by:Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/Sass/_legacy.scss 0 additions, 1 deletionBuild/Sources/Sass/_legacy.scss
- Build/Sources/Sass/backend.scss 0 additions, 1 deletionBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/typo3/_debugconsole.scss 0 additions, 40 deletionsBuild/Sources/Sass/typo3/_debugconsole.scss
- Build/Sources/TypeScript/backend/debug-console.ts 0 additions, 258 deletionsBuild/Sources/TypeScript/backend/debug-console.ts
- Build/types/TYPO3/index.d.ts 0 additions, 1 deletionBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Resources/Private/Templates/Backend/Main.html 4 additions, 5 deletions...ext/backend/Resources/Private/Templates/Backend/Main.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/debug-console.js 0 additions, 13 deletions...sext/backend/Resources/Public/JavaScript/debug-console.js
- typo3/sysext/core/Classes/Utility/DebugUtility.php 2 additions, 29 deletionstypo3/sysext/core/Classes/Utility/DebugUtility.php
- typo3/sysext/core/Documentation/Changelog/12.0/Breaking-98069-DebugConsoleRemoved.rst 42 additions, 0 deletions...ion/Changelog/12.0/Breaking-98069-DebugConsoleRemoved.rst
- typo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php 2 additions, 2 deletionstypo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentDroppedStaticMatcher.php 6 additions, 0 deletions...tensionScanner/Php/MethodArgumentDroppedStaticMatcher.php
Please register or sign in to comment