Content deleted Content added
Updating published sources: WikiProjectWorker: * Seems to be done. |
Updating published sources: d::WikiProjectTagging: * Add change reporting to WPBfixshell(). * Have WPBfixshell() change shell to WPB if >=6 banners, WPBS if <=3. WikiProjectTagger: * End WP:LONDON run. Seems to have been finished anyway before Domas |
||
Line 760:
next;
}
my $
$
my $summary = ucfirst(join((@summary>2)?', ':' ', @summary))." per $req $errto";▼
$outtxt=$api->WPBfixshell($outtxt, \@cleanup);
if(ref($outtxt) eq 'HASH'){
$api->warn("Processing $title failed: ".$outtxt->{'error'}."\n");
next;
}
▲ my $cat=$iter->iterval;
▲ my $summary = ucfirst(join((@summary>2)?', ':' ', @summary))." per $req $errto";
$api->log("$summary in $title");
my $r=$api->edit($tok, $outtxt, $summary, 1, 1);
|