r76186 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76185‎ | r76186 | r76187 >
Date:11:52, 6 November 2010
Author:catrope
Status:ok
Tags:
Comment:
Revert r76177 and use AutoLoader
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -671,11 +671,16 @@
672672 'UserloginTemplate' => 'includes/templates/Userlogin.php',
673673
674674 # includes/upload
675 - 'UploadStash' => 'includes/upload/UploadStash.php',
676675 'UploadBase' => 'includes/upload/UploadBase.php',
677676 'UploadFromStash' => 'includes/upload/UploadFromStash.php',
678677 'UploadFromFile' => 'includes/upload/UploadFromFile.php',
679678 'UploadFromUrl' => 'includes/upload/UploadFromUrl.php',
 679+ 'UploadStash' => 'includes/upload/UploadStash.php',
 680+ 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php',
 681+ 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php',
 682+ 'UploadStashBadPathException' => 'includes/upload/UploadStash.php',
 683+ 'UploadStashBadVersionException' => 'includes/upload/UploadStash.php',
 684+ 'UploadStashFileException' => 'includes/upload/UploadStash.php',
680685
681686 # languages
682687 'Language' => 'languages/Language.php',
Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -16,8 +16,6 @@
1717 * @ingroup Upload
1818 */
1919
20 -require dirname( __FILE__ ) . '/../upload/UploadStash.php';
21 -
2220 class SpecialUploadStash extends SpecialPage {
2321
2422 static $HttpErrors = array( // FIXME: Use OutputPage::getStatusMessage() --RK

Follow-up revisions

RevisionCommit summaryAuthorDate
r76245uploadwizard-deployment: Merge r76175, r76177, r76186 from trunkcatrope13:12, 7 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76177UploadStashFileNotFoundException and UploadStashBadPathException are defined ...platonides00:23, 6 November 2010

Status & tagging log