[TASK] Stop monkey patching CacheManager configuration in InstallTool
Instead of creating the cacheManager and then disabling all cache confiurations afterwards, the desired state is enforced inside the CacheManager now (controlled through a constructor parameter). Releases: master Resolves: #84107 Change-Id: Ia3623a96246d97b74ee48eb2022ba35d5bcfcc04 Reviewed-on: https://review.typo3.org/55971 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Cache/CacheManager.php 19 additions, 0 deletionstypo3/sysext/core/Classes/Cache/CacheManager.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 6 additions, 7 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/install/Classes/Http/Application.php 0 additions, 23 deletionstypo3/sysext/install/Classes/Http/Application.php
Please register or sign in to comment