2009-11-02 05:02:57 +01:00
|
|
|
# Content Review module
|
|
|
|
|
|
|
|
## Maintainer Contact
|
|
|
|
* Tom Rix (Nickname: trix)
|
|
|
|
<tom (at) silverstripe (dot) com>
|
|
|
|
|
|
|
|
## Requirements
|
2013-09-21 08:12:36 +02:00
|
|
|
* SilverStripe 3.0
|
2010-07-20 05:50:17 +02:00
|
|
|
* Database: MySQL, Postgres, SQLite or MSSQL
|
2010-05-24 07:16:32 +02:00
|
|
|
* PHP 5.2 or newer (because of Zend_Date usage)
|
2009-11-02 05:02:57 +01:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Drop it into your installation folder, and refresh your database schema
|
|
|
|
through `http://<your-host>/dev/build`.
|
|
|
|
|
2010-01-11 21:39:46 +01:00
|
|
|
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
|
|
|
|
|
2009-11-02 05:02:57 +01:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
When you open a page in the CMS, there will now be a Review tab.
|
2013-03-18 03:20:51 +01:00
|
|
|
|
|
|
|
## Migration
|
|
|
|
When migrating from an older version of this module to the current version,
|
|
|
|
you might need to run: /dev/tasks/ContentReviewOwnerMigrationTask
|
|
|
|
|