Public Member Functions | |
__construct ($dryrun=false) | |
processPage ($row) | |
fileExists ($name) | |
moveIllegalPage ($row) | |
moveInconsistentPage ($row, $title) |
Definition at line 38 of file cleanupTitles.php.
TitleCleanup::__construct | ( | $ | dryrun = false |
) |
Definition at line 39 of file cleanupTitles.php.
TitleCleanup::fileExists | ( | $ | name | ) |
TitleCleanup::moveIllegalPage | ( | $ | row | ) |
Definition at line 77 of file cleanupTitles.php.
References $dbw, $dest, $row, $title, Title::newFromText(), and wfGetDB().
Referenced by processPage().
TitleCleanup::moveInconsistentPage | ( | $ | row, | |
$ | title | |||
) |
Definition at line 110 of file cleanupTitles.php.
References $dbw, $dest, $ns, $row, $title, Title::makeTitleSafe(), LinkCache::singleton(), wfDie(), and wfGetDB().
Referenced by processPage().
TitleCleanup::processPage | ( | $ | row | ) |
Reimplemented from TableCleanup.
Definition at line 43 of file cleanupTitles.php.
References $row, $title, UtfNormal::cleanUp(), Title::makeTitle(), moveIllegalPage(), moveInconsistentPage(), Title::newFromText(), and TableCleanup::progress().