Commit Graph

8 Commits

Author SHA1 Message Date
Will Rossiter
5cfa476264 Remove relation to comments (Fixes #76) 2013-12-19 19:56:46 +13:00
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
Björn Radon
24790d77dd Ensure that comment module does not overwrite users config with the standard config 2013-10-25 21:21:32 +02:00
Will Rossiter
83a6de252f Only attach comments to pages if cms exists 2013-02-23 09:49:39 +13: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
Will Rossiter
e28fdbff35 BUGFIX: add extension to SiteTree rather than Page to keep consitent with current setup 2010-12-03 15:01:21 +13:00
Will Rossiter
3b5afbce23 Initial cut at new commenting configuration API 2010-11-30 23:06:22 +13:00
Will Rossiter
c34c228ee2 BUGFIX: Added default _config.php for the module 2010-11-30 13:36:49 +13:00