r76177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76176‎ | r76177 | r76178 >
Date:00:23, 6 November 2010
Author:platonides
Status:reverted (Comments)
Tags:
Comment:
UploadStashFileNotFoundException and UploadStashBadPathException are defined in upload/UploadStash.php
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -16,6 +16,8 @@
1717 * @ingroup Upload
1818 */
1919
 20+require dirname( __FILE__ ) . '/../upload/UploadStash.php';
 21+
2022 class SpecialUploadStash extends SpecialPage {
2123
2224 static $HttpErrors = array( // FIXME: Use OutputPage::getStatusMessage() --RK

Follow-up revisions

RevisionCommit summaryAuthorDate
r76186Revert r76177 and use AutoLoadercatrope11:52, 6 November 2010
r76245uploadwizard-deployment: Merge r76175, r76177, r76186 from trunkcatrope13:12, 7 November 2010

Comments

#Comment by Nikerabbit (talk | contribs)   09:00, 6 November 2010

Can't autoloader be used?

#Comment by Catrope (talk | contribs)   11:52, 6 November 2010

Yes, it should be. r76186.

Status & tagging log