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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * When template-protection was introduced with the ability to override the title blacklist, the logic was updated to consider it template-protection but the coloring code was still looking for it as full-pro...
AnomieBOT (talk | contribs)
Updating published sources: CHUUClerk, IFDCloser, PERTableUpdater, PUICloser: * Update logevents param handling.
Line 327:
}
if($le->{'action'} eq 'move_prot'){
$from="From [[:".$le->{'params'}{'0'}."]]: ";
$iter=$api->iterator(
list => 'logevents',
letype => 'protect',
letitle => $le->{'params'}{'0'},
lestart => $le->{'timestamp'},
);