Manual:PopulateRecentChangesSource.php/ja

Category:MediaWiki deprecated or obsolete features/ja#PopulateRecentChangesSource.php
MediaWiki バージョン:
1.23 1.43
Category:MediaWiki code/ja#PopulateRecentChangesSource.php

詳細

populateRecentChangesSource.php file is a maintenance script to populate the rc_source field of the recentchanges table with the data in rc_type.

The rc_source allows specifying the type of change and for more flexibly specifying different types of RecentChange entries. For example, 'mw.edit', 'mw.log', 'mw.new' for core RecentChange types and 'wb' and 'flow' provided by extensions.

This script runs by default when you run update.php. It processes 100 items in a batch.

オプション/引数

このスクリプトにはオプション/引数はありません。

使用法

php maintenance/run.php populateRecentChangesSource
Terminal
Whenever the script runs, it makes a note in the database and will not run again. If you want to run the script again, run the command with the --force option.
MediaWiki バージョン 1.39.13 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

関連項目

Category:Maintenance scripts/ja Category:Content maintenance scripts/ja
Category:Content maintenance scripts/ja Category:Maintenance scripts/ja Category:MediaWiki code/ja Category:MediaWiki deprecated or obsolete features/ja