Manual:Rebuildmessages.php/fi

This page is a translated version of the page Manual:Rebuildmessages.php and the translation is 20% complete.
MediaWiki version:
1.12

rebuildmessages.php file is a maintenance script to purge all language messages from the cache.

Introduced in r28789 (MW 1.12 ).

MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php . This script clears this cache.

Vaihtoehdot

This script does not accept any options.

Käyttö

php maintenance/run.php rebuildmessages
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also