Commit Graph

25 Commits

Author SHA1 Message Date
AdamSawoscianik d5b9a2818c
Update Installing.md
Adding information about $CommentsForm tag to help people with this module.
2019-10-03 10:32:22 +02:00
Robbie Averill 89204c0c1c FIX "Allow Comments" label now reads "Allow comments" - should not have been capitalised 2019-05-02 11:31:32 +12:00
Dylan Wagstaff a25668eba0 Remove SS 2.x upgrade code that runs every build 2018-01-29 15:26:16 +13:00
Dylan Wagstaff 7b38707fde FIX: update javascript requirements so user JS doesn't error 2018-01-29 13:04:34 +13:00
Robbie Averill ab3f35257b SS4 compatibility updates - ORM, Form, Controller changes
* Remove CommentList and replace with a polymorphic has_one relationship
* Tweaks for unit tests. Add tests for encode/decodeClassName.
2017-01-17 16:25:09 +13:00
scott1702 5d99054805 Update docs about gravatars 2016-03-21 13:33:44 +13:00
Gordon Anderson 41bc663d5d FIX: Add missing parameters for nested comments to example configuration 2016-02-09 13:46:31 +07:00
Christopher Pitt c6c4702caf Removed deprecated example configuration 2015-11-16 11:56:34 +13:00
Gordon Anderson 563a617b14 Update syntax error in Configuration.md
Minor error in the example yml file in the documentation, namely a semicolon instead of a colon in the yml file
2015-05-04 20:13:44 +07:00
Damian Mooyman 3deea94a8c API Restore ability to do frontend-moderation
This feature is disabled by default, but can be turned on either for spam, unmoderated comments, or both.
2015-04-14 14:04:29 +12:00
Damian Mooyman 6ebbd9e1ac API Allow commenting options to be set per-page in CMS 2015-04-13 15:35:25 +12:00
Damian Mooyman 1900ab14b5 API Move configuration of comments to the config API and enable per-instance configuration
Enable comment moderation per-page
2015-04-09 10:34:33 +12:00
tiaitsch85 07123cfcfc Merged tiaitsch85:patch-1 2013-06-03 11:47:05 +12:00
Gordon Anderson a9307d8175 Update Gravatar Configuration.md documentation 2013-05-01 18:02:11 +12:00
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
Gordon Anderson 26d304a6e9 ENHANCEMENT: Added gravatar configuration 2013-03-06 16:08:39 +07:00
Will Rossiter f38b9daebd Use newlines in comments. 2013-03-05 21:37:00 +13:00
Ingo Schommer 0cf5f66783 NEW Comment previews 2013-03-04 12:10:59 +01:00
Ingo Schommer e450807b1c NEW Optionally allow (sanitized) HTML in comments 2013-03-04 12:10:56 +01:00
Russell Michell ce3af93a50 BUGFIX: Fixed calls to Comment::get() to be compatible with PostGres
MINOR: Modified docs with basic composer info, typos, grammar etc
ENHANCEMENT: Hid the existing 'BaseClass' textfield making a hidden field. There should be no need to manually change this.
2012-12-19 08:47:34 +13:00
Will Rossiter 41f3c61718 Update docs. Remove todo.md, see github issues for todo list now. 2012-07-22 13:29:42 +12:00
Will Rossiter 4713fce06f MINOR: documentation 2010-12-13 12:48:20 +13:00
Will Rossiter d9580ed600 FEATURE: added delete comment functionality. MINOR: added documentation 2010-12-11 18:01:19 +13:00
Will Rossiter b9970c1f94 BUGFIX: Fixed template naming and variables for front end template. 2010-11-30 22:49:21 +13:00
Will Rossiter c81f3cacfa APICHANGE: Renamed PageCommentInterface to CommentsInterface. Implemented new CommentForm function to display templates 2010-11-30 13:37:01 +13:00