[FEATURE] Upgrade Analysis in Install Tool
Noteworthy core changes come with ReST files explaining details since core version 7. The patch adds a module to the install tool to render those files. This patch is the first part of a larger feature that will end up with automated code migration and upgrade support based on code analysis. Resolves: #75691 Releases: master Change-Id: Ib74f4b806db8fbb215963838bbb1812a94503164 Reviewed-on: https://review.typo3.org/47621 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
Showing
- Build/Gruntfile.js 11 additions, 3 deletionsBuild/Gruntfile.js
- Build/Resources/Public/Less/install.less 5 additions, 0 deletionsBuild/Resources/Public/Less/install.less
- Build/package.json 2 additions, 1 deletionBuild/package.json
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 0 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/core/Documentation/Changelog/Howto.rst 54 additions, 3 deletionstypo3/sysext/core/Documentation/Changelog/Howto.rst
- typo3/sysext/core/Documentation/Changelog/master/Feature-75691-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst 23 additions, 0 deletions...91-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst
- typo3/sysext/install/Classes/Controller/Action/Tool/UpgradeAnalysis.php 47 additions, 0 deletions...nstall/Classes/Controller/Action/Tool/UpgradeAnalysis.php
- typo3/sysext/install/Classes/Controller/ToolController.php 1 addition, 0 deletionstypo3/sysext/install/Classes/Controller/ToolController.php
- typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php 231 additions, 0 deletions...ext/install/Classes/UpgradeAnalysis/DocumentationFile.php
- typo3/sysext/install/Resources/Private/Partials/Action/Ajax/UpgradeAnalysis/ListDocumentation.html 37 additions, 0 deletions...rtials/Action/Ajax/UpgradeAnalysis/ListDocumentation.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html 2 additions, 1 deletion...all/Resources/Private/Partials/Action/Common/Headers.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Left.html 1 addition, 0 deletions...nstall/Resources/Private/Partials/Action/Common/Left.html
- typo3/sysext/install/Resources/Private/Templates/Action/Tool/UpgradeAnalysis.html 19 additions, 0 deletions...ources/Private/Templates/Action/Tool/UpgradeAnalysis.html
- typo3/sysext/install/Resources/Public/Css/install.css 28 additions, 0 deletionstypo3/sysext/install/Resources/Public/Css/install.css
- typo3/sysext/install/Resources/Public/JavaScript/Install.js 23 additions, 8 deletionstypo3/sysext/install/Resources/Public/JavaScript/Install.js
- typo3/sysext/install/Resources/Public/JavaScript/tagsort.min.js 1 addition, 0 deletions...sysext/install/Resources/Public/JavaScript/tagsort.min.js
- typo3/sysext/install/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php 121 additions, 0 deletions...tall/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php
Please register or sign in to comment