Go to file
Guy Sartorelli 000e7c0ff0
Merge pull request #360 from creative-commoners/pulls/4/broken-builds
MNT Broken builds
2023-01-25 13:38:52 +13:00
.github/workflows Merge branch '3.8' into 3 2022-08-02 18:47:23 +12:00
.tx Updated translations 2015-05-20 09:29:41 +12:00
_config MNT Remove legacy upgrader config 2023-01-20 17:12:25 +13:00
client ENH Use yarn and webpack to upgrade jquery 2021-03-04 17:05:29 +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 FIX Parameter order 2023-01-19 21:18:14 +13:00
templates API Stop using deprecated API 2022-11-29 09:35:55 +13:00
tests MNT Broken builds 2023-01-24 15:43:13 +13: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
README.md MNT Standardise modules 2022-08-01 16:21:22 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json DEP PHP Support in CMS5 2022-12-21 15:04:11 +13:00
license.md Updated license year 2016-01-01 06:42:13 +13:00
package.json DEP Update JS dependencies 2021-11-23 10:45:13 +13: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 ENH Use yarn and webpack to upgrade jquery 2021-03-04 17:05:29 +13:00
yarn.lock Merge pull request #337 from silverstripe/pulls/3/update-js-1648772023 2022-05-31 11:02:37 +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.

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.