https://bugzilla.wikimedia.org/show_bug.cgi?id=33461
--- Comment #21 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to comment #20) > There are issues getting conflated here. > > * bug 33461: abstraction issues in MediaWiki core's EditPage.php > > * bug 41637: bot flag not being set in Extension:TranslationNotifications > > * bug 49071: bot flag not being set in Extension:Translate > > As I understand it. > > In my opinion, every extension or other piece of code should using the > MediaWiki API to make edits, so the abstraction issues in EditPage.php really > shouldn't be relevant insofar as the bot flag is concerned. Most extensions do not use the api to do edits on the php side (they do use it if the edit is coming from js side). Calling the api internally from the php side is rather hacky curently (unless things have changed). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
