Extension:AbuseFilterBypass/pl

This page is a translated version of the page Extension:AbuseFilterBypass and the translation is 8% complete.
Podręcznik rozszerzeń MediaWiki
AbuseFilterBypass
Status wydania: stabilne
Realizacja Uprawnienia użytkownika
Opis Allows privileged users to bypass AbuseFilter checks
Autor(zy)
Ostatnia wersja 1.1.1 (continuous updates)
Polityka zgodności Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.39.6+
Licencja GNU General Public License 2.0 or later
Pobieranie
abusefilter-bypass
Quarterly downloads 17 (Ranked 130th)
Przetłumacz rozszerzenie AbuseFilterBypass jeżeli jest dostępne na translatewiki.net

The AbuseFilterBypass extension allows privileged users to skip all AbuseFilters defined and configured in the Rozszerzenie:Filtr nadużyć  extension. It is primarily intended for wiki farms like Fandom or ShoutWiki , where there is a need to have one user group—staff for these sites—that is global (shared between all wikis on the farm) and more trusted than individual local wikis' admins. For a regular single-wiki installation, there is probably no need to install this extension and people who can edit abuse filters can easily edit or disable harmful filters that would unintentionally affect the wiki's admins.

The AbuseFilterBypass extension requires the AbuseFilterShouldFilterAction hook, which was added to the AbuseFilter extension in commit 7edf12dbc6d9421d668619acd4abfe68af081f41, committed on 13 August 2019 (see phab:T229252).

The extension was originally written by Nelson Monterroso for Fandom and amended in July 2019 by Jack Phoenix for ShoutWiki .

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie AbuseFilterBypass w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilterBypass
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'AbuseFilterBypass' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

User rights

The extension adds one new user right, abusefilter-bypass, which by default is granted to the staff user group. (By default, there is no staff user group in MediaWiki, so if such a group doesn't exist, this extension effectively creates it by giving it the abusefilter-bypass user right.)

Zobacz też

  • Extension:StaffPowers similar extension which makes select users immune to local blocks (so that e.g. local admins cannot block wiki farm staff)