From 6c5ff30bfbb3ae1463428d7cfe6b00bf50f46add Mon Sep 17 00:00:00 2001 From: scott1702 Date: Mon, 13 Apr 2015 11:45:57 +1200 Subject: [PATCH] Update descriptions of user levels --- code/model/Blog.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/code/model/Blog.php b/code/model/Blog.php index 2fff447..2b67853 100644 --- a/code/model/Blog.php +++ b/code/model/Blog.php @@ -285,7 +285,7 @@ class Blog extends Page implements PermissionProvider { ->setMultiple(true) ->setRightTitle('help') ->setDescription(' - An editor has control over specific Blogs, and all posts included within it. Short of being able to assign other editors to a blog, they are able to handle most changes assigned to their section.
+ An editor has control over specific Blogs, and all posts included within it. Short of being able to assign other editors to a blog, they are able to handle most changes to their assigned blog.

Editors have these permissions:

@@ -305,13 +305,12 @@ class Blog extends Page implements PermissionProvider { ->setMultiple(true) ->setRightTitle('help') ->setDescription(' - A writer has control over specific BlogPosts. They are able to handle many changes to the BlogPost they are assigned to.
+ A writer has full control over creating, editing and publishing BlogPosts they have authored or have been assigned to. Writers are unable to edit BlogPosts to which they are not assigned.

Writers have these permissions:

- Update or publish any BlogPost to which they are assigned
- Assign/unassign contributors to their Blog
- Assign/unassign any member as an author of a particular BlogPost + Update or publish any BlogPost they have authored or have been assigned to
+ Assign/unassign any member as an author of a particular BlogPost they have authored or have been assigned to '); if(!$this->canEditWriters()) { @@ -323,12 +322,11 @@ class Blog extends Page implements PermissionProvider { ->setMultiple(true) ->setRightTitle('help') ->setDescription(' - A contributor has control over specific BlogPosts. They are able to contribute but not publish or remove BlogPosts.
+ Contributors have the ability to create or edit BlogPosts, but are unable to publish without authorisation of an editor. They are also unable to assign other contributing authors to any of their BlogPosts.

Contributors have these permissions:

- Update any BlogPost to which they are assigned
- Assign/unassign any member as an author of a particular BlogPost + Update any BlogPost they have authored or have been assigned to '); if(!$this->canEditContributors()) {