r69379 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69378‎ | r69379 | r69380 >
Date:09:25, 15 July 2010
Author:catrope
Status:resolved
Tags:
Comment:
Apply r69357 to trunk; was a fix for trunk but got committed to REL1_16
Modified paths:
  • /trunk/phase3/includes/api (modified) (history)
  • /trunk/phase3/includes/api/ApiFeedWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFeedWatchlist.php
@@ -78,9 +78,6 @@
7979 $fauxReqArr['wlowner'] = $params['wlowner'];
8080 }
8181 if ( !is_null( $params['wltoken'] ) ) {
82 - // Don't cache tokens
83 - $this->getMain()->setCachePrivate();
84 -
8582 $fauxReqArr['wltoken'] = $params['wltoken'];
8683 }
8784
Property changes on: trunk/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
8885 Merged /branches/REL1_16/phase3/includes/api:r69357

Follow-up revisions

RevisionCommit summaryAuthorDate
r693801.16wmf4: MFT r69347, r69350, r69369, r69379catrope09:41, 15 July 2010
r69932* MFT r69776, and followups r69784, r69928, r69931, and superseded base revis...tstarling08:03, 26 July 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69357re r69350: token was input, not outputmah22:39, 14 July 2010

Status & tagging log