[BUGFIX] Install Tool: Avoid caching
Install Tool bootstrap initializes the cache system and sets all caches to NullBackend for increased stability of the tool. Install Tool submodules however, that later call a bootstrap method to additionally load ext_tables and friends for some scenarios, indirectly call a method to set caches to the default values without NullBackend again. As result, Fluid views are sometimes cached again. The patch supresses this by opening further detail methods of the Bootstrap and calls them directly without pushing a cache configuration again. Resolves: #66809 Releases: master Change-Id: I64acf470eba939eb7ba246aedb2bbb0fdf83384f Reviewed-on: http://review.typo3.org/39283 Reviewed-by:Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-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/core/Classes/Core/Bootstrap.php 12 additions, 19 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php 4 additions, 1 deletion.../sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 3 additions, 1 deletion...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Service/ClearCacheService.php 3 additions, 1 deletiontypo3/sysext/install/Classes/Service/ClearCacheService.php
Please register or sign in to comment