r90305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90304‎ | r90305 | r90306 >
Date:18:49, 17 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
address bug 29445
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/TagCloud/SRF_TagCloud.php
@@ -107,6 +107,7 @@
108108 }
109109
110110 public function getResultText( SMWQueryResult $results, $outputmode ) {
 111+ $this->isHTML = true;
111112 return $this->getTagCloud( $this->getTagSizes( $this->getTags( $results, $outputmode ) ) );
112113 }
113114
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -11,6 +11,7 @@
1212 * Added parameter descriptions to the graph and ploticus formats.
1313 * Added support for SMW 1.6 style parameter handling to the tagcloud format.
1414 * Somewhat cleaned up the BibTeX format.
 15+* Fixed double HTML escaping issue in the tagcloud format.
1516
1617 == SRF 1.5.3 ==
1718

Follow-up revisions

RevisionCommit summaryAuthorDate
r93602fu r90305jeroendedauw18:03, 31 July 2011