r79758 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79757
|
r79758
|
r79759
>
Date:
21:17, 6 January 2011
Author:
happy-melon
Status:
ok
Tags:
Comment:
Follow-up
r78452
: missed a couple of hidden fields in SpecialUpload
Modified paths:
/trunk/phase3/includes/specials/SpecialUpload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialUpload.php
—
—
@@ -815,11 +815,11 @@
816
816
817
817
if ( $this->mSessionKey ) {
818
818
return array(
819
- 'wpSessionKey' => array(
819
+ 'SessionKey' => array(
820
820
'type' => 'hidden',
821
821
'default' => $this->mSessionKey,
822
822
),
823
- 'wpSourceType' => array(
823
+ 'SourceType' => array(
824
824
'type' => 'hidden',
825
825
'default' => 'Stash',
826
826
),
Follow-up revisions
Revision
Commit summary
Author
Date
r79815
1.17: MFT
r78327
,
r78560
,
r79131
,
r79708
,
r79713
,
r79725
,
r79758
,
r79759
,
r79...
catrope
13:55, 7 January 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78452
Clean up the running mess that is
r64866
,
r65040
, and then
r67277
. Implement...
happy-melon
21:14, 15 December 2010
Status & tagging log
13:55, 7 January 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r79758
[
removed:
1.17]
12:55, 7 January 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r79758
[
removed:
new
added:
ok]
21:17, 6 January 2011
Happy-melon
(
talk
|
contribs
)
changed the
tags
for r79758
[
added:
1.17]