Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/245916

Change subject: mw.ForeignUpload: Provide an edit summary to help track these 
uploads
......................................................................

mw.ForeignUpload: Provide an edit summary to help track these uploads

The summary is "Cross-wiki upload from xx.wikixedia.org". We don't
know the content language of the foreign wiki, so it's not translateable.

Bug: T115328
Change-Id: I4b36cad20ffe318f9a01126a5b9ed70f5d806b57
---
M resources/src/mediawiki/mediawiki.ForeignUpload.js
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/16/245916/1

diff --git a/resources/src/mediawiki/mediawiki.ForeignUpload.js 
b/resources/src/mediawiki/mediawiki.ForeignUpload.js
index 7b3a751..61fb59f 100644
--- a/resources/src/mediawiki/mediawiki.ForeignUpload.js
+++ b/resources/src/mediawiki/mediawiki.ForeignUpload.js
@@ -84,6 +84,12 @@
                // actual API call methods to wait for the apiPromise to resolve
                // before continuing.
                mw.Upload.call( this, null );
+
+               if ( this.target !== 'local' ) {
+                       // Keep these untranslated. We don't know the content 
language of the foreign wiki, best to
+                       // stick to English in the text.
+                       this.setComment( 'Cross-wiki upload from ' + 
location.host );
+               }
        }
 
        OO.inheritClass( ForeignUpload, mw.Upload );

-- 
To view, visit https://gerrit.wikimedia.org/r/245916
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b36cad20ffe318f9a01126a5b9ed70f5d806b57
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to