Manuel:Rebuildrecentchanges.php
Appearance
Version de MediaWiki : | ≥ 1.2 |
Fichier MediaWiki : rebuildrecentchanges.php | |
---|---|
Emplacement : | maintenance/ |
Code source : | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes : | RebuildRecentchanges |
Détails
Le fichier rebuildrecentchanges.php est un script de maintenance permettant de reconstruire les modifications récentes en partant de rien.
Options et arguments
Option | Description | Nécessaire ? |
---|---|---|
--from | Ne reconstruire que les colonnes dans la période demandée (dans le format AAAAMMJJHHMMSS) | optionnel |
--to | Ne reconstruire que les colonnes dans la période demandée (dans le format AAAAMMJJHHMMSS) | optionnel |
--wiki | Select a wiki when installation is working as a wiki family | optionnel |
Utilisation
php maintenance/rebuildrecentchanges.php [ --from| --to | --wiki]
Terminal
$ php maintenance/rebuildrecentchanges.php Rebuilding $wgRCMaxAge=7776000 seconds (90 days) Clearing recentchanges table for time range... Loading from page and revision tables... Inserting from page and revision tables... Updating links and size differences... Loading from user and logging tables... Flagging bot account edits... Flagging auto-patrolled edits... Removing duplicate revision and logging entries... Deleting feed timestamps. Done.
L'exécution de ce script marquera toutes les éditions vérifiées comme étant non vérifiées.