Sync Files & Images assets
The Files & Images system in SilverStripe maintains its own database
of the contents of the assets/ folder. This action will update that database, and
should be called whenever files are added to the assets/ folder from outside
SilverStripe, for example, if an author uploads files via FTP.
Migrate SiteTree Linking Task
Rewrites plain internal HTML links into shortcode form, using existing link tracking information.
Upgrade SiteTree Permissions Schema
Move data from legacy columns to new schema introduced in SilverStripe 2.1.
SiteTree->Viewers to SiteTree->CanViewType
SiteTree->Editors to SiteTree->CanEditType
SiteTree->ViewersGroup to SiteTree->ViewerGroups (has_one to many_many)
SiteTree->Editorsroup to SiteTree->EditorGroups (has_one to many_many)
See http://open.silverstripe.com/ticket/2847
Cleanup generated PDFs
Removes generated PDFs on the site, forcing a regeneration of all exports to PDF when users
go to download them. This is most useful when templates have been changed so users should receive a new copy
Database Migrations
Provide atomic database changes (not implemented yet)
UserForms EditableFormField Column Clean task
Removes unused columns from EditableFormField for MySQL databases;
UserForms Versioned Initial Migration
Publishes the existing forms
Database Migrations
Provide atomic database changes (not implemented yet)
Clean Image Manipulation Cache
Clean the failed image manipulation cache. Use this to allow SilverStripe to attempt
to resample images that have previously failed to resample (for example if memory limits were exceeded).
Encrypt all passwords tasks
Convert all plaintext passwords on the Member table to the default encryption/hashing
algorithm. Note: This mainly applies to passwords in SilverStripe 2.1 or earlier, passwords in newer versions
are hashed by default.
Regenerate Cached Images Task
Regenerate all cached images created as the result of an image manipulation
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)
File Version Creation Task
Creates version records for files that do not have one.
Workflow Reminder Task
Sends out workflow reminder emails to stale workflow instances
ContentReviewEmails
No description available
ContentReviewOwnerMigrationTask
No description available
Checking broken External links in the SiteTree
A task that records external broken links in the SiteTree
Solr_Configure
No description available
Solr_Reindex
No description available
CreateQueuedJobTask
A task used to create a queued job. Pass the queued job class name as the "name" parameter, pass an optional "start" parameter (parseable by strtotime) to set a start time for the job.
ProcessJobQueueChildTask
No description available
ProcessJobQueueTask
Used via a cron job to execute queued jobs that need to be run.
PublishItemsTask
No description available
Remove expired share tokens
Remove all expired ShareTokens from the database
Migrate Translatable Task
Migrates site translations from SilverStripe 2.1/2.2 to new database structure.
UserForms 3.0 Migration Tool
Upgrade tool for sites upgrading to userforms 3.0