El 5/6/09 11:06 PM, Roan Kattouw escribió:
> 2009/5/6 Dan Tomlinson<[email protected]>:
>> For example, the link:
>>
>> http://www.myserver.ac.uk/mediawiki/index.php/User:yjl24
>>
>> ... automatically becomes:
>>
>> http://www.ccbi.cam.ac.uk/micklemlab/index.php/User:Yjl24
>>
> Set $wgCapitalLinks = false; in LocalSettings.php
Usernames are still required to be capitalized when $wgCapitalLinks is
off. Currently there's no clean way to force acceptance of lowercase
names; you'll need to hack User::getCanonicalName() to remove these lines:
# Force usernames to capital
global $wgContLang;
$name = $wgContLang->ucfirst( $name );
-- brion
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l