Task #71055
closedStreamline 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)
Updated by Gerrit Code Review about 9 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
Updated by Gerrit Code Review about 9 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
Updated by Oliver Hader about 9 years ago
- Subject changed from Streamline DebugConsole to Streamline usage of DebugConsole
Updated by Oliver Hader about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f00036d9c5c06c531208648c12e45210fa78dfaa.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed