r103402 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103401‎ | r103402 | r103403 >
Date:22:41, 16 November 2011
Author:yaron
Status:deferred
Tags:
Comment:
Changed class 'SMWDistributablePrinter' to 'SMWAggregatablePrinter', based on recent change in SMW
Modified paths:
  • /trunk/extensions/SemanticResultFormats/D3/SRF_D3Bar.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/D3/SRF_D3Line.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/D3/SRF_D3Treemap.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotPie.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Treemap.php
@@ -8,7 +8,7 @@
99 * @licence GNU GPL v3
1010 * @author James Hong Kong
1111 */
12 -class SRFD3Treemap extends SMWDistributablePrinter {
 12+class SRFD3Treemap extends SMWAggregatablePrinter {
1313
1414 protected static $m_barchartnum = 1;
1515
Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Bar.php
@@ -8,7 +8,7 @@
99 * @licence GNU GPL v3
1010 * @author James Hong Kong
1111 */
12 -class SRFD3Bar extends SMWDistributablePrinter {
 12+class SRFD3Bar extends SMWAggregatablePrinter {
1313
1414 protected static $m_barchartnum = 1;
1515
Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Line.php
@@ -8,7 +8,7 @@
99 * @licence GNU GPL v3
1010 * @author James Hong Kong
1111 */
12 -class SRFD3Line extends SMWDistributablePrinter {
 12+class SRFD3Line extends SMWAggregatablePrinter {
1313
1414 protected static $m_barchartnum = 1;
1515
Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotPie.php
@@ -11,7 +11,7 @@
1212 * @author Yaron Koren
1313 * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1414 */
15 -class SRFjqPlotPie extends SMWDistributablePrinter {
 15+class SRFjqPlotPie extends SMWAggregatablePrinter {
1616
1717 protected static $m_piechartnum = 1;
1818
Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php
@@ -11,7 +11,7 @@
1212 * @author Yaron Koren
1313 * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1414 */
15 -class SRFjqPlotBar extends SMWDistributablePrinter {
 15+class SRFjqPlotBar extends SMWAggregatablePrinter {
1616
1717 protected static $m_barchartnum = 1;
1818