Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
10 | 10 | |
11 | | -define('SF_VERSION','1.7.3'); |
| 11 | +define('SF_VERSION','1.8'); |
12 | 12 | |
13 | 13 | $wgExtensionCredits['specialpage'][]= array( |
14 | 14 | 'path' => __FILE__, |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | // constants for special properties |
24 | 24 | define('SF_SP_HAS_DEFAULT_FORM', 1); |
25 | 25 | define('SF_SP_HAS_ALTERNATE_FORM', 2); |
| 26 | +define('SF_SP_CREATES_PAGES_WITH_FORM', 3); |
26 | 27 | |
27 | 28 | $wgExtensionFunctions[] = 'sfgSetupExtension'; |
28 | 29 | $wgExtensionFunctions[] = 'sfgParserFunctions'; |