summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon <simon@zagal.local>2009-02-15 19:54:12 +0100
committerhukl <hukl@eight.local>2009-02-15 20:23:15 +0100
commit62d91924c5cd5cf0ace762d310edb6ded9d586aa (patch)
tree9a970a92379b6434dcba60b52b8b0165bd75a042
parent41abc82e4db97d9d9eb4bab4af95d5550f9516b5 (diff)
* very nice commitmessage
-rw-r--r--doc/README_FOR_APP3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index 6e95bd7..2a17905 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -123,6 +123,7 @@ Bob has no permissions whatsoever still he is allowed to edit a #Page anywhere,
123because this action will only create a new revision of the #Page which is not 123because this action will only create a new revision of the #Page which is not
124immediately published. He won't be able to manipulate a #Node in any way 124immediately published. He won't be able to manipulate a #Node in any way
125(unique_name, slug, ordering, structure) because this would affect the frontend 125(unique_name, slug, ordering, structure) because this would affect the frontend
126without further notice.
126 127
127Having a #Permission on a #Node makes Bob an admin for this #Node and all it's 128Having a #Permission on a #Node makes Bob an admin for this #Node and all it's
128children. Now Bob can do pretty much anything on these nodes including such fun 129children. Now Bob can do pretty much anything on these nodes including such fun
@@ -131,4 +132,4 @@ things as:
131 - Reorder children of the #Node 132 - Reorder children of the #Node
132 - Rejecting a draft and telling the author to get his/her spelling right. 133 - Rejecting a draft and telling the author to get his/her spelling right.
133 - Clear a stale lock on a #Node 134 - Clear a stale lock on a #Node
134 \ No newline at end of file 135