silverstripe-comments/code
Will Rossiter 877537c284 FIX: resolve Controller not failing over to an extension method (Fixes #76)
Currently an issue exists that when a controller calls a method which exists on an extension (i.e Comments()) it incorrectly classed as a relation instead of a method resulting in a SQL error.

This patch works around that issue by directly invoking the method.
2013-11-28 21:28:09 +13:00
..
controllers -added config option 'require_moderation_nonmembers' - when set, only comments posted by non-members will require moderation 2013-06-04 14:12:16 -06:00
dataobjects Merge pull request #65 from catcherdev/master 2013-07-26 15:11:40 -07:00
extensions FIX: resolve Controller not failing over to an extension method (Fixes #76) 2013-11-28 21:28:09 +13:00
CommentAdmin.php 3.1 compat 2013-04-11 14:23:03 +02:00
Commenting.php -added config option 'require_moderation_nonmembers' - when set, only comments posted by non-members will require moderation 2013-06-04 14:12:16 -06:00