r32217 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r32216
|
r32217
|
r32218
>
Date:
10:46, 20 March 2008
Author:
raymond
Status:
old
Tags:
Comment:
* (
Bug 13448
) Fix regression from
r32077
: Readd CSS id for hidden field.
Please see above bug for a suggestion. I haven't touched upload.js and I am unsure about it. Thanks.
Modified paths:
/trunk/phase3/includes/SpecialUpload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/SpecialUpload.php
—
—
@@ -1181,7 +1181,7 @@
1182
1182
</td>
1183
1183
</tr>" .
1184
1184
Xml::closeElement( 'table' ) .
1185
- Xml::hidden( 'wpDestFileWarningAck', '' ) .
1185
+ Xml::hidden( 'wpDestFileWarningAck', '', array( 'id' => 'wpDestFileWarningAck' ) ) .
1186
1186
Xml::closeElement( 'fieldset' ) .
1187
1187
Xml::closeElement( 'form' )
1188
1188
);
Follow-up revisions
Revision
Commit summary
Author
Date
r32258
bug 13448
second bit
brion
21:48, 20 March 2008
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r32077
Some rework on 'mainUploadForm':...
raymond
21:05, 17 March 2008
Status & tagging log
15:25, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r32217
[
removed:
ok
added:
old]