r96670 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96669‎ | r96670 | r96671 >
Date:16:27, 9 September 2011
Author:yaron
Status:deferred
Tags:
Comment:
New version: 1.3.2
Modified paths:
  • /trunk/extensions/ExternalData/ExternalData.php (modified) (history)
  • /trunk/extensions/ExternalData/README (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' => '1.3.1',
 16+ 'version' => '1.3.2',
1717 'author' => array( 'Yaron Koren', 'Michael Dale', 'David Macdonald' ),
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:External_Data',
1919 'descriptionmsg' => 'externaldata-desc',
Index: trunk/extensions/ExternalData/README
@@ -1,6 +1,6 @@
22 External Data extension
33
4 - Version 1.3.1
 4+ Version 1.3.2
55 Yaron Koren, Michael Dale and David Macdonald
66
77 This is free software licensed under the GNU General Public License. Please
@@ -22,7 +22,7 @@
2323 JSON or XML, and assigns it to local variables or arrays.
2424
2525 * #get_external_data is an earlier version of #get_web_data that does
26 -the same thing; it is currently deprecated.
 26+the same thing; it is deprecated.
2727
2828 * #get_db_data retrieves data from a database, using a SQL query, and
2929 assigns it to local variables or arrays.

Status & tagging log