Sapphire Development Tools: Tasks
http://www.vssafety.com/
dev→
tasks- i18n Textcollector Task
Traverses through files in order to collect the 'entity master tables'
stored in each module.
- Database Migrations
Provide atomic database changes (not implemented yet)
- 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