[!!!][TASK] Remove ExtJS Debugging and $GLOBALS['error']
The global variable $GLOBAL['error'] is used only in ExtJS-context for ExtDirect (via ExtDirectDebug) however, but evaluates at every request. This is the first of a series of patches to remove ExtJS in total. The global methods debugBegin() and debugEnd() are removed as well. Resolves: #37180 Releases: master Change-Id: I00843d85660e85c213ac66059abdd84344c4fe3f Reviewed-on: https://review.typo3.org/53817 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 0 additions, 1 deletiontypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php 0 additions, 2 deletionstypo3/sysext/core/Classes/ExtDirect/ExtDirectRouter.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst 34 additions, 0 deletions...r/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst
- typo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php 4 additions, 22 deletionstypo3/sysext/core/Resources/PHP/GlobalDebugFunctions.php
- typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php 0 additions, 10 deletions...ext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 0 additions, 4 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/ExtensionScannerScanFile.php 5 additions, 0 deletions...asses/Controller/Action/Ajax/ExtensionScannerScanFile.php
- typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php 73 additions, 0 deletions...sses/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php 5 additions, 0 deletions...Configuration/ExtensionScanner/Php/ArrayGlobalMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ClassNameMatcher.php 5 additions, 0 deletions...l/Configuration/ExtensionScanner/Php/ClassNameMatcher.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/FunctionCallMatcher.php 18 additions, 0 deletions...onfiguration/ExtensionScanner/Php/FunctionCallMatcher.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php 42 additions, 0 deletions...anner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php 2 additions, 0 deletions...Scanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php 103 additions, 0 deletions.../ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php
Please register or sign in to comment