teufels/tt3-scheduler
Composer 安装命令:
composer require teufels/tt3-scheduler
包简介
provide scheduler tasks
README 文档
README
[ ṯeufels ] Scheduler
provide scheduler tasks
This version supports TYPO3
Composer support
composer req teufels/tt3-scheduler
Requirements
- none
How to use
- Install with composer
Migration
- replace
beewilly/hive_schedulewithteufels/tt3-scheduler - migrate old hive_scheduler Task to new tt3_scheduler Task
Update from 2.0.x to 3.0.0
Note: After updating to 3.0.0, the TYPO3 core upgrade wizard must be executed to migrate existing scheduler tasks to the new TCA-based storage format.
Admin Tools → Upgrade → Upgrade Wizard → "Migrate scheduler tasks to new database storage format" (
schedulerDatabaseStorageMigration)Without running the wizard, existing tasks remain in the database but their configuration parameters will not be accessible until migrated.
Changelog
- 3.0.0 version for TYPO3 v14 only
- migrated scheduler task registration from deprecated SC_OPTIONS to native TCA-based registration (
ExtensionManagementUtility::addRecordType); - removed
AdditionalFieldProviderclasses; - added
getTaskParameters()/setTaskParameters()to task classes for automatic migration of existing tasks via TYPO3 core upgrade wizard (schedulerDatabaseStorageMigration) - replaced deprecated
GeneralUtility::getIndpEnv()withNormalizedParams(Deprecation #109551)
- migrated scheduler task registration from deprecated SC_OPTIONS to native TCA-based registration (
- 2.0.0 version for TYPO3 v13
- 1.0.3 Fix Deprecation: #97787 - Severities of flash messages and reports deprecated
- 1.0.2 LogFileHandlingTask: fix delete of old files
- 1.0.1 use defaultMailFromAddress as Sender & labels
- 1.0.0 intial from hive_scheduler
统计信息
- 总下载量: 1.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-07-21