Classes

Service to help migrate File dataobjects to the new APL.

Service to help migrate Folder dataobjects to the new database format.

A task to manually flush InterventionBackend cache

Service to migrate legacy format thumbnails, to avoid regenerating them on demand.

Service to help identify and migrate Files that have been saved to the wrong asset store and restore them to the appropriate physical location.

Removes stray .htaccess files created through the silverstripe/secureassets module on a 3.x-based site. The 4.x protections work differently: One central assets/.htaccess file routes non-existent paths through SilverStripe, which can choose to return a file from assets/.protected.

SS4 and its File Migration Task changes the way in which files are stored in the assets folder, with files placed in subfolders named with partial hashmap values of the file version. This helper class goes through the HTML content fields looking for instances of image links, and corrects the link path to what it should be, with an image shortcode.

SS4 and its File Migration Task changes the way in which files are stored in the assets folder, with files placed in subfolders named with partial hashmap values of the file version. This build task goes through the HTML content fields looking for instances of image links, and corrects the link path to what it should be, with an image shortcode.