Manual:attachLatest.php

This page is a translated version of the page Manual:AttachLatest.php and the translation is 42% complete.
MediaWiki バージョン:
1.6

詳細

attachLatest.php file is a maintenance script that fixes incorrect values in the page_latest field in the database. The program is looking for pages with column page_latest from the table page set to 0. For these pages, it then attaches the latest revision of that page according to the revision timestamp. The script finally prints out the number of pages, which have been or would be changed.

attachLatest.php does not check, if the revision, which is set as page_latest actually exists. If the page_latest field points to a non-existing revision, attachLatest.php, unless used with the --regenerate-all parameter, will not fix this.

オプション/引数

オプション 説明 必須かどうか
--fix To actually change the database. 省略可能
--regenerate-all To regenerate this field for all records in table page. 省略可能

Without any parameter, it will display what will be fixed, but not changes will be done to the database.

使用法

php maintenance/attachLatest.php [ --fix| --regenerate-all ]

Dry run to check pages

Terminal

Fixing the pages

Terminal

関連項目