r93463 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93462‎ | r93463 | r93464 >
Date:16:11, 29 July 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
adding hook for PSSchema .
Modified paths:
  • /trunk/extensions/SemanticDrilldown/SemanticDrilldown.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
@@ -69,6 +69,7 @@
7070 $wgPageProps['showindrilldown'] = 'Whether or not the page is set as SHOWINDRILLDOWN';
7171 $wgHooks['PSParseFieldElements'][] = 'SDUtils::parseFieldElements' ; //Hook for creating Pages
7272 $wgHooks['PageSchemasGetObject'][] = 'SDUtils::createPageSchemasObject' ; //Hook for returning PageSchema(extension) object from a given xml
 73+$wgHooks['getHtmlTextForFieldInputs'][] = 'SDUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema
7374
7475 # ##
7576 # This is the path to your installation of Semantic Drilldown as