Extension talk:WatchLog

From MediaWiki.org
Jump to: navigation, search

Restricting this to just certain groups? [edit]

Is there any way in which the viewing of the Watchlog can be restricted to just members of the group 'viewwatchlog'? Then we could have something like this in the LocalSettings.php:

        $wgGroupPermissions['*']['viewwatchlog'] = false;     
        $wgGroupPermissions['bureaucrat']['viewwatchlog'] = true;

Obviously, all users who watch/unwatch a page will need to have a log entry added, but I feel that not everyone needs to be able to view the log! -- PhantomSteve/talk|contribs\ 00:19, 25 June 2010 (UTC)