Extension:CentralLogging/pl

Category:MIT licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
CentralLogging
Status wydania: betaCategory:Beta status extensions/pl
Realizacja other (invalid type)Category:Extensions with invalid or missing type/pl
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+Category:Extensions with manual MediaWiki version
PHP 5.3+
Zmiany w bazie danych Nie
Licencja Licencja MIT
Pobieranie Category:Extensions in Wikimedia version control/pl
README
$wgCentralWiki
Quarterly downloads 0
Przetłumacz rozszerzenie CentralLogging jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

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.
Category:All extensions/pl Category:Beta status extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions with invalid or missing type/pl Category:Extensions with manual MediaWiki version Category:MIT licensed extensions/pl Category:SpecialStatsAddExtra extensions/pl