MediaWiki master
updateCollation.php File Reference

Find all rows in the categorylinks table whose collation is out-of-date (collation_name != $wgCategoryCollation) and repopulate cl_sortkey using the page title and cl_sortkey_prefix. More...

Go to the source code of this file.

Classes

class  UpdateCollation
 Maintenance script that will find all rows in the categorylinks table whose collation is out-of-date. More...
 

Variables

 $maintClass = UpdateCollation::class
 

Detailed Description

Find all rows in the categorylinks table whose collation is out-of-date (collation_name != $wgCategoryCollation) and repopulate cl_sortkey using the page title and cl_sortkey_prefix.

Note
GPL-2.0-or-later
Author
Aryeh Gregor (Simetrical)

Definition in file updateCollation.php.

Variable Documentation

◆ $maintClass

$maintClass = UpdateCollation::class

Definition at line 472 of file updateCollation.php.