]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/de/pgsrc/ModerierteSeite
Merge OldTextFormattingRules into TextFormattingRules; Rename _GroupInfo --> DebugGro...
[SourceForge/phpwiki.git] / locale / de / pgsrc / ModerierteSeite
1 Date: Fri, 11 Jan 2013 11:17:06 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=ModerierteSeite;
5   flags="LOCKED";
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 <<ModeratedPage >>
10
11 ----
12
13 == Was ist eine ModerierteSeite?
14
15 Eine ModerierteSeite ist ein seitenspezifische Einstellung, die gewisse Aktionen auf moderierten 
16 Seiten einschränkt. 
17 The requested action and page is stored internally and an email is sent to the moderators
18 described in the linked and locked ModeratedPage action page. 
19 Any moderator may approve or reject the action by simply clicking an url. 
20 When approving the action, the requested action (edit, rename, ...) is performed. 
21
22 In both cases the author is notified, so it's recommended for the
23 moderator to click on either the approve or reject links in the moderation email. 
24 In case of multiple moderators: first comes, first serves.
25
26 == How to enable ModerierteSeite on a single page?
27
28 * Check the status of this action page, esp. the moderators in the
29   plugin line, if they had their emails stored in their
30   UserPreferences, and if the action page is locked.
31 * Add a link to this action page in the page(s) in question.
32 * Save the page.
33 * Lock the page to actually change the moderation status. You may want to unlock it then.
34
35 == How to disable ModerierteSeite on a single page?
36
37 * Remove the link to this action page in the page(s) in question.
38 * Save the page.
39 * Lock the page to actually change the moderation status. You may want to unlock it then.
40
41 == Plugin Arguments
42
43 * moderators: comma separated list of registered usernames or groups.
44   Each user should have his email defined in his prefs. Default: "Administrators" or 
45   <<SystemInfo ADMIN_USER >>
46 * requirelevel: one of 0, 1, 2 or 10 on which moderation is used. Default: false (use requireaccess instead)
47 * requireaccess: comma separated list of access perms, on which the moderation is used
48   "view,edit,create,list,remove,change"
49   Default: edit,remove,change
50
51 == How does it work internally?
52
53 You need to lock the page additionally, so that the link parser performs 
54 some magic whether the ModerierteSeite link is present or not, for efficiency 
55 reasons. It can be unlocked again, and even the ModeratedPage link may be removed. 
56 The status will only be changed on the *lock* action, whether the ModeratedPage 
57 link is present or not.
58
59 The moderation status is stored in each page in question. 
60 Each moderated action is stored in the page also, together with a randomly
61 created permission key to allow Grant by a simple external unauthorized request. 
62 There's no timeout on moderated actions, so the actions may stack up. 
63 The delayed actions may be performed in any order, there's no strict ordering to 
64 follow for the moderator.
65
66 == How to enable ModerierteSeite on multiple/all pages?
67
68 If you enable the config option ENABLE_MODERATEDPAGE_ALL, the page moderation status on 
69 every page is automatically set to check this action page ModeratedPage.
70
71 There may come another administrative plugin to change the moderation 
72 status on selected pages.
73
74 ----
75 [[PhpWikiDokumentation]]