r81640 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81639‎ | r81640 | r81641 >
Date:19:03, 7 February 2011
Author:tparscal
Status:ok
Tags:
Comment:
Fix for bug #27213 - preferences were being registered but requirements were not defined. Good catch mdale!
Modified paths:
  • /trunk/extensions/Vector/Vector.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/Vector.hooks.php
@@ -19,6 +19,9 @@
2020 'section' => 'rendering/advancedrendering',
2121 ),
2222 ),
 23+ 'requirements' => array(
 24+ 'vector-collapsiblenav' => true,
 25+ ),
2326 'configurations' => array(
2427 'wgCollapsibleNavBucketTest',
2528 'wgCollapsibleNavForceNewVersion',
@@ -37,6 +40,9 @@
3841 'section' => 'editing/advancedediting',
3942 ),
4043 ),
 44+ 'requirements' => array(
 45+ 'useeditwarning' => true,
 46+ ),
4147 'modules' => array( 'ext.vector.editWarning' ),
4248 ),
4349 'expandablesearch' => array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r816541.17: MFT r78372, r79324, r80841, r81430, r81488, r81496, r81554, r81561, r81...catrope22:28, 7 February 2011

Status & tagging log