Go to file
Will Rossiter 4e2d22e16d Merge pull request #214 from fullscreeninteractive/wilr-patch-1
If user cannot view record then prevent comment
2017-09-13 08:36:18 +12:00
.tx Updated translations 2015-05-20 09:29:41 +12:00
_config Remove deprecated@2.0. Update Migrate task to check table name. Minor tweaks to class names. Use Director::absoluteURL. 2017-01-17 17:39:06 +13:00
css FIX: Redirect to a URL that does not indicate an error, style moderation method 2016-03-24 08:55:23 +07:00
docs/en SS4 compatibility updates - ORM, Form, Controller changes 2017-01-17 16:25:09 +13:00
javascript ENHANCEMENT: Ajax spam/ham/approve/delete ressurected. Added confirm box for delete 2016-02-15 16:38:17 +07:00
lang add REPLYTO for french language 2016-10-20 13:40:23 -04:00
scss FIX: Redirect to a URL that does not indicate an error, style moderation method 2016-03-24 08:55:23 +07:00
src If user cannot view record then prevent comment 2017-07-28 17:12:01 +12:00
templates SS4 compatibility updates - ORM, Form, Controller changes 2017-01-17 16:25:09 +13:00
tests FIX Use a CommentableItem as the parent for the test Comment 2017-01-27 16:42:26 +13:00
thirdparty/jquery-validate Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.codecov.yml Add .codecov.yml file 2017-07-19 16:04:34 +01: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 FIX Fix CI builds, remove excessive Travis builds matrixes, update composer constraint for gridfield-bulk-tools 2017-01-27 12:48:57 +13:00
.travis.yml Remove PHP 5.5 build from travis 2017-07-05 11:02:59 +01:00
.upgrade.yml Remove deprecated@2.0. Update Migrate task to check table name. Minor tweaks to class names. Use Director::absoluteURL. 2017-01-17 17:39:06 +13:00
README.md SS4 compat: Update composer and YAML config, rename classes, update readme 2017-01-16 18:10:05 +13:00
_config.php Remove deprecated@2.0. Update Migrate task to check table name. Minor tweaks to class names. Use Director::absoluteURL. 2017-01-17 17:39:06 +13:00
changelog.md Update changelog for 2.1.1 2016-05-18 17:03:24 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json Remove @dev from gridfield bulk editing tools constraint 2017-01-27 23:23:56 +13:00
config.rb Minor: Turn off line numbers for generated CSS 2016-02-12 21:14:43 +07:00
license.md Updated license year 2016-01-01 06:42:13 +13:00

README.md

Comments

Build Status Scrutinizer Code Quality Code Coverage Build Status codecov.io

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads Daily Downloads

Dependency Status Reference Status

codecov.io

helpfulrobot

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 ^4.0

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.