r67821 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67820‎ | r67821 | r67822 >
Date:15:18, 10 June 2010
Author:daniel
Status:ok (Comments)
Tags:
Comment:
follow-up to r67820 and r67819: interface function newPartNodeArray for creating a new custom node for programmatic use of parameter replacement as used in some extensions
Modified paths:
  • /trunk/phase3/includes/parser/Preprocessor.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Preprocessor.php
@@ -13,6 +13,9 @@
1414 /** Create a new custom frame for programmatic use of parameter replacement as used in some extensions */
1515 function newCustomFrame( $args );
1616
 17+ /** Create a new custom node for programmatic use of parameter replacement as used in some extensions */
 18+ function newPartNodeArray( $values );
 19+
1720 /** Preprocess text to a PPNode */
1821 function preprocessToObj( $text, $flags = 0 );
1922 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67819added newPartNodeArray for creating a node with a list of parts form a php ar...daniel15:02, 10 June 2010
r67820added newPartNodeArray for creating a node with a list of parts form a php ar...daniel15:16, 10 June 2010

Comments

#Comment by Duesentrieb (talk | contribs)   13:31, 15 July 2010

needed by DataTransclusion extension

Status & tagging log