Go to file
helpfulrobot f40793723b Added standard code of conduct 2015-11-21 20:12:57 +13:00
.tx Updated translations 2015-05-20 09:29:41 +12:00
_config API Allow commenting options to be set per-page in CMS 2015-04-13 15:35:25 +12:00
code Prevented duplicate IDs on action buttons 2015-11-17 13:12:21 +13:00
css Merge branch 'pr/121' 2015-04-23 11:50:30 +12:00
docs/en Removed deprecated example configuration 2015-11-16 11:56:34 +13:00
javascript Nested comments proof of concept 2015-04-21 11:12:42 +12:00
lang Update translations 2015-11-17 16:07:37 +13:00
scss Cleanup of comments theme 2015-04-23 11:49:47 +12:00
templates Updated translations 2015-05-20 09:29:41 +12:00
tests BUG Fix assignment of default values 2015-08-25 16:49:58 +12:00
thirdparty/jquery-validate Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.editorconfig Added standard editor config 2015-11-19 13:24:59 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:11:24 +13:00
.gitignore Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.scrutinizer.yml Added better Scrutinizer support 2015-05-13 00:10:50 +12:00
.travis.yml Added standard Travis config 2015-11-19 14:18:53 +13:00
CHANGELOG.md Add changelog for 2.0.2 2015-11-18 15:53:35 +13:00
README.md Add changelog for 2.0.2 2015-11-18 15:53:35 +13:00
_config.php Nested comments proof of concept 2015-04-21 11:12:42 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json Added license to composer.json 2015-11-19 18:51:40 +13:00
config.rb Nested comments proof of concept 2015-04-21 11:12:42 +12:00
license.md Added standard license 2015-11-19 18:30:02 +13:00

README.md

Comments

Build Status

Changelog

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.