r113323 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113322‎ | r113323 | r113324 >
Date:23:32, 7 March 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
1.7.1 rel
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (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.1 alpha' );
 38+define( 'SRF_VERSION', '1.7.1' );
3939
4040 // Require the settings file.
4141 require dirname( __FILE__ ) . '/SRF_Settings.php';
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -53,7 +53,9 @@
5454 $srfgFormats[] = 'D3Line';
5555 $srfgFormats[] = 'D3Bar';
5656 $srfgFormats[] = 'D3Treemap';
57 - $srfgFormats[] = 'filtered';
 57+
 58+ // Still in alpha.
 59+ // $srfgFormats[] = 'filtered';
5860 }
5961
6062 # load hash format only if HashTables extension is initialised, otherwise 'Array' format is enough
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -4,18 +4,13 @@
55
66 == SRF 1.7.1 ==
77
8 -THIS IS NOT A RELEASE YET
9 -
10 -Semantic Result Formats 1.7.1 is currently in beta-quality and is not recommended for use in
11 -production until the actual release.
12 -
138 * Fixed issue with the graphlenegd parameter in the graph format (bug 33745).
149 * Added 'default' parameter to math formats (bug 34983).
1510
1611 New formats in this version are:
17 -* JitGraph (still in alpha, disabled by default (written by Alex Shapovalov) (bug 32877))
18 -* tree, ultree, oltree
19 -* filtered (unfinished)
 12+* tree, ultree, oltree (written by Stephan Gambke)
 13+* JitGraph (still in alpha, disabled by default) (written by Alex Shapovalov) (bug 32877)
 14+* filtered (still in alpha, disabled by default) (written by Stephan Gambke)
2015
2116 == SRF 1.7 ==
2217

Follow-up revisions

RevisionCommit summaryAuthorDate
r113327follow up r113323jeroendedauw23:35, 7 March 2012

Status & tagging log