r96382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96381‎ | r96382 | r96383 >
Date:22:56, 6 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added 2 math formats to the default list
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', 'average', 'min', 'max', 'tagcloud' );
 25+$srfgFormats = array( 'icalendar', 'vcard', 'bibtex', 'calendar', 'eventline', 'timeline', 'outline', 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 'median', 'product', 'tagcloud' );
2626
2727 # Used for jqplot formats.
2828 $srfgJQPlotIncluded = false;