[TASK] Move install tool entry point to typo3/install.php
To streamline and unify the entry scripts, the install tool entry point is now moved to typo3/install.php Calling the old entry scripts and the shortcut typo3/install/ is deprecated. All access to public resources is changed to properly use the resource view helper, so that the path to the assets are not hard coded any more. Resolves: #81951 Releases: master Change-Id: Ia8827130bb041802e743767907d16269cda2fef0 Reviewed-on: https://review.typo3.org/53579 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
Showing
- typo3/install.php 3 additions, 0 deletionstypo3/install.php
- typo3/install/index.php 2 additions, 1 deletiontypo3/install/index.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-81951-InstallToolEntryPointMoved.rst 34 additions, 0 deletions...g/master/Deprecation-81951-InstallToolEntryPointMoved.rst
- typo3/sysext/install/Classes/Controller/AbstractController.php 1 addition, 1 deletion.../sysext/install/Classes/Controller/AbstractController.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/Step/DefaultConfiguration.php 1 addition, 1 deletion...l/Classes/Controller/Action/Step/DefaultConfiguration.php
- typo3/sysext/install/Classes/Controller/BackendModuleController.php 2 additions, 2 deletions...xt/install/Classes/Controller/BackendModuleController.php
- typo3/sysext/install/Classes/Controller/ToolController.php 2 additions, 1 deletiontypo3/sysext/install/Classes/Controller/ToolController.php
- typo3/sysext/install/Classes/Http/Application.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Http/Application.php
- typo3/sysext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php 1 addition, 1 deletion...ext/install/Classes/Updates/FinalDatabaseSchemaUpdate.php
- typo3/sysext/install/Classes/ViewHelpers/Uri/ActionViewHelper.php 86 additions, 0 deletions...sext/install/Classes/ViewHelpers/Uri/ActionViewHelper.php
- typo3/sysext/install/Resources/Private/Layouts/Step.html 1 addition, 1 deletiontypo3/sysext/install/Resources/Private/Layouts/Step.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Head.html 1 addition, 1 deletion...nstall/Resources/Private/Partials/Action/Common/Head.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html 7 additions, 7 deletions...all/Resources/Private/Partials/Action/Common/Headers.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Left.html 4 additions, 5 deletions...nstall/Resources/Private/Partials/Action/Common/Left.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/LoginForm.html 2 additions, 2 deletions...l/Resources/Private/Partials/Action/Common/LoginForm.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/MenuLink.html 2 additions, 1 deletion...ll/Resources/Private/Partials/Action/Common/MenuLink.html
- typo3/sysext/install/Resources/Private/Partials/Action/Tool/UpgradeWizard/ListUpdates.html 2 additions, 1 deletion...ivate/Partials/Action/Tool/UpgradeWizard/ListUpdates.html
Please register or sign in to comment