Skip to content

muskie9/silverstripe-moderation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###############################################
Item Moderation Module
###############################################

25 June 2009

Version: Slightly Stable

This is a module that adds moderation to any DataObject, page type or otherwise

Maintainer Contact
-----------------------------------------------
Hamish Friedlander <hamish (at) silverstripe (dot) com>

Installation Instructions
-----------------------------------------------

Bind the moderatable decorator to the DataObject type you wish to be able to rate in your sites _config.php

Object::add_extension('Review', 'Moderatable');

Usage Overview
-----------------------------------------------

Create a template called "{ClassName}Moderation", which is what is shown in the ModerationAdmin interface.
Use Approved to get the currently approved items.

Known issues
-----------------------------------------------

Pagination doesn't work with 'All'
No default templates
No documentation

To Do
-----------------------------------------------

Fix the above
Add spam scoring
Flesh out user moderation system
Add tests

About

This is a module that adds moderation to any DataObject, page type or otherwise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.2%
  • JavaScript 16.0%
  • CSS 3.0%
  • Scheme 0.8%