User:AnomieBOT/source/tasks/WatchlistUpdater.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: General: * Change to SQLite instead of AnyDBM_File for storing persistent data. OrphanReferenceFixer: * Second supplemental task approved! TemplateReplacer3: * Approved! SourceUploader: * Add support for supplemental BRFAs
Line 75:
query => {
list => 'allpages',
apprefix => 'AnomieBOT/',
apnamespace => '2',
aplimit => 'max'
Line 81:
gcontinue => 'apcontinue',
result => 'allpages',
match => { title => qr{^User:AnomieBOT/} },
summary => 'Automatically updating userspace index',
botflag => 1,