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 @@
190
190
}
191
191
192
192
# Update squid
193
+ # Disable this as a temporary measure per private-l post -- TS
194
+ /*
193
195
if ( $wgUseSquid ) {
194
196
$u = SquidUpdate::newFromTitles( $titleArray );
195
197
$u->doUpdate();
196
198
}
199
+ */
197
200
198
201
# Update file cache
199
202
if ( $wgUseFileCache ) {
Follow-up revisions
Revision
Commit summary
Author
Date
r110939
Add another revision to patch in, add comment about
r97509
reedy
15:53, 8 February 2012
r111194
MFT
r97505
,
r97508
,
r97509
,
r97512
,
r99928
reedy
19:53, 10 February 2012
r114622
Remove PrefSwitch/PrefStats...
reedy
01:16, 30 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r96834
Live patch to disable squid updates in HTMLCacheUpdate.php
tstarling
12: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
03:21, 21 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r97509
[
removed:
new
added:
ok]