MediaWiki
REL1_20
|
Maintenance script to clean up broken, unparseable titles. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
Protected Member Functions | |
fileExists ($name) | |
moveIllegalPage ($row) | |
moveInconsistentPage ($row, $title) | |
processRow ($row) |
Maintenance script to clean up broken, unparseable titles.
Definition at line 39 of file cleanupTitles.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from TableCleanup.
Definition at line 40 of file cleanupTitles.php.
TitleCleanup::fileExists | ( | $ | name | ) | [protected] |
Definition at line 73 of file cleanupTitles.php.
TitleCleanup::moveIllegalPage | ( | $ | row | ) | [protected] |
Definition at line 81 of file cleanupTitles.php.
References $title, Title\newFromText(), Maintenance\output(), and wfGetDB().
Referenced by processRow().
TitleCleanup::moveInconsistentPage | ( | $ | row, |
$ | title | ||
) | [protected] |
Definition at line 114 of file cleanupTitles.php.
References $title, Maintenance\error(), Title\makeTitleSafe(), Maintenance\output(), LinkCache\singleton(), and wfGetDB().
Referenced by processRow().
TitleCleanup::processRow | ( | $ | row | ) | [protected] |
Definition at line 45 of file cleanupTitles.php.
References $title, $wgContLang, Title\makeName(), moveIllegalPage(), moveInconsistentPage(), Title\newFromText(), Maintenance\output(), and TableCleanup\progress().