MediaWiki
REL1_22
|
Maintenance script to clean up broken, unparseable titles. More...
Public Member Functions | |
__construct () | |
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.
Reimplemented from TableCleanup.
Definition at line 40 of file cleanupTitles.php.
TitleCleanup::fileExists | ( | $ | name | ) | [protected] |
TitleCleanup::moveIllegalPage | ( | $ | row | ) | [protected] |
object | $row |
Definition at line 94 of file cleanupTitles.php.
References $title, array(), Title\newFromText(), Maintenance\output(), and wfGetDB().
Referenced by processRow().
TitleCleanup::moveInconsistentPage | ( | $ | row, |
$ | title | ||
) | [protected] |
object | $row | |
Title | $title |
Definition at line 137 of file cleanupTitles.php.
References $title, array(), Maintenance\error(), Title\makeTitleSafe(), Maintenance\output(), LinkCache\singleton(), and wfGetDB().
Referenced by processRow().
TitleCleanup::processRow | ( | $ | row | ) | [protected] |
object | $row |
Definition at line 48 of file cleanupTitles.php.
References $title, $wgContLang, global, Title\makeName(), moveIllegalPage(), moveInconsistentPage(), Title\newFromText(), Maintenance\output(), and TableCleanup\progress().