r56309 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56308‎ | r56309 | r56310 >
Date:15:53, 14 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
Show source thread on LQT split page.
* Also, add a missing :
Modified paths:
  • /trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php (modified) (history)
  • /trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
@@ -183,7 +183,8 @@
184184 'lqt-thread-split' => 'Split to new thread',
185185 'lqt-split-success' => 'You have successfully split off the thread $1.',
186186 'lqt_split_thread' => 'Split a thread',
187 - 'lqt-thread-split-subject'=> 'New thread subject',
 187+ 'lqt-thread-split-subject'=> 'New thread subject:',
 188+ 'lqt-thread-split-thread' => 'Thread:',
188189 'lqt-split-submit' => 'Split',
189190 'lqt_split_badsubject' => 'The subject you entered is invalid.',
190191 'lqt-no-threads' => 'There are no threads on this page yet.',
Index: trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php
@@ -5,6 +5,13 @@
66
77 function getFormFields() {
88 $splitForm = array(
 9+ 'src' =>
 10+ array(
 11+ 'type' => 'info',
 12+ 'label-message' => 'lqt-thread-split-thread',
 13+ 'default' => LqtView::permalink( $this->mThread ),
 14+ 'raw' => 1,
 15+ ),
916 'subject' =>
1017 array(
1118 'type' => 'text',

Status & tagging log