Go to file
2016-03-27 20:37:46 +07:00
_config ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
.tx Updated translations 2015-05-20 09:29:41 +12:00
code ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
css ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
docs/en Update docs about gravatars 2016-03-21 13:33:44 +13:00
javascript ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
lang Update translations 2016-02-04 11:03:41 +13:00
scss ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
templates ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
tests ENHANCEMENT: Relative time is now shown using jquery.TimeAgo, allowing for caching of comments 2016-03-27 20:37:46 +07:00
thirdparty/jquery-validate Nested comments proof of concept 2015-04-21 11:12:42 +12:00
_config.php Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.editorconfig Added standard editor config 2015-11-19 13:24:59 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:11:24 +13:00
.gitignore Nested comments proof of concept 2015-04-21 11:12:42 +12:00
.scrutinizer.yml Added standard Scrutinizer config 2016-03-21 17:08:53 +13:00
.travis.yml Fixing Travis support repo branch 2016-01-19 20:20:18 +00:00
changelog.md Add changelog for 2.0.3 2016-02-04 12:00:02 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:12:57 +13:00
composer.json FIX: Added SilverStripe CMS to suggested packages. Fixed value to be description for html purifier instead of a version constraint 2016-01-13 10:17:24 +07:00
config.rb Minor: Turn off line numbers for generated CSS 2016-02-12 21:14:43 +07:00
license.md Updated license year 2016-01-01 06:42:13 +13:00
README.md MINOR: Update version of notifications module to one that is not deprecated 2016-02-09 20:07:22 +07:00

Comments

Build Status Scrutinizer Code Quality Code Coverage Build Status codecov.io

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads Daily Downloads

Dependency Status Reference Status

codecov.io

Changelog

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

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.