Go to file
2015-02-12 22:51:16 +07:00
_config Explicitly define commenting controller route 2013-12-21 17:04:28 +13:00
.tx Transifex translation support 2013-07-08 12:08:02 +02:00
code ENHANCEMENT: Addition of threaded comments options 2015-02-12 21:22:38 +07:00
css FIX: Reply form now rendering correctly after the change to display: table-cell when rendering a comment 2015-02-12 22:46:37 +07:00
docs/en Merged tiaitsch85:patch-1 2013-06-03 11:47:05 +12:00
extensions ENHANCEMENT: Allow, via extension configuration, the addition of Twitter handle for comments 2015-02-12 21:22:37 +07:00
javascript FIX: Repositioning in the DOM of the moderation message due to changing the comments to display: table-cell layout 2015-02-12 22:51:16 +07:00
lang UPDATE: explicitly provide permissions for comment administration 2014-11-12 10:38:50 +13:00
templates FIX: Swapped order of gravatar and comment, as using CSS display:table instead of floats for layout 2015-02-12 22:14:26 +07:00
tests MINOR: Addition of Depth to the fixtures 2015-02-12 22:14:25 +07:00
_config.php Remove relation to comments (Fixes #76) 2013-12-19 19:56:46 +13:00
.editorconfig Adding .editorconfig 2014-12-04 15:47:12 +00:00
.travis.yml Travis support 2013-03-29 09:33:51 +01:00
composer.json Update composer to point to now fixed 2.1 branch of bulk editing tools 2014-11-03 09:50:46 +13:00
LICENSE Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00
README.md Transifex translation support 2013-07-08 12:08:02 +02:00

Comments

Build Status

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.