[TASK] Streamline and optimize JavaScript in install tool
This patch optimize and streamline the JavaScript of Install.js The following changes are part of the patch: - Centralized FlashMessage handling - Streamline server side and browser side severities - Optimize performance, remove duplicate jQuery selector - Remove console.debug calls - Remove unused FlashMessage templates from views Resolves: #78376 Releases: master, 7.6 Change-Id: I0652335e5d0bc4666896d5c7b6b528db445ee951 Reviewed-on: https://review.typo3.org/50553 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
Showing
- typo3/sysext/install/Classes/View/JsonView.php 37 additions, 1 deletiontypo3/sysext/install/Classes/View/JsonView.php
- typo3/sysext/install/Resources/Private/Partials/Action/Common/StatusMessage.html 1 addition, 1 deletion...sources/Private/Partials/Action/Common/StatusMessage.html
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/CoreUpdateButton.html 0 additions, 7 deletions...rtials/Action/Tool/ImportantActions/CoreUpdateButton.html
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/TcaExtTablesCheck.html 1 addition, 7 deletions...tials/Action/Tool/ImportantActions/TcaExtTablesCheck.html
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/TcaMigrationsCheck.html 1 addition, 7 deletions...ials/Action/Tool/ImportantActions/TcaMigrationsCheck.html
- typo3/sysext/install/Resources/Private/Templates/Action/Tool/LoadExtensions.html 4 additions, 3 deletions...sources/Private/Templates/Action/Tool/LoadExtensions.html
- typo3/sysext/install/Resources/Public/JavaScript/Install.js 96 additions, 91 deletionstypo3/sysext/install/Resources/Public/JavaScript/Install.js
- typo3/sysext/install/Tests/Unit/View/JsonViewTest.php 2 additions, 2 deletionstypo3/sysext/install/Tests/Unit/View/JsonViewTest.php
Please register or sign in to comment