r81086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81085‎ | r81086 | r81087 >
Date:08:43, 27 January 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Updated docs link and incremented version number
Modified paths:
  • /trunk/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php (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.5.2.1' );
 24+define( 'SRF_VERSION', '1.5.3 alpha' );
2525
2626 // Require the settings file.
2727 require dirname( __FILE__ ) . '/SRF_Settings.php';
@@ -65,7 +65,7 @@
6666 'Rowan Rodrik van der Molen',
6767 '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]'
6868 ),
69 - 'url' => 'http://semantic-mediawiki.org/wiki/Help:Semantic_Result_Formats',
 69+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats',
7070 'descriptionmsg' => 'srf-desc'
7171 );
7272
Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php
@@ -24,7 +24,7 @@
2525 protected $m_rankdir = "LR";
2626 protected $m_graphSize = "";
2727 protected $m_labelArray = array();
28 - protected $m_graphColors = array( "black", "red", "green", "blue", "darkviolet", "gold", "deeppink", "brown", "bisque", "darkgreen", "yellow", "darkblue", "magenta", "steelblue2" );
 28+ protected $m_graphColors = array( 'black', 'red', 'green', 'blue', 'darkviolet', 'gold', 'deeppink', 'brown', 'bisque', 'darkgreen', 'yellow', 'darkblue', 'magenta', 'steelblue2' );
2929
3030 protected function readParameters( $params, $outputmode ) {
3131

Status & tagging log