https://bugzilla.wikimedia.org/show_bug.cgi?id=17433
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|add bot flag info to |add bot flag info to |(rv/uc/wl/rc)prop=flags |(rv/uc)prop=flags --- Comment #1 from Roan Kattouw <[email protected]> 2009-02-10 16:04:22 UTC --- (In reply to comment #0) > recentchanges and watchlist allow filtering if a botflag is set on an edit or > not. > > It would be fine if you can get this info also at the revision info. > At the moment it is only possible to to see if the minor flag was set on an > edit. It would be nice to get the bot flag info, too: > > action=query&prop=revisions&rvprop=flags > action=query&list=usercontribs&ucprop=flags These two can't be done efficiently because they query the revision table, which doesn't contain the bot flag. They'll be possible once bug 11181 is fixed. > action=query&list=watchlist&wlprop=flags Done in r47091. > action=query&list=recentchanges&rcprop=flags > This one already lists the bot flag. > Not every edit of a bot group member is marked with an bot flag. > That's because bots have the option of not marking an edit with the bot flag. For this reason, not all edits by a member of the bot group have the bot flag (also, not all edits with the bot flag are made by members of the bot group: privileged users can mark rolled-back revisions with the bot flag too). Tweaking summary and leaving open pending resolution of bug 11181 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
