Core Tools Linkable to Linkable Module Task
Migrate Core Tools Linkable DataExtension data to Linkable Module Link records.
Core Tools - Header Image Migration Task
No description available
Dynamic\CoreTools\Tasks\SettingsToConfigTask
No description available
Core Tools - Spiff Migration Task
Migrate Core Tools Spiffs - Headline field to Title.
Email Address Task
Convert depreciated 'Email Address' field to new 'Email' field.
Location categories to many_many
Migration task - Converts locations to have multiple categories
Publish all Locations
Migration task - pre versioning on Location
Purge old SiteTree versions
Delete old SiteTree versions as well as drafts from the database
MigrateContentToElement
When installing Elemental this task converts content in the $Content field to an ElementContent
Reset Globally Enabled elements
Reset individual elements 'AvailableGlobally' setting with the default_global_elements config
Flexslider - Default Slide Type Task
No description available
Flexslider - Slide Link Migration Task
No description available
FlexSlider - Default Values
Set default values for slider after the thumbnail nav update
Dynamic\TemplateConfig\BuildTasks\TemplateConfigMigration
No description available
Migrate SiteTree Linking Task
Updates legacy SiteTree link tracking into new polymorphic many_many relation
Database Migrations
Provide atomic database changes (not implemented yet)
Re-generate all search documents
Generate search documents for items.
Rewrite tags to shortcodes
Rewrites tags to shortcodes in any HTMLText field
Parameters:
- baseClass: The base class that will be used to look up HTMLText fields. Defaults to SilverStripe\ORM\DataObject
- includeBaseClass: Whether to include the base class' HTMLText fields or not
Migrate versionedfiles
If you had the symbiote/silverstripe-versionedfiles module installed on your 3.x site, it
is no longer needed in 4.x as this functionality is provided by default. This task will remove the old _versions
folders or protect them, depending on the strategy you use. Use ?strategy=delete or ?strategy=protect (Apache
only). [Default: delete]
Deletes all temporary test databases
Cleans up leftover databases from aborted test executions (starting with ss_tmpdb)
Migrate File dataobjects from 3.x and successive iterations in 4.x
Imports all files referenced by File dataobjects into the new Asset Persistence Layer introduced in 4.0.
Moves existing thumbnails, and generates new thumbnail sizes for the CMS UI. Fixes file permissions.
If the task fails or times out, run it again and if possible the tasks will start where they left off.
You need to flush your cache after running this task via CLI.
See https://docs.silverstripe.org/en/4/developer_guides/files/file_migration/.
i18n Textcollector Task
Traverses through files in order to collect the 'entity master tables'
stored in each module.
Parameters:
- locale: Sets default locale
- writer: Custom writer class (defaults to i18nTextCollector_Writer_RailsYaml)
- module: One or more modules to limit collection (comma-separated)
- merge: Merge new strings with existing ones already defined in language files (default: FALSE)
UserForms EditableFormField Column Clean task
Removes unused columns from EditableFormField for MySQL databases;