Download the PHP package symbiote/silverstripe-versionedfiles without Composer
On this page you can find all versions of the php package symbiote/silverstripe-versionedfiles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symbiote/silverstripe-versionedfiles
More information about symbiote/silverstripe-versionedfiles
Files in symbiote/silverstripe-versionedfiles
Package silverstripe-versionedfiles
Short Description Add versioning to files
License BSD-3-Clause
Informations about the package silverstripe-versionedfiles
SilverStripe Versioned Files Module
Upgrading to Silverstripe CMS 4
This is a legacy module for Silverstripe CMS 3.
File versioning is built-in with Silverstripe CMS 4. There is currently no migration path from this module. Current file versions are handled by Silverstripe CMS’s built-in upgrade tooling. Both past file metadata versions (in FileVersion
table) and content versions (in assets/_versions
) are retained, but they’re no longer accessible via the CMS UI. If required, those versions can be retrieved by a developer.
Read the Keeping archived assets documentation article to configure your Silverstripe CMS 4 project to preserved archived files.
Requirements
- SilverStripe 3.1 +
Installation Instructions
- Place this directory in the root of your SilverStripe installation.
- Visit yoursite.com/dev/build to rebuild the database.
- Visit yoursite.com/dev/tasks/FileVersionCreationTask - this creates initial versions for any existing files.
Documentation
User guide
Known Issues
Contributing Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-versionedfiles to contribute translations, rather than sending pull requests with YAML files.