User:AnomieBOT/source/tasks/WikiProjectWorker.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: WikiProjectWorker: * Start task for WikiProject Albemarle County. d::WikiProjectTagging: * {{tl|WPBiography}} → {{tl|WikiProject Biography}}.
AnomieBOT (talk | contribs)
Updating published sources: WikiProjectWorker: * Improve ordering of edit summary. d::WikiProjectTagging: * Don't claim to have canonicalized banner names unless we really did.
Line 316:
my $cat=$iter->iterval;
$summary[-1]='and '.$summary[-1] if @summary>1;
my $summary = ucfirst(join((@summary>2)?', ':' ', @summary))." per $req $errto";
 
my @cleanup=();
Line 325:
}
$summary.="; general banner cleanup (".join(', ', @cleanup).")" if @cleanup;
$summary.=". $errto";
 
$api->log("$summary in $title");