r57931 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57930‎ | r57931 | r57932 >
Date:23:12, 19 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57930
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -350,7 +350,7 @@
351351 $result = array(
352352 'result' => 'Success',
353353 'thread-id' => $thread->id(),
354 - 'thread-title' => $thread->title()->getPrefixedText(),
 354+ 'thread-title' => $title->getPrefixedText(),
355355 );
356356
357357 $result = array( 'thread' => $result );
@@ -439,7 +439,7 @@
440440 'action' => 'reply',
441441 'result' => 'Success',
442442 'thread-id' => $thread->id(),
443 - 'thread-title' => $thread->title()->getPrefixedText(),
 443+ 'thread-title' => $title->getPrefixedText(),
444444 'parent-id' => $replyTo->id(),
445445 'parent-title' => $replyTo->title()->getPrefixedText(),
446446 'ancestor-id' => $replyTo->topmostThread()->id(),
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
447447 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57928
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
448448 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57928,57930
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57930Fix further issues with master/slave setup in LiquidThreads AJAX saveswerdna23:12, 19 October 2009

Status & tagging log