The external content module provides a mechanism to make content from various external systems available within SilverStripe in a standard and familiar manner. Items from external content sources can be linked to and worked with as though they are normal SilverStripe data objects, while pulling the information through from the third party content provider. Additionally, content can be imported from the external system into native SilverStripe content items.
Some examples include
The Queued Jobs module provides a framework for SilverStripe developers to define processes that should be run as background tasks. This asynchronous processing allows users to continue using the system while long running tasks proceed when time permits. It also lets developers schedule these processes to be executed in the future.
The kinds of jobs that can benefit from being executed as background tasks
The Pixlr module integrates the Pixlr image editor within the CMS, allowing the creation of new images, and modification of existing images.
This module changes SilverStripe's object access module to be locked down as the default case, meaning that by default, there are NO permissions to an object except those explicitly granted to a user on a node (or tree), with the exception of admin users, who always have full access to all objects)
The new model of permission access has a few concepts that are slightly different to the existing model, and draws off the model seen in Alfresco