http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56309
Revision: 56309
Author: werdna
Date: 2009-09-14 15:53:29 +0000 (Mon, 14 Sep 2009)
Log Message:
-----------
Show source thread on LQT split page.
* Also, add a missing :
Modified Paths:
--------------
trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php
Modified: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
===================================================================
--- trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-09-14 15:29:15 UTC
(rev 56308)
+++ trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-09-14 15:53:29 UTC
(rev 56309)
@@ -183,7 +183,8 @@
'lqt-thread-split' => 'Split to new thread',
'lqt-split-success' => 'You have successfully split off the
thread $1.',
'lqt_split_thread' => 'Split a thread',
- 'lqt-thread-split-subject'=> 'New thread subject',
+ 'lqt-thread-split-subject'=> 'New thread subject:',
+ 'lqt-thread-split-thread' => 'Thread:',
'lqt-split-submit' => 'Split',
'lqt_split_badsubject' => 'The subject you entered is invalid.',
'lqt-no-threads' => 'There are no threads on this page
yet.',
Modified: trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php
===================================================================
--- trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php 2009-09-14
15:29:15 UTC (rev 56308)
+++ trunk/extensions/LiquidThreads/pages/SpecialSplitThread.php 2009-09-14
15:53:29 UTC (rev 56309)
@@ -5,6 +5,13 @@
function getFormFields() {
$splitForm = array(
+ 'src' =>
+ array(
+ 'type' => 'info',
+ 'label-message' =>
'lqt-thread-split-thread',
+ 'default' => LqtView::permalink(
$this->mThread ),
+ 'raw' => 1,
+ ),
'subject' =>
array(
'type' => 'text',
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs