r93552 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93551‎ | r93552 | r93553 >
Date:18:56, 30 July 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
hooks for getXMLTextForPS
Modified paths:
  • /trunk/extensions/SemanticForms/SemanticForms.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/SemanticForms.php
@@ -93,8 +93,8 @@
9494 $wgHooks['PSParseFieldElements'][] = 'SFUtils::parseFieldElements' ; //Hook for creating Pages
9595 $wgHooks['PageSchemasGetPageList'][] = 'SFUtils::getPageList' ; //Hook for creating Pages
9696 $wgHooks['getHtmlTextForFieldInputs'][] = 'SFUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema
 97+$wgHooks['getXmlTextForFieldInputs'][] = 'SFUtils::getXMLTextForPS' ; //Hook for retuning html text to PS schema
9798
98 -
9999 $wgAPIModules['sfautocomplete'] = 'SFAutocompleteAPI';
100100 $wgAPIModules['sfautoedit'] = 'SFAutoeditAPI';
101101