r90416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90415‎ | r90416 | r90417 >
Date:19:59, 19 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
remove product format from the list of default enabled ones
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -21,7 +21,7 @@
2222
2323 # The formats you want to be able to use.
2424 # See the INSTALL file or this url for more info: http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats#Installation
25 -$srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'product', 'average', 'min', 'max', 'tagcloud' );
 25+$srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 'tagcloud' );
2626
2727 # Used for jqplot formats.
2828 $srfgJQPlotIncluded = false;