Extension talk:WatchLog

From mediawiki.org
Latest comment: 13 years ago by Phantomsteve in topic Restricting this to just certain groups?

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)Reply