| Framawiki added a comment. |
@jayvdb mmm I think that there are a misunderstanding here. Let me quote the introduction of https://www.wikidata.org/wiki/Wikidata:Edit_groups :
"Edit groups" are sets of changes on Wikidata items which follow a similar pattern and are performed around the same time by a given user. They are typically produced by bots or humans performing semi-automated changes across many items. MediaWiki (the software that powers Wikidata) does not have such a notion of edit groups, but external tools such as EditGroups can be used to track these changes. (..) When you perform automated edits with tools such as HarvestTemplates, QuickStatements or OpenRefine, each batch of edits gets a unique identifier and a page on the EditGroups tool.
So this task is to have pywikibot be compatible with https://tools.wmflabs.org/editgroups tool. It allow to simply see in one unique page the work done in a set of edits (random example), and if needed to in one click undo grouped edits made on multiple items.
Technically this tool works by looking all edit summaries, to detect a unique value, that corresponds to a group, using a regex.
So this task is to add this unique string in the summary of edits made in the same batch.
Cc: jayvdb, Framawiki, Aklapper, pywikibot-bugs-list, Bugreporter, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, Ricordisamoa, Dalba, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
