r41851 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41850‎ | r41851 | r41852 >
Date:20:17, 8 October 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgMajorSiteNoticeID and $wgFixDoubleRedirects
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.7.17 - 8 Octobre 2008
 6+ Added $wgMajorSiteNoticeID and $wgFixDoubleRedirects.
 7+
58 0.7.16 - 4 October 2008
69 Updated Autoincrement extension.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -198,6 +198,7 @@
199199 'wgExtraSubtitle' => 'text',
200200 'wgHideInterlanguageLinks' => 'bool',
201201 'wgLegalTitleChars' => 'text',
 202+ 'wgMajorSiteNoticeID' => 'text',
202203 'wgMaxArticleSize' => 'int',
203204 'wgMetadataWhitelist' => 'text',
204205 'wgNoFollowLinks' => 'bool',
@@ -416,12 +417,13 @@
417418 ),
418419 'reduction' => array(
419420 'reduction' => array(
 421+ 'wgAPIMaxDBRows' => 'int',
420422 'wgDisableQueryPages' => 'bool',
421423 'wgDisableQueryPageUpdate' => 'array',
422424 'wgDisableSearchContext' => 'bool',
423425 'wgDisableSearchUpdate' => 'bool',
424426 'wgDisableTextSearch' => 'bool',
425 - 'wgAPIMaxDBRows' => 'int',
 427+ 'wgFixDoubleRedirects' => 'bool',
426428 'wgMaximumMovedPages' => 'int',
427429 'wgMiserMode' => 'bool',
428430 'wgShowHostnames' => 'bool',
@@ -1177,6 +1179,8 @@
11781180 'wgRenderHashAppend' => array( array( '1.14alpha', '>=' ) ),
11791181 'wgExternalLinkTarget' => array( array( '1.14alpha', '>=' ) ),
11801182 'wgShellLocale' => array( array( '1.14alpha', '>=' ) ),
 1183+ 'wgMajorSiteNoticeID' => array( array( '1.14alpha', '>=' ) ),
 1184+ 'wgFixDoubleRedirects' => array( array( '1.14alpha', '>=' ) ),
11811185 ## Obsolete
11821186 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11831187 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.7.16',
 21+ 'version' => '0.7.17',
2222 );
2323
2424 ## Configuration part

Status & tagging log