lowercase usernames, namespaces mediawiki installation
Posted in mediawiki on Sep 30th, 2007
Ah, between this article on custom namespaces and a wonderful set of hacks over here and going into the languages.php file, here is what needs to be changed (beyond renaming special files and templates) in order to get an all-lower-case mediawiki installation:
LocalSettings.php
# DO NOT CAPITALIZE $wgCapitalLinks = false;
# Added namespace $wgExtraNamespaces[100] = “school”; #note, this is [...]









