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
Send Test a Email
Sends a test email to verify that they're going through.
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
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)
Permamail clean-up task
Removes old SentEmail records. Takes two parameters: count and unit,
where count is the number of units of time to go back before truncating
the records. E.g. ?count=30&unit=days will keep the last 30 days of emails.
Fix ElementExternalLinks and ElementInternalLinks DB structure
ElementExternalLinks and ElementInternalLinks have been consolidated into a single class ElementLink so this task migrates old links to new DB structure
Fix Element title
Now that element label has been removed and widget title been created, we need to move the values from the label field to the title field
UserForms 3.0 Migration Tool
Upgrade tool for sites upgrading to userforms 3.0