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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: ACNClerk: * New task. MedComClerk: * New task, on hold until User:AGK gets me the account info. CHUUClerk: * Fix typo that made the bot not correctly handle unregistered usernames. DeletionSortingCleaner: * Adjust meta
AnomieBOT (talk | contribs)
Updating published sources: SourceUploader: * Properly handle UTF-8 characters in ChangeLog for edit summary, so things like "→" come out properly.
Line 72:
 
$self->{'summary'}='Updating published sources: ';
if(!open(X, "<:utf8", 'ChangeLog')){
AnomieBOT::API->warn("Cannot load changelog\n");
return $self;