-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
shinjiman@svn.wikimedia.org wrote:
- Added $wgDisableTitleConversion to disabling the conversion for all
pages on the wiki (this one is useful for some wikis that do not need the title conversion for the entire wiki like Wiktionary)
As a general note, it's easier and more consistent to conceptualize "positive" configuration settings.
That is, these is easier to understand:
$wgEnableTitleConversion = true; $wgEnableTitleConversion = false;
than these:
$wgDisableTitleConversion = false; $wgDisableTitleConversion = true;
We switched from $wgDisableUploads to $wgEnableUploads a few versions ago and I think it's definitely easier to understand. :)
I'd recommend switching these new ones too.
- -- brion