r93555 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93554‎ | r93555 | r93556 >
Date:19:20, 30 July 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
hook for getXMLTextForPS
Modified paths:
  • /trunk/extensions/SemanticDrilldown/SemanticDrilldown.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
@@ -70,6 +70,7 @@
7171 $wgHooks['PSParseFieldElements'][] = 'SDUtils::parseFieldElements' ; //Hook for creating Pages
7272 $wgHooks['PageSchemasGetObject'][] = 'SDUtils::createPageSchemasObject' ; //Hook for returning PageSchema(extension) object from a given xml
7373 $wgHooks['getHtmlTextForFieldInputs'][] = 'SDUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema
 74+$wgHooks['getXmlTextForFieldInputs'][] = 'SDUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema
7475
7576 # ##
7677 # This is the path to your installation of Semantic Drilldown as