r58091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58090‎ | r58091 | r58092 >
Date:18:58, 24 October 2009
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r58089: Fix title casing, add new special page to the alias file
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.alias.php (modified) (history)
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -191,7 +191,7 @@
192192 'lqt-movethread' => 'Move',
193193 'lqt-menu-trigger' => 'More',
194194 'lqt-newmessages-from' => 'From $1',
195 - 'lqt-hot-topics' => 'Hot Topics',
 195+ 'lqt-hot-topics' => 'Hot topics',
196196
197197 // Rights
198198 'right-lqt-split' => 'Split threads',
Index: trunk/extensions/LiquidThreads/i18n/Lqt.alias.php
@@ -11,6 +11,7 @@
1212 /** English */
1313 $aliases['en'] = array(
1414 'DeleteThread' => array( 'DeleteThread' ),
 15+ 'HotTopics' => array( 'HotTopics' ),
1516 'MoveThread' => array( 'MoveThread' ),
1617 'NewMessages' => array( 'NewMessages' ),
1718 'SplitThread' => array( 'SplitThread' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58089LiquidThreads: Start to a "Hot Topics" special page, which shows the most act...werdna15:07, 24 October 2009

Status & tagging log