r60785 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60784‎ | r60785 | r60786 >
Date:09:02, 7 January 2010
Author:mkroetzsch
Status:deferred
Tags:
Comment:
added preliminary labels for using the new datatype for multi-valued properties; will poll users about naming before adding the English defaults to all languages
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -39,6 +39,7 @@
4040 '_uri' => 'URL', // name of the URL type
4141 '_anu' => 'Annotation URI', // name of the annotation URI type (OWL annotation property)
4242 '_tel' => 'Telephone number', // name of the telephone (URI) type
 43+ '_lst' => 'Value list', // temporary name (experimental feature for replacing n-aries), may still change
4344 );
4445
4546 protected $m_DatatypeAliases = array(
@@ -61,7 +62,8 @@
6263 '_SERV' => 'Provides service',
6364 '_PVAL' => 'Allows value',
6465 '_MDAT' => 'Modification date',
65 - '_ERRP' => 'Has improper value for'
 66+ '_ERRP' => 'Has improper value for',
 67+ '_LIST' => 'Type list', // temporary name (experimental feature for replacing n-aries), may still change
6668 );
6769
6870 protected $m_SpecialPropertyAliases = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r60829Follow up r60798 & r60785...mah03:34, 8 January 2010

Status & tagging log