r105394 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105393‎ | r105394 | r105395 >
Date:00:39, 7 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
1.7 beta 1
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -34,7 +34,7 @@
3535 die( '<b>Error:</b> This version of Semantic Result Formats requires Semantic MediaWiki 1.7 or above; use Semantic Result Formats 1.6.1 for older versions of SMW.' );
3636 }
3737
38 -define( 'SRF_VERSION', '1.7 alpha' );
 38+define( 'SRF_VERSION', '1.7 beta 1' );
3939
4040 // Require the settings file.
4141 require dirname( __FILE__ ) . '/SRF_Settings.php';
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -4,6 +4,11 @@
55
66 == SRF 1.7 ==
77
 8+THIS IS NOT A RELEASE YET
 9+
 10+Semantic Result Formats 1.7 is currently in beta-quality and is not recommended for use in
 11+production until the actual release.
 12+
813 * Compatibility with SMW 1.7 and later.
914 * Dropped support for MediaWiki 1.15.x and SMW < 1.7.
1015 * Added warning message to jqplotpie and jqplotbar shown when there are no results instead of a non-working chart.
@@ -11,7 +16,7 @@
1217 * Added min parameter to jqplotbar to set the minimun value for the Y-axis.
1318 * Added pointlabel parameter to jqplotbar and chartlegend, legendlocation,
1419 datalabels and datalabeltype parameters to jqplotpie based on a patches by James Hong Kong.
15 -* array and hash formats compatible with 'Array' extension 2.0 and 'HashTables' 1.0 now.
 20+* Made array and hash formats compatible with 'Array' extension 2.0 and 'HashTables' 1.0.
1621
1722 New formats in this version are:
1823 * valuerank (written by DaSch)

Status & tagging log