Go to file
Ingo Schommer 25561d17a8 API Removed ajax comment submission
The JS logic didn't account for edge cases like scrolling
to the inserted comment, or attaching the comment in the right sorting logic,
on the right pagination page. It also doesn't show any "loading" indication,
so is bad usability for the majority of users. A standard form submission
does the same job better in this case. Note that this doesn't affect
the ability to moderate/delete comments via ajax.

Replaced 'use_ajax_commenting' with 'include_js',
since its important for behaviour other than comment submission itself,
e.g. showing previews (doesn't work without JS)
2013-03-19 11:21:29 +01:00
_config FIX: Implement paginated list for RSS feed. Fixes #31. 2012-07-31 20:45:29 +12:00
code API Removed ajax comment submission 2013-03-19 11:21:29 +01:00
docs/en API Removed ajax comment submission 2013-03-19 11:21:29 +01:00
javascript API Removed ajax comment submission 2013-03-19 11:21:29 +01:00
lang Lithuanian translation 2013-01-22 10:26:22 -08:00
templates ENHANCEMENT: Show gravatar if it is enabled in the commenting configuration 2013-03-06 15:55:06 +07:00
tests Wildcard rules have been disallowed in 3.1 2013-03-05 22:04:15 +13:00
_config.php Only attach comments to pages if cms exists 2013-02-23 09:49:39 +13:00
composer.json NEW Optionally allow (sanitized) HTML in comments 2013-03-04 12:10:56 +01:00
LICENSE Initial commit with transfer of existing comments functionality 2010-11-30 11:24:17 +13:00
README.md Update docs. Remove todo.md, see github issues for todo list now. 2012-07-22 13:29:42 +12:00

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.0

Installation

See docs/en/Installing.md