Go to file
Andrew Short 90db01d259 Fix incorrect usage of data list methods. 2013-09-25 22:35:38 +10:00
_config Move config into YAML files. 2013-09-23 15:57:53 +10:00
code Fix incorrect usage of data list methods. 2013-09-25 22:35:38 +10: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
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