On 11/23/07, Uwe Brauer oub@mat.ucm.es wrote:
It would fit my needs much better if there where a blacklist in which I add the article not to be read anonymously.
$wgGroupPermissions['*']['read'] = true; $wgBlacklistNoRead = array(":ForbiddenArticle1");
Will there be such a feature in the future?
The answer to that has always been: no. MediaWiki will not support fine-grained viewing control of pages, ever. You can use extensions like Lockdown to achieve a similar effect, but because of some fairly basic MediaWiki structural decisions, they will not work very completely (and should clearly note this in their readme, I would hope -- I know, for Lockdown).