r37487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37486‎ | r37487 | r37488 >
Date:10:18, 10 July 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
removed obsolete autoloads
Modified paths:
  • /tags/extensions/SemanticMediaWiki/REL_1_2/includes/SMW_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: tags/extensions/SemanticMediaWiki/REL_1_2/includes/SMW_GlobalFunctions.php
@@ -111,8 +111,6 @@
112112 $wgAutoloadClasses['SMWRSSResultPrinter'] = $smwgIP . '/includes/SMW_QP_RSSlink.php';
113113 $wgAutoloadClasses['SMWiCalendarResultPrinter'] = $smwgIP . '/includes/SMW_QP_iCalendar.php';
114114 $wgAutoloadClasses['SMWvCardResultPrinter'] = $smwgIP . '/includes/SMW_QP_vCard.php';
115 - $wgAutoloadClasses['SMWGoogleBarResultPrinter'] = $smwgIP . '/includes/SMW_QP_GoogleChart.php';
116 - $wgAutoloadClasses['SMWGooglePieResultPrinter'] = $smwgIP . '/includes/SMW_QP_GoogleChart.php';
117115 //// datavalues
118116 $wgAutoloadClasses['SMWDataValue'] = $smwgIP . '/includes/SMW_DataValue.php';
119117 $wgAutoloadClasses['SMWErrorvalue'] = $smwgIP . '/includes/SMW_DV_Error.php';

Status & tagging log