r75779 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75778‎ | r75779 | r75780 >
Date:06:44, 1 November 2010
Author:siebrand
Status:deferred
Tags:
Comment:
(bug 25521) Wrong case in file name SemanticresultFormats.php causes fatals on case sensitive file systems.
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -4,7 +4,7 @@
55 * Main entry point for the SemanticResultFormats extension.
66 * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
77 *
8 - * @file SemanticresultFormats.php
 8+ * @file SemanticResultFormats.php
99 * @ingroup SemanticResultFormats
1010 *
1111 * @author Jeroen De Dauw
@@ -139,4 +139,4 @@
140140 $smw_docu_row->addItem( AlItem::newFromExternalLink( 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats', $srf_docu_label ) );
141141
142142 return true;
143 -}
\ No newline at end of file
 143+}
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -1,5 +1,4 @@
22 <?php
3 -
43 /**
54 * Settings file for the Semantic Result Formats extension.
65 * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
@@ -17,7 +16,7 @@
1817 }
1918
2019 if ( !defined( 'SRF_VERSION' ) ) {
21 - require_once dirname( __FILE__ ) . '/SemanticresultFormats.php';
 20+ require_once dirname( __FILE__ ) . '/SemanticResultFormats.php';
2221 }
2322
2423 # The formats you want to be able to use.
@@ -25,4 +24,4 @@
2625 $srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max' );
2726
2827 # Used for jqplot formats.
29 -$srfgJQPlotIncluded = false;
\ No newline at end of file
 28+$srfgJQPlotIncluded = false;

Status & tagging log