mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
c02d851500
Removed the testProvidePermissions case since it is testing localisations that do not exist, and a localisation that belongs to the framework which should not be tested here. |
||
---|---|---|
_config | ||
.tx | ||
code | ||
css | ||
docs/en | ||
javascript | ||
lang | ||
scss | ||
templates | ||
tests | ||
thirdparty/jquery-validate | ||
_config.php | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
changelog.md | ||
code-of-conduct.md | ||
composer.json | ||
config.rb | ||
license.md | ||
README.md |
Comments
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 3.1
Installation
See docs/en/Installing.md
Related
- silverstripe/silverstripe-comments-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 doc.silverstripe.org for more details.