Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | die( "ERROR: <a href=\"http://semantic-mediawiki.org\">Semantic MediaWiki</a> must be installed for Semantic Forms to run!" ); |
42 | 42 | } |
43 | 43 | |
44 | | -define( 'SF_VERSION', '2.2.1' ); |
| 44 | +define( 'SF_VERSION', '2.3-alpha' ); |
45 | 45 | |
46 | 46 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
47 | 47 | 'path' => __FILE__, |
— | — | @@ -324,6 +324,11 @@ |
325 | 325 | # ## |
326 | 326 | $sfgRedLinksCheckOnlyLocalProps = false; |
327 | 327 | |
| 328 | +# ## |
| 329 | +# Displays the form above, instead of below, the results, in the |
| 330 | +# Special:RunQuery page. |
| 331 | +# (This is actually an undocumented variable, used by the code.) |
| 332 | +# ## |
328 | 333 | $sfgRunQueryFormAtTop = false; |
329 | 334 | |
330 | 335 | # ## |