r69369 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69368‎ | r69369 | r69370 >
Date:01:15, 15 July 2010
Author:mah
Status:resolved
Tags:
Comment:
re r69339 use the actual function: s/hasCache/haveCache/
Modified paths:
  • /trunk/phase3/includes/api/ApiMain.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiMain.php
@@ -256,7 +256,7 @@
257257 header( 'Vary: Cookie' );
258258 if ( $wgUseXVO ) {
259259 header( $wgOut->getXVO() );
260 - if ( $wgOut->hasCacheVaryCookies() ) {
 260+ if ( $wgOut->haveCacheVaryCookies() ) {
261261 $this->setCacheControl( array( 'private' => true ) );
262262 }
263263 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r69370MFT r69369mah01:17, 15 July 2010
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
r69339API: Make output containing private or user-specific data uncacheable for log...catrope19:00, 14 July 2010

Status & tagging log