Go to file
Will Rossiter 30f291fc88 FEATURE: added migration script for existing page comments 2010-12-11 17:26:14 +13:00
code FEATURE: added migration script for existing page comments 2010-12-11 17:26:14 +13:00
docs/en BUGFIX: Fixed template naming and variables for front end template. 2010-11-30 22:49:21 +13:00
javascript ENHANCEMENT: started to incorporate the jQuery version of comments 2010-12-07 14:09:52 +13:00
templates ENHANCEMENT: started to incorporate the jQuery version of comments 2010-12-07 14:09:52 +13:00
tests Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +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