Extension:PurgeClickThrough/pl

From mediawiki.org
This page is a translated version of the page Extension:PurgeClickThrough and the translation is 20% complete.
Podręcznik rozszerzeń MediaWiki
PurgeClickThrough
Status wydania: niewspierane
Realizacja action (invalid type)
Autor(zy) Brian Wolff (Bawolffdyskusja)
MediaWiki 1.18+
Licencja Domena publiczna
Pobieranie
Quarterly downloads 1 (Ranked 148th)
Przetłumacz rozszerzenie PurgeClickThrough jeżeli jest dostępne na translatewiki.net

Add a page to click through when you do action=purge. This allows one to see debugging messages from $wgDebugComments since purge is one the most interesting bugs appear.

Installation

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

Zobacz też