Task #71055
Streamline usage of DebugConsole
100%
Description
Since the backend DebugConsole has been rewritten in jQuery, references to the old ExtJS variant can either be removed or adjusted to work with the new DebugConsole.
The general question is, whether the new DebugConsole shall implement the browser's console interface in case the console object is not available, that would be (besides implementing DebugConsole.log()):
console: {
log: TYPO3.DebugConsole.log,
info: TYPO3.DebugConsole.log,
warn: TYPO3.DebugConsole.log,
error: TYPO3.DebugConsole.log
};
- all mentions of TYPO3.Backend.DebugConsole (which does not exist anymore) with and without combination of Ext (ExtJs) stuff
- console.addTab (see HTMLArea, referring to the old ExtJS component)
- extDirectDebug (see PageRenderer)
Associated revisions
[TASK] Streamline usage of DebugConsole
Since the backend DebugConsole has been rewritten in jQuery, references
to the old ExtJS variant can either be removed or adjusted to work with
the new DebugConsole.
Resolves: #71055
Releases: master
Change-Id: Ic4eddafdf1a767101e921d5ca5a85f87a66a9983
Reviewed-on: https://review.typo3.org/44303
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
History
#1
Updated by Gerrit Code Review about 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44303
#2
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44303
#3
Updated by Oliver Hader about 4 years ago
- Subject changed from Streamline DebugConsole to Streamline usage of DebugConsole
#4
Updated by Oliver Hader about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f00036d9c5c06c531208648c12e45210fa78dfaa.
#5
Updated by Riccardo De Contardi about 2 years ago
- Status changed from Resolved to Closed