Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | database handler) |
8 | 8 | * Added description for each setting. |
9 | 9 | * API module can now be disabled with $wgConfigureAPI. |
| 10 | + * Removed $wgNamespacesToBeSearchedProject. |
10 | 11 | |
11 | 12 | 0.9.7 - 14 November 2008 |
12 | 13 | * Added SocialProfile, SpamRegex and UserMerge extensions. |
Index: trunk/extensions/Configure/Configure.settings-core.php |
— | — | @@ -235,7 +235,6 @@ |
236 | 236 | 'wgNamespaceProtection' => 'array', |
237 | 237 | 'wgNamespaceRobotPolicies' => 'array', |
238 | 238 | 'wgNamespacesToBeSearchedDefault' => 'array', |
239 | | - 'wgNamespacesToBeSearchedProject' => 'array', |
240 | 239 | 'wgNamespacesWithSubpages' => 'array', |
241 | 240 | 'wgNoFollowNsExceptions' => 'array', |
242 | 241 | 'wgNonincludableNamespaces' => 'array', |
— | — | @@ -744,7 +743,6 @@ |
745 | 744 | 'wgNamespaceProtection' => 'ns-array', |
746 | 745 | 'wgNamespaceRobotPolicies' => 'ns-text', |
747 | 746 | 'wgNamespacesToBeSearchedDefault' => 'ns-bool', |
748 | | - 'wgNamespacesToBeSearchedProject' => 'ns-bool', |
749 | 747 | 'wgNamespacesWithSubpages' => 'ns-bool', |
750 | 748 | 'wgNoFollowNsExceptions' => 'ns-simple', |
751 | 749 | 'wgNonincludableNamespaces' => 'ns-simple', |
— | — | @@ -1090,7 +1088,6 @@ |
1091 | 1089 | 'wgDebugLogPrefix' => array( array( '1.14alpha', '>=' ) ), |
1092 | 1090 | 'wgEnotifUseRealName' => array( array( '1.14alpha', '>=' ) ), |
1093 | 1091 | 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ), |
1094 | | - 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ), |
1095 | 1092 | # Obsolete |
1096 | 1093 | 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ), |
1097 | 1094 | ); |