mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
25561d17a8
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) |
||
---|---|---|
_config | ||
code | ||
docs/en | ||
javascript | ||
lang | ||
templates | ||
tests | ||
_config.php | ||
composer.json | ||
LICENSE | ||
README.md |
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