MINOR: updated documentation to make it clearer that it is still in development

This commit is contained in:
Will Rossiter 2010-12-06 22:07:45 +13:00
parent 2514ce1a40
commit a5cc90e33f
2 changed files with 11 additions and 13 deletions

View File

@ -1,3 +1,9 @@
# NOTE!!!!
*This module is under development and not completely finished yet. The code is released
simply for developers to check out the new API's and suggest improvements*
# Comments
## Maintainers
@ -14,7 +20,7 @@ For more documentation about the module see the docs/ folder.
## Requirements
* SilverStripe 3.0 (SilverStripe Trunk as of Dec '10)
* SilverStripe Trunk
## Installation

16
TODO.md
View File

@ -1,14 +1,6 @@
# 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
* Merge Simon Welsh's jQuery work for page comments back in.
* Migration Scripts
* Tests
* Documentation