Go to file
Will Rossiter 5dec31c84f ENHANCEMENT: dont allow comments to be displayed on fake pages such as security. BUGFIX: updated commentadmin tests to just work 2010-12-11 18:33:21 +13:00
code ENHANCEMENT: dont allow comments to be displayed on fake pages such as security. BUGFIX: updated commentadmin tests to just work 2010-12-11 18:33:21 +13:00
docs/en FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
javascript FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
templates ENHANCEMENT: started to incorporate the jQuery version of comments 2010-12-07 14:09:52 +13:00
tests ENHANCEMENT: dont allow comments to be displayed on fake pages such as security. BUGFIX: updated commentadmin tests to just work 2010-12-11 18:33:21 +13:00
LICENSE Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00
README.md MINOR: updated documentation to make it clearer that it is still in development 2010-12-06 22:07:45 +13:00
TODO.md MINOR: padded out todo.md with some of the tasks 2010-12-06 23:12:35 +13:00
_config.php BUGFIX: add extension to SiteTree rather than Page to keep consitent with current setup 2010-12-03 15:01:21 +13:00

README.md

NOTE!!!!

This module is under development and not completely finished yet. The code is released simply for developers to check out the new API's and suggest improvements

Comments

Maintainers

  • Will Rossiter (Nickname: willr, wrossiter)

Introduction

This module provides a commenting functionality for Pages and other DataObjects. It replaces the built in commenting functionality with a more flexible plug and play version.

For more documentation about the module see the docs/ folder.

Requirements

  • SilverStripe Trunk

Installation

See docs/en/Installing.md