Go to file
Guy Sartorelli a13b1e1819
Merge branch '3' into 4.0
# Conflicts:
#	yarn.lock
2023-08-30 10:31:52 +12:00
.github/workflows MNT Use gha-dispatch-ci 2023-03-21 12:23:30 +13:00
.tx ENH Update translations 2023-03-06 18:15:58 +13:00
_config MNT Remove legacy upgrader config 2023-01-20 17:12:25 +13:00
client DEP Upgrade frontend build stack 2023-01-27 09:42:51 +13:00
docs/en Update Installing.md 2019-10-03 10:32:22 +02:00
lang ENH Update translations 2023-08-18 13:46:02 +12:00
src API Remove deprecated code 2023-01-25 13:50:42 +13:00
templates API Stop using deprecated API 2022-11-29 09:35:55 +13:00
tests API Remove deprecated code 2023-01-25 13:50:42 +13:00
.editorconfig Upgrade dependencies and build settings 2019-11-11 12:18:54 +13:00
.eslintignore DEP Upgrade frontend build stack 2023-01-27 09:42:51 +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 DEP Upgrade frontend build stack 2023-01-27 09:42:51 +13:00
README.md DOC Update README.md for CMS 5 2023-04-19 17:15:18 +12:00
babel.config.json DEP Upgrade frontend build stack 2023-01-27 09:42:51 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json Merge branch '3' into 4.0 2023-04-27 14:42:33 +12:00
license.md Updated license year 2016-01-01 06:42:13 +13:00
package.json MNT Update dev JS 2023-04-03 14:31:01 +12:00
phpcs.xml.dist MNT Travis shared config, use sminnee/phpunit 2020-12-01 20:34:24 +13:00
phpunit.xml.dist MNT Standardise modules 2022-08-01 16:21:22 +12:00
webpack.config.js DEP Upgrade frontend build stack 2023-01-27 09:42:51 +13:00
yarn.lock Merge branch '3' into 4.0 2023-08-30 10:31:52 +12:00

README.md

Comments

CI Silverstripe supported module

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.

Installation

composer require silverstripe/comments

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 docs.silverstripe.org for more details.