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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Add <code>use utf8</code> to the modules that didn't have it. Lacking it seems to cause issues with edit summaries containing non-ASCII characters.
AnomieBOT (talk | contribs)
Updating published sources: OrphanReferenceFixer: * Add code for checking wikilinked articles for ref bodies, disabled pending BRFA. General: * Sort tasks by an internal priority on startup. * edittoken now follows redirects by default; a new paramet
Line 60:
$self->{'pages'}={};
$self->{'loadexisting'}=1;
$self->{'order'}=-1000;
 
my $basedir=$0;