r64304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64303‎ | r64304 | r64305 >
Date:19:26, 28 March 2010
Author:ialex
Status:deferred
Tags:
Comment:
Backported r64300
Modified paths:
  • /branches/REL1_16/extensions/Configure/CHANGELOG (modified) (history)
  • /branches/REL1_16/extensions/Configure/Configure.php (modified) (history)
  • /branches/REL1_16/extensions/Configure/settings/Settings-core.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/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+1.16 branch-1 - 28 March 2010
 6+ Fixed $wgDnsBlacklistUrls' type.
 7+
58 0.15.12 - 20 February 2010
69 Added 'settings-file' option to $wgConfigureAdditionalExtensions.
710
Index: branches/REL1_16/extensions/Configure/settings/Settings-core.php
@@ -727,7 +727,7 @@
728728 'wgProxyWhitelist' => 'array',
729729 'wgSecretKey' => 'text',
730730 'wgEnableDnsBlacklist' => 'bool',
731 - 'wgDnsBlacklistUrls' => 'text',
 731+ 'wgDnsBlacklistUrls' => 'array',
732732 ),
733733 ),
734734 'squid' => array(
@@ -914,6 +914,7 @@
915915 'wgProxyList' => 'simple',
916916 'wgProxyPorts' => 'simple',
917917 'wgProxyWhitelist' => 'simple',
 918+ 'wgDnsBlacklistUrls' => 'simple',
918919 # Squid
919920 'wgSquidServers' => 'simple',
920921 'wgSquidServersNoPurge' => 'simple',
Index: branches/REL1_16/extensions/Configure/Configure.php
@@ -18,7 +18,7 @@
1919 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
2020 'description' => 'Allow authorised users to configure the wiki via a web-based interface',
2121 'descriptionmsg' => 'configure-desc',
22 - 'version' => '0.15.12',
 22+ 'version' => '0.15.12 (1.16 branch-1)',
2323 );
2424
2525 # Configuration part

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64300* Fixed $wgDnsBlacklistUrls' typeialex19:18, 28 March 2010

Status & tagging log