r51421 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51420‎ | r51421 | r51422 >
Date:17:05, 3 June 2009
Author:yaron
Status:deferred
Tags:
Comment:
New version: 1.4.5
Modified paths:
  • /trunk/extensions/SemanticResultFormats/README (modified) (history)
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -1,6 +1,20 @@
22 For a documentation of all features, see
33 http://semantic-mediawiki.org/wiki/Semantic_Result_Formats
44
 5+
 6+== SRF 1.4.5 ==
 7+
 8+Released on June 3 2009.
 9+
 10+New formats in this version are:
 11+* outline (written by Yaron Koren)
 12+
 13+Other changes:
 14+* the 'ploticus' format was disabled, due to a security hole
 15+* the 'calendar' format no longer requires disabling of caching
 16+* imagemap links were fixed for the 'graph' format
 17+* handling was added for the Admin Links extension
 18+
519 == SRF 1.4.4 ==
620
721 Released on April 16 2009.
Index: trunk/extensions/SemanticResultFormats/README
@@ -83,7 +83,7 @@
8484 === ploticus ===
8585
8686 Creates a variety of graph types using the Ploticus application, which must be
87 -installed.
 87+installed (this format is currently disabled, due to a security hole).
8888
8989 === graph ===
9090
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -9,7 +9,7 @@
1010 die( 'Not an entry point.' );
1111 }
1212
13 -define('SRF_VERSION', '1.4.4');
 13+define('SRF_VERSION', '1.4.5');
1414
1515 $srfgScriptPath = $wgScriptPath . '/extensions/SemanticResultFormats';
1616 $srfgIP = $IP . '/extensions/SemanticResultFormats';

Status & tagging log