r52804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52803‎ | r52804 | r52805 >
Date:19:11, 6 July 2009
Author:dale
Status:deferred
Tags:
Comment:
minor layout fix of upload page
Modified paths:
  • /branches/new-upload/phase3/includes/DefaultSettings.php (modified) (history)
  • /branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js (modified) (history)
  • /branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js (modified) (history)
  • /branches/new-upload/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/new-upload/phase3/skins/common/shared.css
@@ -67,7 +67,7 @@
6868 body.rtl td.mw-input { text-align: right; }
6969 body.rtl td.mw-submit { text-align: right; }
7070
71 -td.mw-label { vertical-align: top; width: 30%; }
 71+td.mw-label { vertical-align: top; }
7272 td.mw-submit { white-space: nowrap; }
7373
7474 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
Index: branches/new-upload/phase3/includes/DefaultSettings.php
@@ -2515,8 +2515,8 @@
25162516 'disablemail' => 0,
25172517 );
25182518
2519 -/**
2520 - * Whether or not to allow and use real name fields.
 2519+/**
 2520+ * Whether or not to allow and use real name fields.
25212521 * @deprecated in 1.16, use $wgHiddenPrefs[] = 'realname' below to disable real
25222522 * names
25232523 */
@@ -2635,7 +2635,7 @@
26362636
26372637 /*
26382638 * wgDebugJavaScript used to turn on debuging for the javascript script-loader
2639 - * & forces fresh copies of javascript if the script loader is offf
 2639+ * & forces fresh copies of javascript
26402640 */
26412641
26422642 $wgDebugJavaScript = false;
Index: branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js
@@ -489,7 +489,7 @@
490490 js_log('::encodeDone::');
491491 //send to the post url:
492492 if( _this.form_rewrite && _this.upload_mode == 'post' ){
493 - js_log('done with encoding do POST upload:' + _this.editForm.action);
 493+ js_log('done with encoding do POST upload:' + _this.editForm.action);
494494 // ignore warnings & set source type
495495 //_this.formData[ 'wpIgnoreWarning' ]='true';
496496 _this.formData[ 'wpSourceType' ] = 'upload';
Index: branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js
@@ -12,6 +12,8 @@
1313 "wgfogg_wrong_version": "You have firefogg installed but its outdated, <a href=\"http://firefogg.org\">please upgrade</a> ",
1414 "upload-stats-fileprogres": "$1 of $2",
1515
 16+ "mv_upload_completed": "Your upload is complete",
 17+
1618 "mv_upload_done" : "Your upload <i>should be</i> accessible <a href=\"$1\">here</a>",
1719 "upload-unknown-size": "Unknown size",
1820

Status & tagging log