r113069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113068‎ | r113069 | r113070 >
Date:19:37, 5 March 2012
Author:foxtrott
Status:deferred
Tags:
Comment:
add 'filtered' format to extensions doc files
Modified paths:
  • /trunk/extensions/SemanticResultFormats/INSTALL (modified) (history)
  • /trunk/extensions/SemanticResultFormats/README (modified) (history)
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/README
@@ -112,6 +112,11 @@
113113 nested HTML list. ultree is an alias of tree. oltree produces an ordered
114114 (numbered) list instead of an unordered list.
115115
 116+=== filtered ===
 117+
 118+Displays results in switchable views and offers client-side (JavaScript based)
 119+filtering. (unfinished, e.g. no switching between views yet)
 120+
116121 == Contact ==
117122
118123 If you have remarks, questions, or suggestions, please send them to
Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -57,6 +57,7 @@
5858 }
5959
6060 # load hash format only if HashTables extension is initialised, otherwise 'Array' format is enough
 61+// FIXME: According to the INSTALL file only formats should be enabled, that "do not require further software to be installed (besides SMW)"
6162 if( array_key_exists( 'ExtHashTables', $wgAutoloadClasses ) && defined( 'ExtHashTables::VERSION' )
6263 && version_compare( ExtHashTables::VERSION, '0.999', '>=' )
6364 || isset( $wgHashTables ) // Version < 1.0 alpha
Index: trunk/extensions/SemanticResultFormats/INSTALL
@@ -34,8 +34,13 @@
3535
3636 Currently, these default formats thus are:
3737 'vcard', 'icalendar', 'calendar', 'timeline', 'eventline', 'bibtex', 'outline',
38 -'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 'tagcloud'.
 38+'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 'tagcloud',
 39+'median', 'product', 'valuerank', 'array', 'tree', 'ultree', 'oltree',
 40+'D3Line'¹, 'D3Bar'¹, 'D3Treemap'¹, 'filtered'¹, 'hash'².
3941
 42+¹ from MediaWiki 1.17 onwards
 43+² with HashTables extension installed
 44+
4045 To add more formats to this list, you can add lines like:
4146
4247 $srfgFormats[] = 'googlebar';
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -13,8 +13,9 @@
1414 * Added 'default' parameter to math formats (bug 34983).
1515
1616 New formats in this version are:
17 -* JitGraph, still in alpha, disabled by default (written by Alex Shapovalov) (bug 32877)
 17+* JitGraph (still in alpha, disabled by default (written by Alex Shapovalov) (bug 32877))
1818 * tree, ultree, oltree
 19+* filtered (unfinished)
1920
2021 == SRF 1.7 ==
2122

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112972very first version of new 'filtered' formatfoxtrott10:38, 4 March 2012