r43425 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43424‎ | r43425 | r43426 >
Date:22:03, 12 November 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgNamespacesToBeSearchedProject
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.9.5 - 10 November 2008
 6+ Added $wgNamespacesToBeSearchedProject.
 7+
58 0.9.4 - 9 November 2008
69 Fixed type of $wgPasswordAttemptThrottle.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -235,6 +235,7 @@
236236 'wgNamespaceProtection' => 'array',
237237 'wgNamespaceRobotPolicies' => 'array',
238238 'wgNamespacesToBeSearchedDefault' => 'array',
 239+ 'wgNamespacesToBeSearchedProject' => 'array',
239240 'wgNamespacesWithSubpages' => 'array',
240241 'wgNoFollowNsExceptions' => 'array',
241242 'wgNonincludableNamespaces' => 'array',
@@ -743,6 +744,7 @@
744745 'wgNamespaceProtection' => 'ns-array',
745746 'wgNamespaceRobotPolicies' => 'ns-text',
746747 'wgNamespacesToBeSearchedDefault' => 'ns-bool',
 748+ 'wgNamespacesToBeSearchedProject' => 'ns-bool',
747749 'wgNamespacesWithSubpages' => 'ns-bool',
748750 'wgNoFollowNsExceptions' => 'ns-simple',
749751 'wgNonincludableNamespaces' => 'ns-simple',
@@ -1088,6 +1090,7 @@
10891091 'wgDebugLogPrefix' => array( array( '1.14alpha', '>=' ) ),
10901092 'wgEnotifUseRealName' => array( array( '1.14alpha', '>=' ) ),
10911093 'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ),
 1094+ 'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) ),
10921095 ## Obsolete
10931096 'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ),
10941097 );
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1919 'description' => 'Allow authorised users to configure the wiki by a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.9.4',
 21+ 'version' => '0.9.5',
2222 );
2323
2424 ## Configuration part

Status & tagging log