Extension:ProtectSite

From mediawiki.org
This page is a translated version of the page Extension:ProtectSite and the translation is 45% complete.
MediaWiki manüel uzantıları
ProtectSite
Sürüm durumu: kararlı
Uygulama Özel sayfa
Açıklama Bir site hizmetlisinin çeşitli site değişikliklerini geçici olarak engellemesine izin verir
Yazar(lar) Eric Johnston
Chris Stafford
Jack Phoenix
En son sürüm 0.5.0 (2016-12-05)
MediaWiki 1.39+
Veritabanı değişiklikleri Hayır
Lisans GNU Genel Kamu Lisansı 2.0 veya üstü
İndir

  • $wgProtectSiteLimit
  • $wgProtectSiteDefaultTimeout
  • $wgProtectSiteExempt
protectsite
Quarterly downloads 9 (Ranked 140th)
Translatewiki.net adresinde mevcutsa, ProtectSite uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

ProtectSite extension adds a new special page, Special:ProtectSite, where users with the protectsite user right can block various site modifications.

The extension will show up in the protection log (Special:Log/protect) as a protection of Special:AllPages.

When the extension is enabled, it will override the default settings that may already be defined for the timeout period specified.

Kurulum

  • Dosyaları indirin ve extensions/ klasörünüzdeki ProtectSite adlı dizine yerleştirin.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ProtectSite
  • LocalSettings.php dosyanızın altına aşağıdaki kodu ekleyin:
    wfLoadExtension( 'ProtectSite' );
    
  • Yes Yapıldı – Uzantının başarıyla yüklendiğini doğrulamak için vikinizde Special:Version seçeneğine gidin.

Kullanıcı hakları

By default the bureaucrat group has the protectsite right, which is required to access the special page.

Parametreler

  • $wgProtectSiteLimitmaximum time allowed for protection of the site
  • $wgProtectSiteDefaultTimeout — default timeout, 1 hour by default
  • $wgProtectSiteExemptarray of non-sysop user groups to be not affected by rights changes