r91532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91531‎ | r91532 | r91533 >
Date:07:39, 6 July 2011
Author:tstarling
Status:ok
Tags:
Comment:
MFT r91175 plus release notes: fixed purgeList.php
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/maintenance/purgeList.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/maintenance/purgeList.php
@@ -43,7 +43,7 @@
4444 $url = $title->getFullUrl();
4545 $this->output( "$url\n" );
4646 $urls[] = $url;
47 - if ( $this->getOptions( 'purge' ) ) {
 47+ if ( $this->getOption( 'purge' ) ) {
4848 $title->invalidateCache();
4949 }
5050 } else {
Property changes on: branches/REL1_17/phase3/maintenance/purgeList.php
___________________________________________________________________
Added: svn:mergeinfo
5151 Merged /branches/new-installer/phase3/maintenance/purgeList.php:r43664-66004
5252 Merged /branches/REL1_15/phase3/maintenance/purgeList.php:r51646
5353 Merged /branches/sqlite/maintenance/purgeList.php:r58211-58321
5454 Merged /trunk/phase3/maintenance/purgeList.php:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81519,91175
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -46,6 +46,8 @@
4747 work at all since 1.17 beta 1.
4848 * (bug 29531) Fixed img_auth.php for thumbnails and other filenames with
4949 multiple dots, was broken by the fix for bug 28840.
 50+* In the maintenance script purgeList.php, fixed a fatal error when a page
 51+ title is given, instead of a URL.
5052
5153 === Changes since 1.17.0rc1 ===
5254

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91175Fix fatal in r77354 (!!), discovered this when purgeList.php fataled on me on...catrope15:15, 30 June 2011

Status & tagging log