r81547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81546‎ | r81547 | r81548 >
Date:22:14, 4 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r81546
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -95,6 +95,7 @@
9696 $wgAutoloadClasses['SRFProcess'] = $formatDir . 'GraphViz/SRF_Process.php';
9797 $wgAutoloadClasses['SRFPloticusVBar'] = $formatDir . 'Ploticus/SRF_PloticusVBar.php';
9898 $wgAutoloadClasses['SRFGallery'] = $formatDir . 'Gallery/SRF_Gallery.php';
 99+ $wgAutoloadClasses['SRFTagCloud'] = $formatDir . 'TagCloud/SRF_TagCloud.php';
99100
100101 $formatClasses = array(
101102 'timeline' => 'SRFTimeline',
@@ -117,6 +118,7 @@
118119 'process' => 'SRFProcess',
119120 'ploticusvbar' => 'SRFPloticusVBar',
120121 'gallery' => 'SRFGallery',
 122+ 'tagcloud' => 'SRFTagCloud',
121123 );
122124
123125 foreach ( $srfgFormats as $format ) {
Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php
@@ -2,16 +2,19 @@
33 /**
44 * Print query results as a tag cloud.
55 *
6 - * @author Jeroen De Dauw
 6+ * @since 1.5.3
77 *
88 * @file SRF_TagCloud.php
99 * @ingroup SemanticResultFormats
 10+ *
 11+ * @licence GNU GPL v3
 12+ * @author Jeroen De Dauw < jeroendedauw@gmail.com >
1013 */
1114
1215 if ( !defined( 'MEDIAWIKI' ) ) die();
1316
1417 /**
15 - * Result printer that prints query results as a gallery.
 18+ * Result printer that prints query results as a tag cloud.
1619 */
1720 class SRFTagCloud extends SMWResultPrinter {
1821

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81546Adding TagCloud result formatjeroendedauw21:45, 4 February 2011

Status & tagging log