Beta16 created this task. Beta16 added a subscriber: Beta16. Beta16 added projects: pywikibot-core, Pywikibot-Other-scripts. Herald added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION I run reflinks.py witch use ``` pagegenerators.PreloadingGenerator(generator, step=50) ``` (every script that use this are potentially affected by this bug). After the script retrieve the content of the page, and before the script save the page, a user made an edit at the page. The script save the page with the old content without any warning. In this way, if a user made an edit in the meantime the script is running, this will be lost. Example: https://it.wikipedia.org/w/index.php?title=Lituania&diff=prev&oldid=75880159 where my bot undo the anonymous user edit TASK DETAIL https://phabricator.wikimedia.org/T116371 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Beta16 Cc: Aklapper, pywikibot-bugs-list, Beta16, jayvdb _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
