Extension:RefreshSiteStatsTable
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 特別ページ |
| 説明 | Offers a special page for refreshing the values in the site_stats table. |
| 作者 | WikiMANNia (WikiForMenトーク) |
| 最新バージョン | 1.3.2 (2025-01-04) |
| MediaWiki | 1.25+ |
| PHP | 5.6+ |
| データベースの変更 | いいえ |
| ライセンス | GNU 一般公衆利用許諾書 2.0 以降 |
| ダウンロード | |
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.
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のRefreshSiteStatsTableという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'RefreshSiteStatsTable' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
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
関連項目
- Manual:site_stats テーブル
- initSiteStats.php maintenance script
