http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88324

Revision: 88324
Author:   mkroetzsch
Date:     2011-05-17 17:10:35 +0000 (Tue, 17 May 2011)
Log Message:
-----------
Remove declarations for internal list properties _1, _2, ... This of lists will 
be replaced by one that is based on named properties.

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php

Modified: 
trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php   
2011-05-17 17:06:46 UTC (rev 88323)
+++ trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php   
2011-05-17 17:10:35 UTC (rev 88324)
@@ -334,11 +334,6 @@
                                '_SKEY'  =>  array( '__key', true ), // sort 
key of a page
                                '_SF_DF' => array( '__spf', true ), // Semantic 
Form's default form property
                                '_SF_AF' => array( '__spf', true ),  // 
Semantic Form's alternate form property
-                               '_1'     => array( '__err', true ), // 
properties for encoding (short) lists, these do not really have a type (may be 
used internally for diverse types)
-                               '_2'     => array( '__err', true ),
-                               '_3'     => array( '__err', true ),
-                               '_4'     => array( '__err', true ),
-                               '_5'     => array( '__err', true ),
                        );
                wfRunHooks( 'smwInitProperties' );
        }


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

Reply via email to