Go to file
Stig Lindqvist 131d643a8c Allow users and/or groups to be content owners 2014-02-13 16:35:13 +13:00
_config Allow users and/or groups to be content owners 2014-02-13 16:35:13 +13:00
code Allow users and/or groups to be content owners 2014-02-13 16:35:13 +13:00
javascript API renaming SiteTree->OwnerID column because it conflicts with the blog module 2013-03-18 15:20:51 +13:00
templates MINOR: minor update to the wording of the emails 2010-04-15 02:42:25 +00:00
tests Allow users and/or groups to be content owners 2014-02-13 16:35:13 +13:00
LICENSE MINOR added license 2010-02-26 01:28:22 +00:00
README.md Update the README to have the correct details. 2013-09-21 16:12:36 +10:00
composer.json Require SS 3.1. 2013-09-23 15:57:47 +10:00

README.md

Content Review module

Maintainer Contact

  • Tom Rix (Nickname: trix) <tom (at) silverstripe (dot) com>

Requirements

  • SilverStripe 3.0
  • Database: MySQL, Postgres, SQLite or MSSQL
  • PHP 5.2 or newer (because of Zend_Date usage)

Installation

Drop it into your installation folder, and refresh your database schema through http://<your-host>/dev/build.

If you wish to have emails sent when a page comes up for review, you new to have the DailyTask cron job set up. See ScheduledTask.php

Usage

When you open a page in the CMS, there will now be a Review tab.

Migration

When migrating from an older version of this module to the current version, you might need to run: /dev/tasks/ContentReviewOwnerMigrationTask