Handbuch:$wgForeignUploadTargets

This page is a translated version of the page Manual:$wgForeignUploadTargets and the translation is 40% complete.
Geteilte Uploads: $wgForeignUploadTargets
Configuration for foreign upload targets for the Hochladedialog .
Eingeführt in Version:1.27.0 (Gerrit change 243993; git #824e53c6)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Array)
Standardwert:[ 'local', ]

Array of foreign file repository names (set in $wgForeignFileRepos ) that are allowable upload targets for the Hochladedialog . The "target" wikis corresponding to the repositories must share the list of users with the "source" and be configured to accept CORS requests from the source wiki with $wgCrossSiteAJAXdomains . Der Standardwert erlaubt nur lokale Uploads.

In order for uploads to be completed successfully using the same user on the target and source wiki, the wikis must have some method of authentication compatible with mw.ForeignApi (i.e. Erweiterung:CentralAuth ).

Prior to MediaWiki 1.28, the default value was [], which was treated the same as [ 'local' ]. Starting with MediaWiki 1.28, the default value is [ 'local' ], and [] means that no upload targets are available (effectively disabling the upload dialog).

Siehe auch