MediaWiki
REL1_20
|
Maintenance script to clean up broken page links when somebody turns on $wgCapitalLinks. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
Protected Member Functions | |
processRow ($row) |
Maintenance script to clean up broken page links when somebody turns on $wgCapitalLinks.
Definition at line 39 of file cleanupCaps.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from TableCleanup.
Definition at line 40 of file cleanupCaps.php.
References Maintenance\addOption().
Do the actual work.
All child classes will need to implement this
Reimplemented from TableCleanup.
Definition at line 46 of file cleanupCaps.php.
References $wgUser, Maintenance\error(), Maintenance\hasOption(), User\newFromName(), and TableCleanup\runTable().
CapsCleanup::processRow | ( | $ | row | ) | [protected] |
Definition at line 65 of file cleanupCaps.php.
References $ok, $wgContLang, Title\makeTitle(), Maintenance\output(), and TableCleanup\progress().