Shea Dawson
|
6a0323415b
|
Completed the ajax commenting functionality
|
2013-02-20 19:40:53 +13:00 |
|
Simon Welsh
|
dda00c5452
|
Update to use filter() instead of where()
|
2012-12-16 17:31:53 +13:00 |
|
Gordon Anderson
|
3b321bcabc
|
BUGFIX: Added missing onAfterPostComment hook
|
2012-11-27 19:56:21 +07:00 |
|
Kirk Mayo
|
7689623503
|
BUG: Fixing moderation on the comments module
|
2012-08-09 23:13:02 +12:00 |
|
Will Rossiter
|
6d3597095f
|
FIX: Implement paginated list for RSS feed. Fixes #31.
Includes functional tests for the RSSFeed but currently commented out until that feature lands in the main framework.
|
2012-07-31 20:45:29 +12:00 |
|
Ruud Arentsen
|
d606187ab7
|
fixed the issue that the form wouldn't submit
fixed the issue that the form wouldn't submit on require_login = true.
E-mail field needed to be hidden as well.
|
2012-07-26 09:12:05 +02:00 |
|
Will Rossiter
|
a3328641e7
|
FIX: use template for storing pending comment message.
|
2012-07-22 13:50:17 +12:00 |
|
Will Rossiter
|
c50740846c
|
FIX: exclude pending comments in RSS feed.
|
2012-07-22 13:43:42 +12:00 |
|
Will Rossiter
|
95667fdf41
|
FIX: restore spam, rss, delete, approve and ham controller actions on the front end.
|
2012-07-22 13:30:33 +12:00 |
|
Will Rossiter
|
6d1c5f2b30
|
MINOR: updated isAjax() calls to 3.0 compatible api
|
2012-06-02 09:34:35 +12:00 |
|
Shea
|
0adf17d363
|
fixed some api compatibility issues, added a basic comment gridfield to comment admin
|
2012-06-01 16:34:31 +10:00 |
|
Ingo Schommer
|
5b014b8496
|
SECURITY Using JSON instead of serialize() to stringify user data in PageCommentsInterface
|
2011-09-15 16:37:10 +02:00 |
|
Lamin Barrow
|
56109bb860
|
Fixed typo in
static $allowed_actions = array(
'delete',
'CommentsForm',
'doPostCommentz'
);
to
static $allowed_actions = array(
'delete',
'CommentsForm',
'doPostComment'
);
|
2011-02-05 14:48:48 -08:00 |
|
Will Rossiter
|
d9580ed600
|
FEATURE: added delete comment functionality. MINOR: added documentation
|
2010-12-11 18:01:19 +13:00 |
|
Will Rossiter
|
008e2c0143
|
BUGFIX: use the commenting configuration for getting correct comment permalinks. BUGFIX: perserve the correct ordering of comments in the front end
|
2010-12-07 13:34:17 +13:00 |
|
Will Rossiter
|
d06a9a12bc
|
ENHANCEMENT: allow comment area ids to be set in the configuration class allowing multiple forms on a single page. APICHANGE: migrated Comment::moderation() to the per type setting in the Commenting class
|
2010-12-06 23:08:38 +13:00 |
|