Go to file
Stig Lindqvist 11e623ab09 Moved sitetree extension to extension directory 2014-02-17 17:06:27 +13:00
_config Adding content reviewed actions to a sitetree 2014-02-14 14:49:43 +13:00
code Moved sitetree extension to extension directory 2014-02-17 17:06:27 +13:00
javascript Adding content reviewed actions to a sitetree 2014-02-14 14:49:43 +13:00
templates MINOR: minor update to the wording of the emails 2010-04-15 02:42:25 +00:00
tests Adding content reviewed actions to a sitetree 2014-02-14 14:49:43 +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