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

Revision: 71201
Author:   werdna
Date:     2010-08-17 13:02:27 +0000 (Tue, 17 Aug 2010)

Log Message:
-----------
Fix issue with namespace sorting

Modified Paths:
--------------
    branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php
    branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php

Property Changed:
----------------
    branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/
    branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/


Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/wmf-deployment/extensions/LiquidThreads_alpha/i18n:60970
/trunk/extensions/LiquidThreads/i18n:57390,63727-70099,70101-70105,70107-70377,71200

Modified: branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php
===================================================================
--- branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php      
2010-08-17 12:54:47 UTC (rev 71200)
+++ branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php      
2010-08-17 13:02:27 UTC (rev 71201)
@@ -2,6 +2,14 @@
 
 $namespaceNames = array();
 
+// For wikis without LiquidThreads installed.
+if ( ! defined('NS_LQT_THREAD') ) {
+       define( 'NS_LQT_THREAD', 90 );
+       define( 'NS_LQT_THREAD_TALK', 91 );
+       define( 'NS_LQT_SUMMARY', 92 );
+       define( 'NS_LQT_SUMMARY_TALK', 93 );
+}
+
 $namespaceNames['en'] = array(
        NS_LQT_THREAD       => 'Thread',
        NS_LQT_THREAD_TALK  => 'Thread_talk',


Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/wmf-deployment/extensions/LiquidThreads_alpha/i18n:60970
/trunk/extensions/LiquidThreads/i18n:57390,63727-70099,70101-70105,70107-70377,71200

Modified: 
branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php
===================================================================
--- 
branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php    
    2010-08-17 12:54:47 UTC (rev 71200)
+++ 
branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php    
    2010-08-17 13:02:27 UTC (rev 71201)
@@ -2,6 +2,14 @@
 
 $namespaceNames = array();
 
+// For wikis without LiquidThreads installed.
+if ( ! defined('NS_LQT_THREAD') ) {
+       define( 'NS_LQT_THREAD', 90 );
+       define( 'NS_LQT_THREAD_TALK', 91 );
+       define( 'NS_LQT_SUMMARY', 92 );
+       define( 'NS_LQT_SUMMARY_TALK', 93 );
+}
+
 $namespaceNames['en'] = array(
        NS_LQT_THREAD       => 'Thread',
        NS_LQT_THREAD_TALK  => 'Thread_talk',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to