Go to file
Andrew Short 730e9e94d4 Update the README to have the correct details. 2013-09-21 16:12:36 +10:00
code API renaming SiteTree->OwnerID column because it conflicts with the blog module 2013-03-18 15:20:51 +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 API renaming SiteTree->OwnerID column because it conflicts with the blog module 2013-03-18 15:20:51 +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
_config.php BUGFIX: Check for class_exists in contentreview 2010-03-01 21:17:11 +00:00
composer.json Create composer.json 2013-01-07 04:48:09 -08: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