Go to file
Christopher Pitt 304dee2792 Merge pull request #123 from tractorcow/pulls/2.0/fix-spam-moderation
BUG Fix "your comment is awaiting moderation" and "your comment is rejected as spam" messages appearing together.
2015-04-24 15:16:49 +12:00
.tx Transifex translation support 2013-07-08 12:08:02 +02:00
_config API Allow commenting options to be set per-page in CMS 2015-04-13 15:35:25 +12:00
code BUG FIx "your comment is awaiting moderation" and "your comment is rejected as spam" messages appearing together. 2015-04-24 14:28:40 +12:00
css Merge branch 'pr/121' 2015-04-23 11:50:30 +12:00
docs/en API Restore ability to do frontend-moderation 2015-04-14 14:04:29 +12:00
javascript Nested comments proof of concept 2015-04-21 11:12:42 +12:00
lang UPDATE: explicitly provide permissions for comment administration 2014-11-12 10:38:50 +13:00
scss Cleanup of comments theme 2015-04-23 11:49:47 +12:00
templates Cleanup of comments theme 2015-04-23 11:49:47 +12:00
tests Nested comments proof of concept 2015-04-21 11:12:42 +12:00
thirdparty/jquery-validate Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.editorconfig Adding .editorconfig 2014-12-04 15:47:12 +00:00
.gitignore Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.travis.yml Better XSS Protection via hashed token 2015-03-30 14:56:28 +13:00
LICENSE Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00
README.md Transifex translation support 2013-07-08 12:08:02 +02:00
_config.php Nested comments proof of concept 2015-04-21 11:12:42 +12:00
composer.json API Move configuration of comments to the config API and enable per-instance configuration 2015-04-09 10:34:33 +12:00
config.rb Nested comments proof of concept 2015-04-21 11:12:42 +12:00

README.md

Comments

Build Status

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.1

Installation

See docs/en/Installing.md

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-comments/ to contribute translations, rather than sending pull requests with YAML files.

See the "i18n" topic on doc.silverstripe.org for more details.