Extension:PurgeClickThrough/pl
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
PurgeClickThrough Status wydania: niewspierane |
|
---|---|
Realizacja | action (invalid type) |
Autor(zy) | Brian Wolff (Bawolffdyskusja) |
MediaWiki | 1.18+ |
Licencja | Domena publiczna |
Pobieranie | |
Quarterly downloads | 0 |
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 folderzeextensions/
.
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";
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.