Manual:PopulateRecentChangesSource.php/pt-br

Category:MediaWiki deprecated or obsolete features/pt-br#PopulateRecentChangesSource.php
Versões do MediaWiki:
1.23 1.43
Category:MediaWiki code/pt-br#PopulateRecentChangesSource.php

Detalhes

O arquivo populateRecentChangesSource.php é um script de manutenção usado para preencher o campo rc_source.

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.

Options/Arguments

This script does not take any options or arguments.

Usage

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.
No MediaWiki versão 1.39.12 e anteriores, você deve invocar os scripts de manutenção usando php maintenance/scriptName.php em vez de php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/pt-br Category:Content maintenance scripts/pt-br
Category:Content maintenance scripts/pt-br Category:Maintenance scripts/pt-br Category:MediaWiki code/pt-br Category:MediaWiki deprecated or obsolete features/pt-br