r44901 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44900‎ | r44901 | r44902 >
Date:17:21, 22 December 2008
Author:ialex
Status:ok
Tags:
Comment:
$wgRedirectSources is a string, not an array :(
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -2,8 +2,9 @@
33 Localisation updates are done on betawiki and aren't listed here.
44
55 0.11.3 - 22 December 2008
6 - Missing rights while executing API module now result in warnings rather than
7 - errors.
 6+ * Missing rights while executing API module now result in warnings rather than
 7+ errors.
 8+ * Fixed type of $wgRedirectSources
89
910 0.11.2 - 18 December 2008
1011 Added support for APCOND_ISIP and APCOND_IPINRANGE conditions of
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -367,7 +367,7 @@
368368 'wgInterwikiFallbackSite' => 'text',
369369 'wgInterwikiScopes' => 'int',
370370 'wgLocalInterwiki' => 'text',
371 - 'wgRedirectSources' => 'array',
 371+ 'wgRedirectSources' => 'text',
372372 ),
373373 ),
374374 'access' => array(
@@ -829,7 +829,6 @@
830830 'wgSpecialPages' => 'assoc',
831831 # Misc
832832 'wgGrammarForms' => 'array',
833 - 'wgRedirectSources' => 'simple',
834833 'wgRestrictionTypes' => 'simple',
835834 );
836835

Status & tagging log