[BUGFIX] Fetch TYPO3 version in reports module only
The core version check is run synchronously while logging into the Backend. If the get.typo3.org service is down, logins take extremely long. Since there is no API to run this check asynchronously, the patch drops this information from the toolbar, it is only available in the reports module. Resolves: #91507 Related: #84549 Releases: master, 10.4, 9.5 Change-Id: I78fd381df1aff6a40cc9bd57ac5a4babed2ec999 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64904 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst 2 additions, 7 deletions...elog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst
- typo3/sysext/install/Classes/SystemInformation/Typo3VersionMessage.php 0 additions, 80 deletions...install/Classes/SystemInformation/Typo3VersionMessage.php
- typo3/sysext/install/Configuration/Services.yaml 0 additions, 10 deletionstypo3/sysext/install/Configuration/Services.yaml
Please register or sign in to comment