silverstripe / comments
This module provides commenting functionality for Pages and other DataObjects on your SilverStripe site.
Installs: 246 335
Dependents: 15
Suggesters: 2
Security: 1
Stars: 41
Watchers: 15
Forks: 80
Open Issues: 12
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- colymba/gridfield-bulk-editing-tools: ^4
- silverstripe/framework: ^5
Requires (Dev)
- ezyang/htmlpurifier: ^4.16
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
Suggests
- ezyang/htmlpurifier: Standards compliant HTML filter written in PHP
- silverstripe/cms: The SilverStripe Content Management System
- 4.x-dev
- 4.0.x-dev
- 4.0.1
- 4.0.0
- 4.0.0-rc1
- 4.0.0-beta1
- 3.x-dev
- 3.10.x-dev
- 3.10.4
- 3.10.3
- 3.10.2
- 3.10.1
- 3.10.0
- 3.10.0-rc1
- 3.10.0-beta1
- 3.9.x-dev
- 3.9.0
- 3.9.0-rc1
- 3.9.0-beta1
- 3.8.x-dev
- 3.8.0
- 3.8.0-rc1
- 3.8.0-beta1
- 3.7.x-dev
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.x-dev
- 3.6.0
- 3.6.0-rc1
- 3.6.0-beta1
- 3.6.0-alpha
- 3.5.x-dev
- 3.5.0
- 3.5.0-rc1
- 3.5.0-beta1
- 3.4.x-dev
- 3.4.0
- 3.3.x-dev
- 3.3.1
- 3.3.0
- 3.2.x-dev
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev / 2.2.x-dev
- 2.1.x-dev
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.2.x-dev
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- dev-pulls/4/update-js-1727741726
- dev-3.9-release
- dev-master
This package is auto-updated.
Last update: 2024-10-31 00:33:00 UTC
README
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
Related
- silverstripe/comment-notifications: Comment admin email notifications module
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.