Go to file
Will Rossiter 3a4a1dd4b4 FIX Ensure comments are escaped in RSS feeds.
FIX Also fix up preview to only output the comment content rather than the whole template.

FIX Hide preview after posting comment.

API Move AllowHtml to field to prevent issues with altering Html configuration after comments have been posted.

FIX If moderation is turned on for commenting, still render comments in preview mode.
2013-03-05 22:01:42 +13:00
_config FIX: Implement paginated list for RSS feed. Fixes #31. 2012-07-31 20:45:29 +12:00
code FIX Ensure comments are escaped in RSS feeds. 2013-03-05 22:01:42 +13:00
docs/en Use newlines in comments. 2013-03-05 21:37:00 +13:00
javascript FIX Ensure comments are escaped in RSS feeds. 2013-03-05 22:01:42 +13:00
lang Lithuanian translation 2013-01-22 10:26:22 -08:00
templates FIX Ensure comments are escaped in RSS feeds. 2013-03-05 22:01:42 +13:00
tests NEW Optionally allow (sanitized) HTML in comments 2013-03-04 12:10:56 +01:00
_config.php Only attach comments to pages if cms exists 2013-02-23 09:49:39 +13:00
composer.json NEW Optionally allow (sanitized) HTML in comments 2013-03-04 12:10:56 +01: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