r97509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97508‎ | r97509 | r97510 >
Date:15:41, 19 September 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
1.18wmf1 Merge r96834
Modified paths:
  • /branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/cache/HTMLCacheUpdate.php
@@ -189,10 +189,13 @@
190190 }
191191
192192 # Update squid
 193+ # Disable this as a temporary measure per private-l post -- TS
 194+ /*
193195 if ( $wgUseSquid ) {
194196 $u = SquidUpdate::newFromTitles( $titleArray );
195197 $u->doUpdate();
196198 }
 199+ */
197200
198201 # Update file cache
199202 if ( $wgUseFileCache ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r110939Add another revision to patch in, add comment about r97509reedy15:53, 8 February 2012
r111194MFT r97505, r97508, r97509, r97512, r99928reedy19:53, 10 February 2012
r114622Remove PrefSwitch/PrefStats...reedy01:16, 30 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96834Live patch to disable squid updates in HTMLCacheUpdate.phptstarling12:12, 12 September 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   20:34, 19 September 2011

Not sure if these is still needed. Emailed tim.

Status & tagging log