r43551 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43550‎ | r43551 | r43552 >
Date:11:33, 15 November 2008
Author:ialex
Status:ok
Tags:
Comment:
Re-remove $wgNamespacesToBeSearchedProject
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -6,6 +6,7 @@
77 database handler)
88 * Added description for each setting.
99 * API module can now be disabled with $wgConfigureAPI.
 10+ * Removed $wgNamespacesToBeSearchedProject.
1011
1112 0.9.7 - 14 November 2008
1213 * Added SocialProfile, SpamRegex and UserMerge extensions.
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -235,7 +235,6 @@
236236 'wgNamespaceProtection' => 'array',
237237 'wgNamespaceRobotPolicies' => 'array',
238238 'wgNamespacesToBeSearchedDefault' => 'array',
239 - 'wgNamespacesToBeSearchedProject' => 'array',
240239 'wgNamespacesWithSubpages' => 'array',
241240 'wgNoFollowNsExceptions' => 'array',
242241 'wgNonincludableNamespaces' => 'array',
@@ -744,7 +743,6 @@
745744 'wgNamespaceProtection' => 'ns-array',
746745 'wgNamespaceRobotPolicies' => 'ns-text',
747746 'wgNamespacesToBeSearchedDefault' => 'ns-bool',
748 - 'wgNamespacesToBeSearchedProject' => 'ns-bool',
749747 'wgNamespacesWithSubpages' => 'ns-bool',
750748 'wgNoFollowNsExceptions' => 'ns-simple',
751749 'wgNonincludableNamespaces' => 'ns-simple',
@@ -1090,7 +1088,6 @@
10911089 'wgDebugLogPrefix' => array( array( '1.14alpha', '>=' ) ),
10921090 'wgEnotifUseRealName' => array( array( '1.14alpha', '>=' ) ),
10931091 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ),
1094 - 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ),
10951092 # Obsolete
10961093 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ),
10971094 );

Status & tagging log