silverstripe-australia/changesets

Group multiple changes into a single publishable changeset


Keywords
silverstripe, publishing
License
BSD-3-Clause

Documentation

Changesets Module

Maintainer Contact

Marcus Nyeholt

Requirements

  • SilverStripe 3.1
  • Versioned DataObjects

Documentation

This module changes the publishing mechanism for users from being one of single page modifications to instead being multiple page modifications being submitted as a single changeset. This can be considered as somewhat similar to how a source control management tool such as SVN or Git builds up a changeset before the user commits them all at once.

Quick Usage Overview

API

Troubleshooting