Index: branches/new-upload/phase3/skins/common/shared.css |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | body.rtl td.mw-input { text-align: right; } |
69 | 69 | body.rtl td.mw-submit { text-align: right; } |
70 | 70 | |
71 | | -td.mw-label { vertical-align: top; width: 30%; } |
| 71 | +td.mw-label { vertical-align: top; } |
72 | 72 | td.mw-submit { white-space: nowrap; } |
73 | 73 | |
74 | 74 | table.mw-htmlform-nolabel td.mw-label { width: 0 !important; } |
Index: branches/new-upload/phase3/includes/DefaultSettings.php |
— | — | @@ -2515,8 +2515,8 @@ |
2516 | 2516 | 'disablemail' => 0, |
2517 | 2517 | ); |
2518 | 2518 | |
2519 | | -/** |
2520 | | - * Whether or not to allow and use real name fields. |
| 2519 | +/** |
| 2520 | + * Whether or not to allow and use real name fields. |
2521 | 2521 | * @deprecated in 1.16, use $wgHiddenPrefs[] = 'realname' below to disable real |
2522 | 2522 | * names |
2523 | 2523 | */ |
— | — | @@ -2635,7 +2635,7 @@ |
2636 | 2636 | |
2637 | 2637 | /* |
2638 | 2638 | * 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 |
2640 | 2640 | */ |
2641 | 2641 | |
2642 | 2642 | $wgDebugJavaScript = false; |
Index: branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvFirefogg.js |
— | — | @@ -489,7 +489,7 @@ |
490 | 490 | js_log('::encodeDone::'); |
491 | 491 | //send to the post url: |
492 | 492 | 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); |
494 | 494 | // ignore warnings & set source type |
495 | 495 | //_this.formData[ 'wpIgnoreWarning' ]='true'; |
496 | 496 | _this.formData[ 'wpSourceType' ] = 'upload'; |
Index: branches/new-upload/phase3/js2/mwEmbed/libAddMedia/mvBaseUploadInterface.js |
— | — | @@ -12,6 +12,8 @@ |
13 | 13 | "wgfogg_wrong_version": "You have firefogg installed but its outdated, <a href=\"http://firefogg.org\">please upgrade</a> ", |
14 | 14 | "upload-stats-fileprogres": "$1 of $2", |
15 | 15 | |
| 16 | + "mv_upload_completed": "Your upload is complete", |
| 17 | + |
16 | 18 | "mv_upload_done" : "Your upload <i>should be</i> accessible <a href=\"$1\">here</a>", |
17 | 19 | "upload-unknown-size": "Unknown size", |
18 | 20 | |