Go to file
Will Rossiter 462eac835a Merge pull request #2 from burnbright/patch-1
MINOR: Added nofollow to comment urls.
2011-08-23 17:04:14 -07:00
code Fixed typo in 2011-02-05 14:48:48 -08: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 Prevent spamdexing on SilverStripe websites. 2011-08-25 06:23:52 +12: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
_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