Simple embargo & expiry for Site Tree

Installs: 68 804

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 12

Forks: 7

Type:silverstripe-vendormodule

2.0.0 2023-02-26 23:01 UTC

README

example workflow Scrutinizer Code Quality codecov

Overview

Based on the work by Marcus Nyeholt and Andrew Short for the Advanced Workflow module.

This module adds the ability to schedule publish and unpublish events at a certain date and time. It can be applied to different model classes, but is commonly used with SiteTree.

Features:

  • Date and time picker (through SilverStripe CMS, where browsers support it)
  • Publish "windows" by setting a publish date with a subsequent unpublish date
  • Scheduled publication through queuedjobs
  • Respects cascading publish through ownership relations
  • Expiry unpublishes the page (leaves it in "draft" mode)
  • Optionally lock editing while publication is scheduled
  • Add status flags to pages in the tree
  • Support for translations in silverstripe/fluent

Credit and Authors

Requirements

Documentation

Known Limitations

  • Does not support recurring embargo or expiry schedules
  • Does not support multiple concurrent schedules for the same object
  • Does not support embargo to a particular live version
  • Does not support expiry to an earlier live version
  • Any edits to an embargoed page will be published on the date (not tied to a version)