SilverStripe Development Tools: Tasks

https://www.sheboyganyouthsailing.zeus.dynamicservr.com/

dev → tasks

Foxy Settings Migration Task

Migrate data from SiteSettings to the new FoxySettings
Run task

SYSC options recovery task

Migrate data from a backup to recover deleted options
Run task

Product Page Upgrade task

House keeping items as a part of the Silverstripe upgrade for the Product Page
Run task

Update Slide Images

Update side images to use Linkable
Run task

Publish Timeline Sections

Publish timeline sections following upgrade tasks
Run task

Widget Area Upgrade task

House keeping items as a part of the Silverstripe upgrade for Widgets
Run task

Publish Block Objects

Migrate block objects from alpha releases
Run task

Publish all SlideImages

Migration task - pre versioning on SlideImage (3.x)
Run task

FlexSlider Default Values

Set default values for slider after the thumbnail nav update
Run task

FoxyStripe Orders: Encrypt Responses Task

Encrypt any unencrypted FoxyCart datafeed responses. Migrate from old versions of FoxyStripe that didn't save responses encrypted
Run task

FoxyStripe Orders: Parse all Orders

Generate new order information from the FoxyCart Datafeed XML
Run task

Publish all MemberProfile fields and sections

FoxyStripe Members migration task for SilverStripe 4 upgrades
Run task

Email Address Task

Convert depreciated 'Email Address' field to new 'Email' field.
Run task

Location categories to many_many

Migration task - Converts locations to have multiple categories
Run task

Publish all Locations

Migration task - pre versioning on Location
Run task

SheaDawson\Blocks\Tasks\BlockUpgradeTask

No description available
Run task

MigrateContentToElement

When installing Elemental this task converts content in the $Content field to an ElementContent
Run task

Core Tools Linkable to Linkable Module Task

Migrate Core Tools Linkable DataExtension data to Linkable Module Link records.
Run task

Core Tools - Header Image Migration Task

No description available
Run task

Dynamic\CoreTools\Tasks\SettingsToConfigTask

No description available
Run task

Dynamic\TemplateConfig\BuildTasks\TemplateConfigMigration

No description available
Run task

Import search data

Import data into search table
Run task

Hydrate the focuspoint extension image size cache

Run this task to cache all image sizes, and speed up image generation
Run task

Migrate SiteTree Linking Task

Updates legacy SiteTree link tracking into new polymorphic many_many relation
Run task

Database Migrations

Provide atomic database changes (subclass this and implement yourself)
Run task

Login Session Garbage Collection Task

Removes expired login sessions and “remember me” hashes from the database
Run task

Clear InterventionBackend cache

Clears caches for InterventionBackend
Run task

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
Run task

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]
Run task

Deletes all temporary test databases

Cleans up leftover databases from aborted test executions (starting with ss_tmpdb)
Run task

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/.
Run task

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)
Run task

Migrate Focus-Point Field-Values.

Migrate Focus-Point fields from v2 to v3 or vice-versa.
Run task

UserForms EditableFormField Column Clean task

Removes unused columns from EditableFormField for MySQL databases;
Run task