r109031 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109030‎ | r109031 | r109032 >
Date:12:18, 16 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix bug 33745 patch by MWJames
Modified paths:
  • /trunk/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php
@@ -285,7 +285,7 @@
286286 $params['graphsize']->setMessage( 'srf_paramdesc_graphsize' );
287287 $params['graphsize']->setDefault( '', false );
288288
289 - $params['graphlegend'] = new Parameter( 'graphsize', Parameter::TYPE_BOOLEAN, false );
 289+ $params['graphlegend'] = new Parameter( 'graphlegend', Parameter::TYPE_BOOLEAN, false );
290290 $params['graphlegend']->setMessage( 'srf_paramdesc_graphlegend' );
291291
292292 $params['graphlabel'] = new Parameter( 'graphlabel', Parameter::TYPE_BOOLEAN, false );
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -9,7 +9,7 @@
1010 Semantic Result Formats 1.7.1 is currently in beta-quality and is not recommended for use in
1111 production until the actual release.
1212
13 -*
 13+* Fixed issue with the graphlenegd parameter in the graph format (bug 33745)
1414
1515 New formats in this version are:
1616 * JitGraph, still in alpha, disabled by default (written by Alex Shapovalov) (bug 32877)