Revision: 43620
Author:   mkroetzsch
Date:     2008-11-17 18:48:49 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
support Form custom datatypes

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php        
2008-11-17 18:46:10 UTC (rev 43619)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php        
2008-11-17 18:48:49 UTC (rev 43620)
@@ -117,6 +117,7 @@
                        '_wpg'  => 'SMWWikiPageValue', // Page type
                        '_wpp'  => 'SMWWikiPageValue', // Property page type 
TODO: make available to user space
                        '_wpc'  => 'SMWWikiPageValue', // Category page type 
TODO: make available to user space
+                       '_wpf'  => 'SMWWikiPageValue', // Form page type for 
Semantic Forms
                        '_num'  => 'SMWNumberValue', // Number type
                        '_tem'  => 'SMWTemperatureValue', // Temperature type
                        '_dat'  => 'SMWTimeValue', // Time type
@@ -129,6 +130,7 @@
                        '__spu' => 'SMWURIValue', // Special uri type
                        '__sup' => 'SMWWikiPageValue', // Special subproperty 
type
                        '__suc' => 'SMWWikiPageValue', // Special subcategory 
type
+                       '__spf' => 'SMWWikiPageValue', // Special Form page 
type for Semantic Forms
                        '__sin' => 'SMWWikiPageValue', // Special instance of 
type
                        '__red' => 'SMWWikiPageValue', // Special redirect type
                        '__lin' => 'SMWLinearValue', // Special linear unit 
conversion type



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to