MediaWiki  REL1_20
TitleCleanup Class Reference

Maintenance script to clean up broken, unparseable titles. More...

Inheritance diagram for TitleCleanup:
Collaboration diagram for TitleCleanup:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.

Protected Member Functions

 fileExists ($name)
 moveIllegalPage ($row)
 moveInconsistentPage ($row, $title)
 processRow ($row)

Detailed Description

Maintenance script to clean up broken, unparseable titles.

Definition at line 39 of file cleanupTitles.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from TableCleanup.

Definition at line 40 of file cleanupTitles.php.


Member Function Documentation

TitleCleanup::fileExists ( name) [protected]

Definition at line 73 of file cleanupTitles.php.

References $dbr, and wfGetDB().

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]

The documentation for this class was generated from the following file: