Extension:RefreshSiteStatsTable/pl
![]() Status wydania: stabilneCategory:Stable extensions/pl |
|
---|---|
Realizacja | Strona specjalnaCategory:Special page extensions/pl |
Opis | Offers a special page for refreshing the values in the site_stats table. |
Autor(zy) | WikiMANNia (WikiForMendyskusja) |
Ostatnia wersja | 1.3.2 (2025-01-04) |
MediaWiki | 1.25+Category:Extensions with manual MediaWiki version/pl |
PHP | 5.6+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | GitHub: Uwaga: |
The RefreshSiteStatsTable extension provides a special page for refreshing the value of the fields ss_good_articles, ss_total_pages, ss_images, ss_users in the site_stats table.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
RefreshSiteStatsTable
w folderzeextensions/
. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'RefreshSiteStatsTable' );
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Tested
The extension was tested with the following MediaWiki versions: 1.25, 1.31, 1.33, 1.35.14, 1.36, 1.37, 1.38.4, 1.39.11, 1.40.2, 1.41.2, 1.42.3, 1.43.0
Zobacz też
- Podręcznik:Tabela site_stats
- initSiteStats.php maintenance script