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)
Migrate Shop
Where dev/build is not enough, this task updates database to work with latest version of shop module.
You may want to run the CartCleanupTask before migrating if you want to discard past carts.
UserForms EditableFormField Column Clean task
Removes unused columns from EditableFormField for MySQL databases;
UserForms Versioned Initial Migration
Publishes the existing forms
Legacy blog migration to 2.x task
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)
Newsletter Send Controller
Triggers processing of the send queue the specific newsletter ID.
Usage: dev/tasks/NewsletterSendController?newsletter=#
Calculate Product Sales Popularity
Count up total sales quantites for each product
Delete abandoned carts
Deletes abandoned carts.
Create International Zone
Quickly creates an international zone, based on all available countries.
Customers to Group
Adds all customers to an assigned group.
Populate Cart
Add 5 random Live products or variations to cart, with random quantities between 1 and 10.
Populate Shop
Creates dummy account page, products, checkout page, terms page.
Recalculate All Orders
Runs all price calculation functions on all orders.
Preview Shop Emails
Previews shop emails
SilverStripe\Omnipay\UI\Tasks\GenerateJavascriptI18nTask
No description available
UserForms 3.0 Migration Tool
Upgrade tool for sites upgrading to userforms 3.0