Go to file
Christopher Pitt 93414c5231 Merge pull request #103 from tractorcow/pulls/better-redirect
Better redirection on posting of comment
2015-04-02 12:02:29 +13:00
.tx Transifex translation support 2013-07-08 12:08:02 +02:00
_config Explicitly define commenting controller route 2013-12-21 17:04:28 +13:00
code Merge pull request #103 from tractorcow/pulls/better-redirect 2015-04-02 12:02:29 +13:00
docs/en Merged tiaitsch85:patch-1 2013-06-03 11:47:05 +12:00
javascript FIX: Ensure that comments edited using AJAX are themselves editable using AJAX 2014-07-02 23:51:08 +07:00
lang UPDATE: explicitly provide permissions for comment administration 2014-11-12 10:38:50 +13:00
templates ENHANCEMENT If a user posts a spamcomment and it's saved, ensure the form is correctly redirected to 2015-04-01 17:12:47 +13:00
tests BUG Workaround for https://github.com/silverstripe/silverstripe-framework/pull/4053 2015-04-01 15:29:01 +13:00
.editorconfig Adding .editorconfig 2014-12-04 15:47:12 +00:00
.travis.yml Better XSS Protection via hashed token 2015-03-30 14:56:28 +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
_config.php NEW Only add comments to SiteTree objects if needed 2015-03-23 16:59:05 +00:00
composer.json Better XSS Protection via hashed token 2015-03-30 14:56:28 +13:00

README.md

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.