Last modified: 2014-01-03 16:07:50 UTC
$wgVectorFeatures['footercleanup']['global'] = true; offers superior usability and was bundled with Vector. I'm not sure why it's not enabled, but it doesn't actually change messaging - it just looks better. It should work across all projects.
if ( $wmgUseMicroDesign || $wmgUseVectorFooterCleanup ) { $wgVectorFeatures['footercleanup']['global'] = true; } 'wmgUseVectorFooterCleanup' => array( 'default' => false, 'mlwiki' => true, // Bug 44634 'commonswiki' => true, // Bug 45946 ), 'wmgUseMicroDesign' => array( 'default' => false, 'testwiki' => true, 'enwiki' => true, 'itwikivoyage' => true, ), Roan/Trevor: Any reason we can't/shouldn't/whatever do this?
(In reply to comment #0) > I'm not sure why it's not enabled, but it > doesn't > actually change messaging - it just looks better. It does reorder stuff a little, and it removed the "edit help" link (which has a separate but about it, I believe).
Also, I'm in the process of reimplementing it and merging it into core: bug 43689. I should have it done in a week or two. It might be less disruptive if we only make such a change once.
The feature has been merged into core and will be enabled everywhere with the next MW wmf version.