Jump to content

手冊:rebuildrecentchanges.php

From mediawiki.org
This page is a translated version of the page Manual:Rebuildrecentchanges.php and the translation is 31% complete.
MediaWiki版本:
1.2

详情

rebuildrecentchanges.php檔案是一個維護腳本用來從頭開始重建最近更改。

Options/Arguments

Option Description Required?
--from Only rebuild rows in requested time range (in YYYYMMDDHHMMSS format) Optional
--to Only rebuild rows in requested time range (in YYYYMMDDHHMMSS format) Optional
--wiki Select a wiki when installation is working as a wiki family Optional


用法

php maintenance/run.php rebuildrecentchanges [ --from| --to | --wiki]
Terminal
Running this script marks all previously patrolled edits as unpatrolled.
在MediaWiki 1.39.16 及更早版本中,您必须通过php maintenance/脚本名称.php调用维护脚本,而不是php maintenance/run.php 脚本名称

See also