symbiote/silverstripe-versionedfiles

Add versioning to files

Maintainers

πŸ‘ symbiote

Package info

github.com/symbiote/silverstripe-versionedfiles

Type:silverstripe-module

pkg:composer/symbiote/silverstripe-versionedfiles

Statistics

Installs: 32 525

Dependents: 3

Suggesters: 0

Stars: 22

Open Issues: 1

2.0.3 2018-07-02 23:37 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

BSD-3-Clause 7b5919b6bd232ee6240315bc08989f370e197db3

  • Andrew Short <andrewjshort.woop@gmail.com>

silverstripe


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.