Jump to content

Extension:AccessLogReports/pl

From mediawiki.org
This page is a translated version of the page Extension:AccessLogReports and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
AccessLogReports
Status wydania: niewspierane
Realizacja Strona specjalna
Opis Provides a special page to view and query the access logs when they are stored in a database.
Autor(zy) Mark A. Hershberger
Ostatnia wersja 0.1
MediaWiki >=1.26
Licencja Licencja publiczna GNU General Public License 3.0 lub późniejsza
Pobieranie
  • viewaccesslogs

The AccessLogReports extension provides a special page to view and query the access logs when they are stored in a database. It is built on, and compatible with, the schema from mod_log_sql.

Instalacja

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