Extension:AuthorProtect/pl

From mediawiki.org
This page is a translated version of the page Extension:AuthorProtect and the translation is 27% complete.
Podręcznik rozszerzeń MediaWiki
AuthorProtect
Status wydania: stabilne
Realizacja Uprawnienia użytkownika , Akcja strony
Opis Allows the author of a page to protect it from other users
Autor(zy) Ryan Schmidt (Skizzerzdyskusja)
Ostatnia wersja 1.4.0 (2017-11-25)
MediaWiki 1.29+
Licencja GNU General Public License 2.0 or later
Pobieranie
  • $wgRestrictionLevels
Quarterly downloads 11 (Ranked 149th)
Przetłumacz rozszerzenie AuthorProtect jeżeli jest dostępne na translatewiki.net

The AuthorProtect extension allows page authors to protect pages from non-authors on a page-by-page basis. Authors with the 'authorprotect' permission will gain a protect tab on pages that gives them (author) access to this interface. Because logs and anonymous users don't mix very well (as with the fact that all anonymous users share the same user id), anonymous users are unable to use this extension regardless of if they have the 'authorprotect' right or not.

Do not assign the author right via GroupPermissions (except to those who you want to be able to edit author-protected pages)! This right is automatically assigned to the author of the page. Assigning this right via $wgGroupPermissions gives that group the ability to edit all author-protected pages, regardless of if they are the author of the page or not (by default user group administrators have this right).

Pobieranie

The extension can be retrieved directly from Git

[?]:

  • Browse code
  • Some extensions have tags for stable releases.
  • Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of MediaWiki).

Extract the snapshot and place it in the extensions/AuthorProtect/ directory of your MediaWiki installation.

If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:

cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AuthorProtect.git

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie AuthorProtect w folderze extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'AuthorProtect' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Zobacz też