From a5cc90e33fe06ce4c1b845111b3a4e04be10e388 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 6 Dec 2010 22:07:45 +1300 Subject: [PATCH] MINOR: updated documentation to make it clearer that it is still in development --- README.md | 8 +++++++- TODO.md | 16 ++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 35c4847..1c2cd64 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.md b/TODO.md index c57d55f..9158bf0 100644 --- a/TODO.md +++ b/TODO.md @@ -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 \ No newline at end of file + * Merge Simon Welsh's jQuery work for page comments back in. + * Migration Scripts + * Tests + * Documentation \ No newline at end of file