mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
14 lines
425 B
Markdown
14 lines
425 B
Markdown
|
# TODO
|
||
|
|
||
|
* Permissions and configuration needs to be set on a per type of owner class rather than global
|
||
|
so we can support a blog with public comments and an ecommerce store with comments that you
|
||
|
have to login to post for instance
|
||
|
|
||
|
Commenting::enable_comments('SiteTree', array(
|
||
|
'requires_permission' => FOO,
|
||
|
'requires_login' => false
|
||
|
));
|
||
|
|
||
|
* Merge simon_w's jQuery work for page comments back in.
|
||
|
|
||
|
* Tests
|