Lamin Barrow 56109bb860 Fixed typo in
static $allowed_actions = array(
		'delete',
		'CommentsForm',
		'doPostCommentz'
	);

to

static $allowed_actions = array(
		'delete',
		'CommentsForm',
		'doPostComment'
	);
2011-02-05 14:48:48 -08:00
2011-02-05 14:48:48 -08:00
2010-12-13 12:48:20 +13:00
2010-12-13 12:54:14 +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

Description
No description provided
Readme 3.7 MiB
Languages
PHP 91.9%
JavaScript 3.7%
Scheme 2.9%
SCSS 1.5%