定制 bugfix/patch-install-tool 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bugfix/patch-install-tool

最新稳定版本:v0.1.0

Composer 安装命令:

composer require bugfix/patch-install-tool

包简介

Patches for the Install Tool

README 文档

README

Installation Requirement

You must overwrite the TYPO3 Core file typo3/sysext/install/Classes/ServiceProvider.php by the file patch_install_tool/Patches/TYPO3/sysext/install/Classes/ServiceProvider.php.

What is does

This extension makes it possible again to use all parts of the install tool in the same way as it has been possible in former versions of TYPO3.

E.g. the feature of class replacement (former XCLASS) by $GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][...] is made possible again.

History

Since at least TYPO3 10 some functionalities of the former TYPO3 backend have been moved into backend administration part of the install tool. Internally a redirect to the install tool PHP file is executed. This leads to a different behavior than before this change. Some global variables are not set any more in some parts of the TYPO3 install tool. This happens because the files ext_localconf.php of the extensions are sometimes not executed any more for the install tool. A redirect to the install tool is executed here and some other places:

\TYPO3\CMS\Install\Controller\BackendModuleController::setAuthorizedAndRedirect

See isssue #99434 for more details.

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-01-05