Addshore added a comment.
So, Wikibase does not run PageContentSaveComplete itself, this is done within core. This is now done in PageUpdater.php (i just updated the mw.org docs) https://github.com/wikimedia/mediawiki/blob/7b3631abc85ff63947908022803b245bcefafd49/includes/Storage/PageUpdater.php#L1238 The method that calls the hook "getAtomicSectionUpdate", is called by the doCreate and doModify methods in PageUpdater. These 2 methods are called from within the saveRevision public method in PageUpdater. All logic to do with Revisions as far as I can tell is handled in PageUpdater. I'm not sure why wikibase would be creating a fake title or anything like that for edits? I don't know of any such place (but I may have forgotten it) When I look at the abuse logs it looks like AF is correctly getting revisions? https://www.wikidata.org/wiki/Special:AbuseLog/8084330 but I guess this comes form a different route, the content of the revisions rather than the rev ids... TASK DETAIL https://phabricator.wikimedia.org/T153866 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Addshore, matej_suchanek, Aklapper, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
