r71201 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71200‎ | r71201 | r71202 >
Date:13:02, 17 August 2010
Author:werdna
Status:deferred
Tags:
Comment:
Fix issue with namespace sorting
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n/Lqt.namespaces.php
@@ -2,6 +2,14 @@
33
44 $namespaceNames = array();
55
 6+// For wikis without LiquidThreads installed.
 7+if ( ! defined('NS_LQT_THREAD') ) {
 8+ define( 'NS_LQT_THREAD', 90 );
 9+ define( 'NS_LQT_THREAD_TALK', 91 );
 10+ define( 'NS_LQT_SUMMARY', 92 );
 11+ define( 'NS_LQT_SUMMARY_TALK', 93 );
 12+}
 13+
614 $namespaceNames['en'] = array(
715 NS_LQT_THREAD => 'Thread',
816 NS_LQT_THREAD_TALK => 'Thread_talk',
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads/i18n
___________________________________________________________________
Added: svn:mergeinfo
917 Merged /branches/wmf-deployment/extensions/LiquidThreads_alpha/i18n:r60970
1018 Merged /trunk/extensions/LiquidThreads/i18n:r57390,63727-70099,70101-70105,70107-70377,71200
Index: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n/Lqt.namespaces.php
@@ -2,6 +2,14 @@
33
44 $namespaceNames = array();
55
 6+// For wikis without LiquidThreads installed.
 7+if ( ! defined('NS_LQT_THREAD') ) {
 8+ define( 'NS_LQT_THREAD', 90 );
 9+ define( 'NS_LQT_THREAD_TALK', 91 );
 10+ define( 'NS_LQT_SUMMARY', 92 );
 11+ define( 'NS_LQT_SUMMARY_TALK', 93 );
 12+}
 13+
614 $namespaceNames['en'] = array(
715 NS_LQT_THREAD => 'Thread',
816 NS_LQT_THREAD_TALK => 'Thread_talk',
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/i18n
___________________________________________________________________
Added: svn:mergeinfo
917 Merged /branches/wmf-deployment/extensions/LiquidThreads_alpha/i18n:r60970
1018 Merged /trunk/extensions/LiquidThreads/i18n:r57390,63727-70099,70101-70105,70107-70377,71200

Status & tagging log