Jump to content

Manual:Rebuildrecentchanges.php

From mediawiki.org
Revision as of 21:21, 27 September 2025 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Versión de MediaWiki:
1.2

Detalles

rebuildrecentchanges.php file is a maintenance script to rebuild recent changes from scratch.

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


Uso

php maintenance/run.php rebuildrecentchanges [ --from| --to | --wiki]
Terminal
Running this script marks all previously patrolled edits as unpatrolled.
In MediaWiki version MediaWiki 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also