r68805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68804‎ | r68805 | r68806 >
Date:23:14, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
Merge r68804
Modified paths:
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha (modified) (history)
  • /branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/lqt.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/lqt.js
@@ -549,7 +549,7 @@
550550 $j.get( wgScriptPath+'/api.php', apiReq,
551551 function(data) {
552552 // Load data from JSON
553 - var html = data.query.threads[0].content;
 553+ var html = data.query.threads[threadId].content;
554554 var newContent = $j(html);
555555
556556 // Clear old post and header.
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha
___________________________________________________________________
Name: svn:mergeinfo
557557 - /branches/wmf-deployment/extensions/LiquidThreads_alpha:60970
/trunk/extensions/LiquidThreads:57390,63727-68791
558558 + /branches/wmf-deployment/extensions/LiquidThreads_alpha:60970
/trunk/extensions/LiquidThreads:57390,63727-68804

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68804Fix error in editing threadswerdna23:12, 30 June 2010

Status & tagging log