Go to file
2012-07-31 18:34:18 +12:00
_config FIX: backwards compatibility with 2.4 routes. 2012-07-22 12:48:34 +12:00
code NEW: Limit the number of comments in the rss feed instead of returning all of them which can cause a performance issue when the number of comment is high 2012-07-31 18:34:18 +12:00
docs/en NEW: Limit the number of comments in the rss feed instead of returning all of them which can cause a performance issue when the number of comment is high 2012-07-31 18:34:18 +12:00
javascript FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
lang Update i18n to yml 2012-07-22 13:50:43 +12:00
templates FIX: use template for storing pending comment message. 2012-07-22 13:50:17 +12:00
tests Remove superseded tests. 2012-07-22 13:52:50 +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 Update docs. Remove todo.md, see github issues for todo list now. 2012-07-22 13:29:42 +12:00

Comments

Maintainers

  • Will Rossiter (Nickname: willr, wrossiter)

Introduction

This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.

For more documentation about the module see the provided documentation located inside the docs folder.

Requirements

  • SilverStripe 3.0

Installation

See docs/en/Installing.md