[FEATURE] ext:install Core update
The patch provides the code infrastructure to test for possible core updates using information from get.typo3.org and implements a "one-click" update within "important actions". The update itself is implemented as a list of ajax calls performed after each other to have minimal impact and side effects to current core code. The service classes "CoreVersionService" and "CoreUpdateService" contain the main business logic and may be used in a reports module or scheduler task later on. Change-Id: I5947252ca805b237b513fdafcf2696e9da586fc0 Resolves: #52547 Releases: 6.2 Reviewed-on: https://review.typo3.org/24396 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
Showing
- typo3/sysext/core/Classes/Utility/VersionNumberUtility.php 1 addition, 3 deletionstypo3/sysext/core/Classes/Utility/VersionNumberUtility.php
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 1 addition, 0 deletions...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/AbstractCoreUpdate.php 91 additions, 0 deletions...all/Classes/Controller/Action/Ajax/AbstractCoreUpdate.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateActivate.php 46 additions, 0 deletions...all/Classes/Controller/Action/Ajax/CoreUpdateActivate.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateCheckPreConditions.php 46 additions, 0 deletions...s/Controller/Action/Ajax/CoreUpdateCheckPreConditions.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateDownload.php 47 additions, 0 deletions...all/Classes/Controller/Action/Ajax/CoreUpdateDownload.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateIsUpdateAvailable.php 102 additions, 0 deletions...es/Controller/Action/Ajax/CoreUpdateIsUpdateAvailable.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateMove.php 46 additions, 0 deletions...install/Classes/Controller/Action/Ajax/CoreUpdateMove.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateUnpack.php 46 additions, 0 deletions...stall/Classes/Controller/Action/Ajax/CoreUpdateUnpack.php
- typo3/sysext/install/Classes/Controller/Action/Ajax/CoreUpdateUpdateVersionMatrix.php 46 additions, 0 deletions.../Controller/Action/Ajax/CoreUpdateUpdateVersionMatrix.php
- typo3/sysext/install/Classes/Controller/AjaxController.php 10 additions, 3 deletionstypo3/sysext/install/Classes/Controller/AjaxController.php
- typo3/sysext/install/Classes/Service/CoreUpdateService.php 411 additions, 0 deletionstypo3/sysext/install/Classes/Service/CoreUpdateService.php
- typo3/sysext/install/Classes/Service/CoreVersionService.php 312 additions, 0 deletionstypo3/sysext/install/Classes/Service/CoreVersionService.php
- typo3/sysext/install/Classes/Service/Exception.php 32 additions, 0 deletionstypo3/sysext/install/Classes/Service/Exception.php
- typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php 32 additions, 0 deletions...Classes/Service/Exception/CoreVersionServiceException.php
- typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php 32 additions, 0 deletions...nstall/Classes/Service/Exception/RemoteFetchException.php
- typo3/sysext/install/Classes/View/JsonView.php 91 additions, 0 deletionstypo3/sysext/install/Classes/View/JsonView.php
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/ImportantActions/CoreUpdateButton.html 31 additions, 0 deletions...rtials/Action/Tool/ImportantActions/CoreUpdateButton.html
- typo3/sysext/install/Resources/Private/Templates/Action/Tool/ImportantActions.html 3 additions, 0 deletions...urces/Private/Templates/Action/Tool/ImportantActions.html
- typo3/sysext/install/Resources/Public/Javascript/Install.js 281 additions, 3 deletionstypo3/sysext/install/Resources/Public/Javascript/Install.js
Please register or sign in to comment