Manual:$wgHashedSharedUploadDirectory/tr

Category:MediaWiki configuration settings/tr#HashedSharedUploadDirectoryCategory:MediaWiki configuration settings introduced in version 1.3.8/tr#HashedSharedUploadDirectoryCategory:MediaWiki configuration settings still in use/tr#HashedSharedUploadDirectoryCategory:Shared uploads variables/tr#HashedSharedUploadDirectory
Paylaşılan yüklemeler: $wgHashedSharedUploadDirectory
Whether to hash the shared upload directory.
Sürümde tanıtıldı:1.3.8
Sürümde kaldırıldı:hala kullanımda
İzin verilen değerler:(boole)
Varsayılan değer:true

Details

If you operate multiple wikis, you can define a shared upload path using $wgSharedUploadPath. If $wgUseSharedUploads is set, the wiki will look in the shared repository if no file of the given name is found in the local repository (for [[Image:..]], [[Media:..]] links).

If true, new subdirectory is created in /images folder (e.g. /images/a/ab/foo.jpg) for each file upload. If false, all images are uploaded in /images folder itself, see also Manual:$wgHashedUploadDirectory.

Set this setting to false especially if you have a set of files that need to be accessible by all wikis, and you do not want to use the hash (path/a/aa/) directory layout.

Setting this to true is equivalent to setting the hashLevels property in $wgForeignFileRepos to 2.

See also

Category:MediaWiki configuration settings/tr Category:MediaWiki configuration settings introduced in version 1.3.8/tr Category:MediaWiki configuration settings still in use/tr Category:Shared uploads variables/tr