https://bugzilla.wikimedia.org/show_bug.cgi?id=26322
--- Comment #4 from Artem Korzhimanov <[email protected]> 2011-11-14 13:36:47 UTC --- The most important configurations are: $wgFlaggedRevsNamespaces = [0, 10, 14] (articles, templates and categories) $wgFlaggedRevsOverride = enabled (stable version on default) $wgFlaggedRevsWhitelist = "Main_page" (no revision needed for the Main page) $wgFlaggedRevsAutoReview = enabled (every edit by a user with 'autoreview' rights is automatically reviewed upon save) $wgFlaggedRevsAutoReviewNew = enabled ( every new page by a user with 'autoreview' rights is automatically reviewed upon save) $wgGroupPermissions['sysop']['review'] = true (allow administrators to review revisions) We also want registered users to see current revision rather than stable. I am not sure about variable configurating this ($wgFlaggedRevsExceptions, I think). We also will use only editor user group and review right so everything regarding reviewers and validation is not important at all. Is there anything else you need to know? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
