Index: trunk/extensions/Vector/Vector.hooks.php |
— | — | @@ -19,6 +19,9 @@ |
20 | 20 | 'section' => 'rendering/advancedrendering', |
21 | 21 | ), |
22 | 22 | ), |
| 23 | + 'requirements' => array( |
| 24 | + 'vector-collapsiblenav' => true, |
| 25 | + ), |
23 | 26 | 'configurations' => array( |
24 | 27 | 'wgCollapsibleNavBucketTest', |
25 | 28 | 'wgCollapsibleNavForceNewVersion', |
— | — | @@ -37,6 +40,9 @@ |
38 | 41 | 'section' => 'editing/advancedediting', |
39 | 42 | ), |
40 | 43 | ), |
| 44 | + 'requirements' => array( |
| 45 | + 'useeditwarning' => true, |
| 46 | + ), |
41 | 47 | 'modules' => array( 'ext.vector.editWarning' ), |
42 | 48 | ), |
43 | 49 | 'expandablesearch' => array( |