Content deleted Content added
Updating published sources: General: * New task, WikiProjectWorker. d::Util: * Add cache to <code>resolve_redirects()</code>, and a clear-cache function. d::WikiProjectTagging: * Allow WPBmin/WPBma |
Updating published sources: WikiProjectWorker: * Include shutoff link in the edit summary. |
||
Line 88:
$api->task('WikiProjectWorker', 0, 10, qw/d::Util d::WikiProjectTagging/);
my $errto = 'Errors? [[User:'.$api->user.'/shutoff/WikiProjectWorker]]';
# Load configs, if necessary
Line 297 ⟶ 298:
}
my $summary="Adjusting WikiProject tagging for WikiProject Japan per $req $errto";
$api->warn("$summary in $title\n");
my $r=$api->edit($tok, $outtxt, $summary, 1, 1);
|