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 @@
17
17
* @ingroup Upload
18
18
*/
19
19
20
+require dirname( __FILE__ ) . '/../upload/UploadStash.php';
21
+
20
22
class SpecialUploadStash extends SpecialPage {
21
23
22
24
static $HttpErrors = array( // FIXME: Use OutputPage::getStatusMessage() --RK
Follow-up revisions
Revision
Commit summary
Author
Date
r76186
Revert
r76177
and use AutoLoader
catrope
11:52, 6 November 2010
r76245
uploadwizard-deployment: Merge
r76175
,
r76177
,
r76186
from trunk
catrope
13: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
13:12, 7 November 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r76177
[
removed:
uwdeploy]
13:06, 7 November 2010
Catrope
(
talk
|
contribs
)
changed the
tags
for r76177
[
added:
uwdeploy]
11:52, 6 November 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r76177
[
removed:
fixme
added:
reverted]
09:00, 6 November 2010
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r76177
[
removed:
new
added:
fixme]