Go to file
2012-07-22 12:48:34 +12:00
_config FIX: backwards compatibility with 2.4 routes. 2012-07-22 12:48:34 +12:00
code FIX: include separate grid fields for unmoderated and moderated comments. 2012-07-22 12:47:59 +12:00
docs/en MINOR: documentation 2010-12-13 12:48:20 +13:00
javascript FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
lang MINOR: added lang files 2010-12-13 12:54:14 +13:00
templates FIX: url not showing in comments template 2012-07-22 09:54:24 +12:00
tests MINOR: updated isAjax() calls to 3.0 compatible api 2012-06-02 09:34:35 +12: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
LICENSE Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00
README.md MINOR: added note that this is in alpha 2010-12-13 13:54:22 +13:00
TODO.md MINOR: padded out todo.md with some of the tasks 2010-12-06 23:12:35 +13:00

Comments

NOTE: this is alpha and not designed for production just yet. Please see the TODO.md file for remaining issues.

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

If you are upgrading from 2.4 or older releases please run a /dev/build after installing the module