r94294 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94293‎ | r94294 | r94295 >
Date:22:32, 11 August 2011
Author:platonides
Status:reverted (Comments)
Tags:
Comment:
Fix case of the new file added in r94289

Produced the following fatal on Unix systems when trying to update:
Warning: require(maintenance/PopulateRevisionSha1.php): failed to open stream: No such file or directory in includes/AutoLoader.php on line 922
Fatal error: require(): Failed opening required 'maintenance/PopulateRevisionSha1.php' in includes/AutoLoader.php on line 922
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -838,7 +838,7 @@
839839 'PopulateLogUsertext' => 'maintenance/populateLogUsertext.php',
840840 'PopulateParentId' => 'maintenance/populateParentId.php',
841841 'PopulateRevisionLength' => 'maintenance/populateRevisionLength.php',
842 - 'PopulateRevisionSha1' => 'maintenance/PopulateRevisionSha1.php',
 842+ 'PopulateRevisionSha1' => 'maintenance/populateRevisionSha1.php',
843843 'SevenZipStream' => 'maintenance/7zip.inc',
844844 'Sqlite' => 'maintenance/sqlite.inc',
845845 'UpdateCollation' => 'maintenance/updateCollation.php',

Follow-up revisions

RevisionCommit summaryAuthorDate
r94541Revert r94289, r94290, r94294, r94333, r94345, r94362, r94370 -- core schema ...brion18:24, 15 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94289* Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for b......aaron21:52, 11 August 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   18:26, 15 August 2011

undiscussed core schema change, reverted in r94541.

Status & tagging log