Extension:CentralLogging/pl

From mediawiki.org
This page is a translated version of the page Extension:CentralLogging and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
CentralLogging
Status wydania: beta
Realizacja other (invalid type)
Opis Allows extensions to send log entries to a central wiki
Autor(zy) Kunal Mehta (Legoktmdyskusja)
Ostatnia wersja 1.1 (2018-02-06)
MediaWiki 1.29+
PHP 5.3+
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie
README
$wgCentralWiki
Quarterly downloads 0
Przetłumacz rozszerzenie CentralLogging jeżeli jest dostępne na translatewiki.net

The CentralLogging extension allows your extension to send log entries to a central wiki, rather than split. See the README for more details.

Instalacja

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