mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
MINOR: updated documentation to make it clearer that it is still in development
This commit is contained in:
parent
2514ce1a40
commit
a5cc90e33f
@ -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
16
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
|
||||
* Merge Simon Welsh's jQuery work for page comments back in.
|
||||
* Migration Scripts
|
||||
* Tests
|
||||
* Documentation
|
Loading…
Reference in New Issue
Block a user