[Mediawiki-l] Two simple questions

Ikke Snoeckx sebastiaan.snoeckx at telenet.be
Fri Aug 11 14:23:06 UTC 2006


Hello
----------------
First, a very simple question:

First, take a look at my userrights:

$wgGroupPermissions['*']['createaccount']    = true;
$wgGroupPermissions['*']['read']                  = false;
$wgGroupPermissions['*']['edit']                   = false;
$wgGroupPermissions['*']['createpage']        = false;
$wgGroupPermissions['*']['createtalk']          = false;
$wgShowIPinHeader = false; // Don't show Discussion page for anonymous users

$wgGroupPermissions['user']['move']            = false;

// New Moderator Usergroup (between user and sysop)
$wgGroupPermissions['moderator']['read']              = true;
$wgGroupPermissions['moderator']['edit']               = true;
$wgGroupPermissions['moderator']['createpage']      = true;
$wgGroupPermissions['moderator']['createtalk']       = true;
etc..

Okay, this doesn't work... None of it... There is no such (new) group 
'moderator', 'user' can move pages and anonymous users can view and edit 
(they shouldn't)... What am I doing wrong???
------------------
Second, a very simple yet (I think) extremely difficult to implement 
question:

How can I make MediaWiki completely case-INsensitive?
(Wild guesses: change the regex-functions? change title.php? maybe this 
is a simple variable in LocalSettings? or is this hard-coded in the 
php-engine? anything, but, please, do not say this is impossible)
------------------
I'm using MediaWiki 1.7.1 (and regretfully using Windows)

Thanks
Sebastiaan Snoeckx




More information about the MediaWiki-l mailing list