r53685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53684‎ | r53685 | r53686 >
Date:17:54, 23 July 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added handling for new 'Creates pages with form' special property
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -7,7 +7,7 @@
88
99 if ( !defined( 'MEDIAWIKI' ) ) die();
1010
11 -define('SF_VERSION','1.7.3');
 11+define('SF_VERSION','1.8');
1212
1313 $wgExtensionCredits['specialpage'][]= array(
1414 'path' => __FILE__,
@@ -22,6 +22,7 @@
2323 // constants for special properties
2424 define('SF_SP_HAS_DEFAULT_FORM', 1);
2525 define('SF_SP_HAS_ALTERNATE_FORM', 2);
 26+define('SF_SP_CREATES_PAGES_WITH_FORM', 3);
2627
2728 $wgExtensionFunctions[] = 'sfgSetupExtension';
2829 $wgExtensionFunctions[] = 'sfgParserFunctions';

Status & tagging log