Go to file
Will Rossiter c3d6d08348 Merge pull request #75 from heffaklump90/master
Ensure that comment module does not overwrite users config with the stan...
2013-10-25 19:12:41 -07:00
_config FIX: Implement paginated list for RSS feed. Fixes #31. 2012-07-31 20:45:29 +12:00
.tx Transifex translation support 2013-07-08 12:08:02 +02:00
code Merge pull request #65 from catcherdev/master 2013-07-26 15:11:40 -07:00
docs/en Merged tiaitsch85:patch-1 2013-06-03 11:47:05 +12:00
javascript API Removed ajax comment submission 2013-03-19 11:21:29 +01:00
lang Updated master strings 2013-08-23 03:04:43 +12:00
templates Transifex translation support 2013-07-08 12:08:02 +02:00
tests 3.1 compat 2013-04-11 14:23:03 +02:00
_config.php Ensure that comment module does not overwrite users config with the standard config 2013-10-25 21:21:32 +02:00
.travis.yml Travis support 2013-03-29 09:33:51 +01:00
composer.json Change dependency versions to work for 3.1.0-rc1. 2013-08-13 11:08:20 +12: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.