Public Member Functions | |
__construct () | |
Default constructor. | |
Protected Member Functions | |
processRow ($row) | |
fileExists ($name) | |
moveIllegalPage ($row) | |
moveInconsistentPage ($row, $title) |
Definition at line 33 of file cleanupTitles.php.
TitleCleanup::__construct | ( | ) |
Default constructor.
Children should call this if implementing their own constructors
Reimplemented from TableCleanup.
Definition at line 34 of file cleanupTitles.php.
TitleCleanup::fileExists | ( | $ | name | ) | [protected] |
TitleCleanup::moveIllegalPage | ( | $ | row | ) | [protected] |
Definition at line 75 of file cleanupTitles.php.
References $dbw, $title, Title::newFromText(), Maintenance::output(), and wfGetDB().
Referenced by processRow().
TitleCleanup::moveInconsistentPage | ( | $ | row, | |
$ | title | |||
) | [protected] |
Definition at line 108 of file cleanupTitles.php.
References $dbw, $title, Maintenance::error(), Title::makeTitleSafe(), Maintenance::output(), LinkCache::singleton(), and wfGetDB().
Referenced by processRow().
TitleCleanup::processRow | ( | $ | row | ) | [protected] |
Definition at line 39 of file cleanupTitles.php.
References $title, $wgContLang, Title::makeName(), moveIllegalPage(), moveInconsistentPage(), Title::newFromText(), Maintenance::output(), and TableCleanup::progress().