r57175 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57174‎ | r57175 | r57176 >
Date:23:26, 30 September 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added $edgAllowSSL setting
Modified paths:
  • /trunk/extensions/ExternalData/ExternalData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExternalData/ExternalData.php
@@ -12,7 +12,7 @@
1313 $wgExtensionCredits['parserhook'][]= array(
1414 'path' => __FILE__,
1515 'name' => 'External Data',
16 - 'version' => '0.9',
 16+ 'version' => '0.9.1',
1717 'author' => array( 'Yaron Koren', 'Michael Dale', 'David Macdonald' ),
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:External_Data',
1919 'description' => 'Allows for retrieving data in CSV, JSON and XML formats from both external URLs and local wiki pages',
@@ -40,6 +40,7 @@
4141 $edgValues = array();
4242 $edgStringReplacements = array();
4343 $edgCacheTable = null;
 44+$edgAllowSSL = false;
4445
4546 //(in seconds) set to one week:
4647 $edgCacheExpireTime = 60*60*24 * 7;

Status & tagging log