silverstripe/versionedfiles

This package is abandoned and no longer maintained. The author suggests using the symbiote/silverstripe-versionedfiles package instead.

Add versioning to files

Installs: 58 470

Dependents: 2

Suggesters: 0

Security: 0

Stars: 23

Watchers: 11

Forks: 26

Type:silverstripe-module

2.0.3 2018-07-02 23:37 UTC

README

Build Status Scrutinizer Code Quality SilverStripe supported 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

  1. Place this directory in the root of your SilverStripe installation.
  2. Visit yoursite.com/dev/build to rebuild the database.
  3. Visit yoursite.com/dev/tasks/FileVersionCreationTask - this creates initial versions for any existing files.

Documentation

User guide

Known Issues

Issue Tracker

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.