r99234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99233‎ | r99234 | r99235 >
Date:19:06, 7 October 2011
Author:yaron
Status:deferred (Comments)
Tags:
Comment:
New version: 2.3-alpha
Modified paths:
  • /trunk/extensions/SemanticForms/SemanticForms.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/SemanticForms.php
@@ -40,7 +40,7 @@
4141 die( "ERROR: <a href=\"http://semantic-mediawiki.org\">Semantic MediaWiki</a> must be installed for Semantic Forms to run!" );
4242 }
4343
44 -define( 'SF_VERSION', '2.2.1' );
 44+define( 'SF_VERSION', '2.3-alpha' );
4545
4646 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array(
4747 'path' => __FILE__,
@@ -324,6 +324,11 @@
325325 # ##
326326 $sfgRedLinksCheckOnlyLocalProps = false;
327327
 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+# ##
328333 $sfgRunQueryFormAtTop = false;
329334
330335 # ##

Comments

#Comment by Nikerabbit (talk | contribs)   19:26, 7 October 2011

It's not undocumented anymore?

#Comment by Yaron Koren (talk | contribs)   19:31, 7 October 2011

Well, it's sort of documented. :) It's documented in the code, but I'm not planning to mention it in the actual extension documentation.