定制 sudhaus7/sudhaus7-wizard 二次开发

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

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

sudhaus7/sudhaus7-wizard

Composer 安装命令:

composer require sudhaus7/sudhaus7-wizard

包简介

(Sudhaus7) Wizard to copy Typo3 Website Trees

README 文档

README

Latest Stable Version Build Status Total Downloads Monthly Downloads

This is a TYPO3 extension with the extension key sudhaus7_wizard. With this extension a sitepackage can be extended to be able to completly clone an existing site by generating a wizard record, configuring the new name, url and user.

Changelog

1.0.1

  • Feature: Added site set support
  • Bugfix: Corrected sites config path for classic installations
  • Bugfix: Corrected wizard command
  • Bugfix: Ensured correct folder creation

1.0.0

  • Requires TYPO3 13.4 (dependency updated from ^13.0 to ^13.4)
  • Requires PHP 8.2 or higher
  • Breaking change: WizardProcessInterface has been extended by a new method providing the template-defined file mountpoints to replace. Add this to your implementations:
public function getFileMountPoints(): array;

The file mountpoint is now replaced (not appended) on wizard run during be_groups generation. To restore the previous append behaviour, listen to CreateBackendUserGroupEvent, which now exposes the template file mountpoints via getTemplateFileMountPoints().

0.4.0

  • breaking change a Source has been defined from SourceInterface. Sources need now a connection to the CreateProcess. Upgrade your source by adding this code-snippet:
use SUDHAUS7\Sudhaus7Wizard\CreateProcess;

protected ?CreateProcess $createProcess = null;

public function getCreateProcess(): CreateProcess
{
    if ($this->createProcess === null) {
        throw new \InvalidArgumentException('Create Process must be defined', 1715795482);
    }
    return $this->createProcess;
}

public function setCreateProcess( CreateProcess $createProcess ): void
{
    $this->createProcess = $createProcess;
}

0.2.0

  • Breaking change: Update in WizardProcessInterface - in getTemplateBackendUserGroup and getTemplateBackendUser the CreateProcess Object is now added as a parameter. Please update your implementations for this Interface accordingly
public function getTemplateBackendUser(CreateProcess $pObj): array;
public function getTemplateBackendUserGroup(CreateProcess $pObj): array;

0.2.0

  • Breaking change: Update in WizardTemplateConfigInterface - please add at least the following lines to your implementations of this interface:
public function modifyRecordTCA(array $TCA): array
{
    return $TCA;
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固