Extension:CentralLogging/pl
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 | 2 (Ranked 130th) |
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 folderzeextensions/
.
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' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.