r97429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97428‎ | r97429 | r97430 >
Date:18:18, 18 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rel 1.6.2
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -20,7 +20,7 @@
2121 die( 'Not an entry point.' );
2222 }
2323
24 -define( 'SRF_VERSION', '1.6.1' );
 24+define( 'SRF_VERSION', '1.6.2' );
2525
2626 // Require the settings file.
2727 require dirname( __FILE__ ) . '/SRF_Settings.php';
@@ -53,18 +53,10 @@
5454 'name' => 'Semantic Result Formats',
5555 'version' => SRF_VERSION,
5656 'author' => array(
57 - 'Frank Dengler',
58 - '[http://steren.fr Steren Giannini]',
59 - 'Sanyam Goyal',
60 - 'Fabian Howahl',
 57+ '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
6158 'Yaron Koren',
62 - '[http://korrekt.org Markus Krötzsch]',
63 - 'David Loomer',
64 - '[http://simia.net Denny Vrandecic]',
65 - 'Hans-Jörg Happel',
66 - 'Rowan Rodrik van der Molen',
67 - '[http://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
68 - '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]'
 59+ 'Sanyam Goyal',
 60+ 'others'
6961 ),
7062 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats',
7163 'descriptionmsg' => 'srf-desc'
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -4,6 +4,8 @@
55
66 == SRF 1.6.2 ==
77
 8+Released on September 18, 2011.
 9+
810 * Fixed error in math printer when there are no numerical results.
911 * Fixed vCard compatibility with SMW 1.6 and later.
1012 * Fixed array compatibility with SMW 1.6 and later.

Follow-up revisions

RevisionCommit summaryAuthorDate
r109903Follow-up to r97429 - changed set of listed authors, based on new rule for in...yaron05:14, 24 January 2012