|
MediaWiki
REL1_19
|


Public Member Functions | |
| __construct () | |
| Default constructor. | |
Protected Member Functions | |
| fileExists ($name) | |
| moveIllegalPage ($row) | |
| moveInconsistentPage ($row, $title) | |
| processRow ($row) | |
Definition at line 34 of file cleanupTitles.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from TableCleanup.
Definition at line 35 of file cleanupTitles.php.
| TitleCleanup::fileExists | ( | $ | name | ) | [protected] |
Definition at line 68 of file cleanupTitles.php.
References $dbr, and wfGetDB().

| TitleCleanup::moveIllegalPage | ( | $ | row | ) | [protected] |
Definition at line 76 of file cleanupTitles.php.
References $title, Title\newFromText(), Maintenance\output(), and wfGetDB().
Referenced by processRow().


| TitleCleanup::moveInconsistentPage | ( | $ | row, |
| $ | title | ||
| ) | [protected] |
Definition at line 109 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 40 of file cleanupTitles.php.
References $title, $wgContLang, Title\makeName(), moveIllegalPage(), moveInconsistentPage(), Title\newFromText(), Maintenance\output(), and TableCleanup\progress().
