r17793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17792‎ | r17793 | r17794 >
Date:19:32, 18 November 2006
Author:mkroetzsch
Status:old
Tags:
Comment:
Patch for supporting MW 1.8.2.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php
@@ -31,8 +31,8 @@
3232 if ($page=='') { //try to get GET parameter; simple way of calling the export
3333 $page = $wgRequest->getVal( 'page' );
3434 } else {
35 - //FIXME: this might be needed with MediaWiki 1.9 final, but it would be wrong in 1.8
36 - //$page = urldecode($page);
 35+ //this is needed since MediaWiki 1.8, but it is wrong for 1.7
 36+ $page = urldecode($page);
3737 }
3838
3939 if ($page=='') { //try to get POST list; some settings are only available via POST
Index: trunk/extensions/SemanticMediaWiki/INSTALL
@@ -22,7 +22,7 @@
2323
2424 == Requirements ==
2525
26 -- MediaWiki 1.7.* or greater (tested up to 1.7.1)
 26+- MediaWiki 1.8.* or greater (tested up to 1.8.2)
2727 - PHP 5.x or greater
2828 - MySQL >= 4.0.14
2929 - For the ontology import feature (only!), you need RAP,

Status & tagging log