Go to file
helpfulrobot 06f9732f4c Added standard code of conduct 2015-11-21 20:11:36 +13:00
.tx Add tx config 2015-11-04 10:26:51 +13:00
_config Make contentreview an inline form 2015-11-13 14:51:09 +13:00
code Converted to PSR-2 2015-11-18 16:38:28 +13:00
css Make 'Mark as reviewed' button look like an action 2015-11-13 16:22:24 +13:00
docs/en API CMS Editable notification templates 2015-11-18 13:25:54 +13:00
images Make contentreview an inline form 2015-11-13 14:51:09 +13:00
javascript BUG Show inherited date even when inheriting settings 2015-11-18 11:58:57 +13:00
lang Update translations 2015-11-17 16:11:33 +13:00
templates API CMS Editable notification templates 2015-11-18 13:25:54 +13:00
tests Converted to PSR-2 2015-11-18 16:38:28 +13:00
.editorconfig Added standard editor config 2015-11-19 13:24:15 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:10:29 +13:00
.gitignore Adding those pesky .DS_Store files to gitignore 2014-02-19 15:58:46 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-11-18 14:36:12 +13:00
.travis.yml Added standard Travis config 2015-11-19 14:18:10 +13:00
changelog.md Changelog for 3.0.0 release 2015-11-19 16:47:47 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:11:36 +13:00
composer.json Changelog for 3.0.0 release 2015-11-19 16:47:47 +13:00
contributing.md Added community files 2015-11-02 09:50:12 +13:00
license.md Added standard license 2015-11-19 18:29:08 +13:00
readme.md Add report filter for only the pages a user is assigned to 2015-11-18 09:44:08 +13:00

readme.md

Content Review module

Build Status Code Quality Version License

This module helps keep your website content accurate and up-to-date, which keeps your users happy.

It does so by sending reviewers reminder emails to go in and check the content. For a reviewer this often includes checking links, grammar, factual information and look and feel.

There are two types of roles with this module.

  • Website owner; (typically assigned to the Administrator group) ensures that a website is accurate and up-to-date, by delegating responsibility to content reviewers.
  • Content reviewer; responsible for keeping a website or part of a website accurate and up-to-date.

Requirements

  • SilverStripe ^3.1

Features

  • Content reviewer will receive an email notification when a page is due for review.
  • Content reviewer can mark a page as 'reviewed', and provide review notes.
  • Website owner can assign content reviewers to a page and set when the content should be reviewed.
  • Website owner can see a report of pages and their reviewed status.
  • Content reviewers can be assigned to a page, a page and all sub-pages, or globally.
  • The content review schedule can be automatic, e.g. every month, and/or a specific date.

Wishlist features

  • Overdue review reminder emails.
  • Customisable reminder emails.

Composer installation

$ composer require silverstripe/contentreview

You'll also need to run dev/build.

Documentation

See the docs/en folder.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.