r55889 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55888‎ | r55889 | r55890 >
Date:16:43, 6 September 2009
Author:mkroetzsch
Status:deferred
Tags:
Comment:
make todo visible to doxygen
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php
@@ -343,7 +343,7 @@
344344 if (!isset($smwgNamespaceIndex)) {
345345 $smwgNamespaceIndex = 100;
346346 }
347 -
 347+ // 100 and 101 used to be occupied by SMW's now obsolete namespaces "Relation" and "Relation_Talk"
348348 define('SMW_NS_PROPERTY', $smwgNamespaceIndex+2);
349349 define('SMW_NS_PROPERTY_TALK', $smwgNamespaceIndex+3);
350350 define('SMW_NS_TYPE', $smwgNamespaceIndex+4);
@@ -378,9 +378,9 @@
379379 /***** language settings *****/
380380 /**********************************************/
381381
382 - // FIXME: Can be removed when new style magic words are used (introduced in r52503)
383382 /**
384383 * Set up (possibly localised) names for SMW's parser functions.
 384+ * @todo Can be removed when new style magic words are used (introduced in r52503)
385385 */
386386 function smwfAddMagicWords(&$magicWords, $langCode) {
387387 $magicWords['ask'] = array( 0, 'ask' );

Status & tagging log