r84731 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r84730
|
r84731
|
r84732
>
Date:
06:37, 25 March 2011
Author:
neilk
Status:
ok
Tags:
Comment:
fix
bug #28071
. Many video previews are relatively large, esp. since MediaWiki only pulls out single frames for previews without scaling sometimes.
Modified paths:
/trunk/phase3/includes/specials/SpecialUploadStash.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialUploadStash.php
—
—
@@ -28,7 +28,7 @@
29
29
//
30
30
// This service is really for thumbnails and other such previews while
31
31
// uploading.
32
- const MAX_SERVE_BYTES = 262144; // 256K
32
+ const MAX_SERVE_BYTES = 1048576; // 1MB
33
33
34
34
public function __construct() {
35
35
parent::__construct( 'UploadStash', 'upload' );
Follow-up revisions
Revision
Commit summary
Author
Date
r85000
1.17wmf1: MFT changes for UploadWizard deployment:
r78426
,
r81393
,
r81401
,
r8...
catrope
08:20, 30 March 2011
Status & tagging log
09:10, 30 March 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r84731
[
removed:
uwdeploy]
18:02, 28 March 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r84731
[
removed:
new
added:
ok]
18:07, 27 March 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r84731
[
added:
uwdeploy]