r24685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24684‎ | r24685 | r24686 >
Date:17:54, 8 August 2007
Author:yaron
Status:old
Tags:
Comment:
New version, 0.5 - new 'create property' form, a set of related changes to
other forms, and a parsing bug fix
Modified paths:
  • /trunk/extensions/SemanticForms/INSTALL (modified) (history)
  • /trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/INSTALL
@@ -1,4 +1,4 @@
2 -[[Semantic Forms 0.4.3]]
 2+[[Semantic Forms 0.5]]
33
44 Contents:
55 * Disclaimer
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php
@@ -3,7 +3,7 @@
44 * Global functions and constants for Semantic Forms.
55 */
66
7 -define('SF_VERSION','0.4.3');
 7+define('SF_VERSION','0.5');
88
99 $wgExtensionFunctions[] = 'sfgSetupExtension';
1010
@@ -20,10 +20,11 @@
2121 /***** register specials *****/
2222 /**********************************************/
2323
 24+ require_once($sfgIP . '/specials/SF_Forms.php');
 25+ require_once($sfgIP . '/specials/SF_CreateForm.php');
2426 require_once($sfgIP . '/specials/SF_Templates.php');
2527 require_once($sfgIP . '/specials/SF_CreateTemplate.php');
26 - require_once($sfgIP . '/specials/SF_Forms.php');
27 - require_once($sfgIP . '/specials/SF_CreateForm.php');
 28+ require_once($sfgIP . '/specials/SF_CreateProperty.php');
2829 require_once($sfgIP . '/specials/SF_AddPage.php');
2930 require_once($sfgIP . '/specials/SF_AddData.php');
3031 require_once($sfgIP . '/specials/SF_EditData.php');

Status & tagging log