Go to file
Steve Boyd 739b211afb ENH Update translations 2020-11-18 12:56:01 +13:00
.tx Updated translations 2015-05-20 09:29:41 +12:00
_config Add legacy YAML for upgrading 2019-08-15 09:50:27 +12:00
client Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
css Restore empty comments.css file 2019-11-12 11:53:35 +13:00
docs/en Update Installing.md 2019-10-03 10:32:22 +02:00
lang ENH Update translations 2020-11-18 12:56:01 +13:00
src Fixes #300 2020-04-20 09:40:57 +12:00
templates Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
tests FIX Remove reliance on translations in fieldLabels test, run textcollector, remove deprecated code from CommentsTest 2019-05-10 09:33:18 +12:00
thirdparty/jquery-validate Update jQuery.validation to 1.19.0 2019-03-25 09:56:58 +13:00
.codecov.yml Add .codecov.yml file 2017-07-19 16:04:34 +01:00
.editorconfig Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
.eslintignore Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
.eslintrc.js Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
.gitattributes NEW Convert to vendor module, add table_name to test stubs and add PHP 7.2 to travis 2017-12-12 17:03:04 +13:00
.gitignore Add phpunit, lint fixes and removed compass for webpack 2017-09-14 10:01:09 +12:00
.nvmrc Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
.scrutinizer.yml Update Scrutinizer configuration to use new build engine 2019-02-10 07:01:57 +03:00
.travis.yml Update config for 3.3 / CMS 4.5 branches 2019-11-18 12:12:58 +13: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 Fix documentation link 2019-02-19 02:32:09 +07:00
_config.php FIX Merge config in tests, add phpcs and add HTML purifier to Travis builds 2017-10-09 17:26:07 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json Update config for 3.3 / CMS 4.5 branches 2019-11-18 12:12:58 +13:00
license.md Updated license year 2016-01-01 06:42:13 +13:00
package.json Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
phpcs.xml.dist Remove redundant phpcs rules, reduce some line lengths and use injector to create checkbox fields 2018-09-24 18:09:25 +02:00
phpunit.xml.dist FIX Merge config in tests, add phpcs and add HTML purifier to Travis builds 2017-10-09 17:26:07 +13:00
webpack.config.js Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
yarn.lock Bump elliptic from 6.5.1 to 6.5.3 2020-07-30 14:08:55 +00:00

README.md

Comments

Build Status Scrutinizer Code Quality SilverStripe supported module Code Coverage

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

Note: This branch is compatible with SilverStripe 4. For a SilverStripe 3 release, please see the 2.x release line.

Installation

composer require silverstripe/comments

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.