https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113323

Revision: 113323
Author:   jeroendedauw
Date:     2012-03-07 23:32:37 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
1.7.1 rel

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES
    trunk/extensions/SemanticResultFormats/SRF_Settings.php
    trunk/extensions/SemanticResultFormats/SemanticResultFormats.php

Modified: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2012-03-07 
23:32:26 UTC (rev 113322)
+++ trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2012-03-07 
23:32:37 UTC (rev 113323)
@@ -4,18 +4,13 @@
 
 == SRF 1.7.1 ==
 
-THIS IS NOT A RELEASE YET 
-
-Semantic Result Formats 1.7.1 is currently in beta-quality and is not 
recommended for use in
-production until the actual release.
-
 * Fixed issue with the graphlenegd parameter in the graph format (bug 33745).
 * Added 'default' parameter to math formats (bug 34983).
 
 New formats in this version are:
-* JitGraph (still in alpha, disabled by default (written by Alex Shapovalov) 
(bug 32877))
-* tree, ultree, oltree
-* filtered (unfinished)
+* tree, ultree, oltree (written by Stephan Gambke)
+* JitGraph (still in alpha, disabled by default) (written by Alex Shapovalov) 
(bug 32877)
+* filtered (still in alpha, disabled by default) (written by Stephan Gambke)
 
 == SRF 1.7 ==
 

Modified: trunk/extensions/SemanticResultFormats/SRF_Settings.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SRF_Settings.php     2012-03-07 
23:32:26 UTC (rev 113322)
+++ trunk/extensions/SemanticResultFormats/SRF_Settings.php     2012-03-07 
23:32:37 UTC (rev 113323)
@@ -53,7 +53,9 @@
        $srfgFormats[] = 'D3Line';
        $srfgFormats[] = 'D3Bar';
        $srfgFormats[] = 'D3Treemap';
-       $srfgFormats[] = 'filtered';
+
+       // Still in alpha.
+       // $srfgFormats[] = 'filtered';
 }
 
 # load hash format only if HashTables extension is initialised, otherwise 
'Array' format is enough

Modified: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
===================================================================
--- trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2012-03-07 23:32:26 UTC (rev 113322)
+++ trunk/extensions/SemanticResultFormats/SemanticResultFormats.php    
2012-03-07 23:32:37 UTC (rev 113323)
@@ -34,7 +34,7 @@
        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.' );
 }
 
-define( 'SRF_VERSION', '1.7.1 alpha' );
+define( 'SRF_VERSION', '1.7.1' );
 
 // Require the settings file.
 require dirname( __FILE__ ) . '/SRF_Settings.php';


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to