r91530 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91529‎ | r91530 | r91531 >
Date:07:17, 6 July 2011
Author:tstarling
Status:ok
Tags:
Comment:
MFT r90835: fixed maintenance scripts broken by require/require_once confusion. Plus release notes.
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/maintenance/rebuildImages.php (modified) (history)
  • /branches/REL1_17/phase3/maintenance/upgrade1_5.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/maintenance/upgrade1_5.php
@@ -1307,4 +1307,4 @@
13081308 }
13091309
13101310 $maintClass = 'FiveUpgrade';
1311 -require( RUN_MAINTENANCE_IF_MAIN );
 1311+require_once( RUN_MAINTENANCE_IF_MAIN );
Property changes on: branches/REL1_17/phase3/maintenance/upgrade1_5.php
___________________________________________________________________
Added: svn:mergeinfo
13121312 Merged /branches/new-installer/phase3/maintenance/upgrade1_5.php:r43664-66004
13131313 Merged /branches/REL1_15/phase3/maintenance/upgrade1_5.php:r51646
13141314 Merged /branches/sqlite/maintenance/upgrade1_5.php:r58211-58321
13151315 Merged /trunk/phase3/maintenance/upgrade1_5.php:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81519,90835
Index: branches/REL1_17/phase3/maintenance/rebuildImages.php
@@ -209,4 +209,4 @@
210210 }
211211
212212 $maintClass = 'ImageBuilder';
213 -require( RUN_MAINTENANCE_IF_MAIN );
 213+require_once( RUN_MAINTENANCE_IF_MAIN );
Property changes on: branches/REL1_17/phase3/maintenance/rebuildImages.php
___________________________________________________________________
Added: svn:mergeinfo
214214 Merged /branches/new-installer/phase3/maintenance/rebuildImages.php:r43664-66004
215215 Merged /branches/REL1_15/phase3/maintenance/rebuildImages.php:r51646
216216 Merged /branches/sqlite/maintenance/rebuildImages.php:r58211-58321
217217 Merged /trunk/phase3/maintenance/rebuildImages.php:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81519,90835
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -42,6 +42,8 @@
4343 * Fixed a bug in message transformation where the previous language could leak
4444 into later transformations in the UI language.
4545 * (bug 29091) Fix form of native name for Ossetic language (Иронау -> Ирон)
 46+* Fixed maintenance scripts upgrade1_5.php and rebuildImages.php, they did not
 47+ work at all since 1.17 beta 1.
4648
4749 === Changes since 1.17.0rc1 ===
4850

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90835Unbreak multiple maintenance scriptsnikerabbit15:40, 26 June 2011

Status & tagging log