Last modified: 2011-10-12 01:16:47 UTC
Please define a new character MediaWiki message [[MediaWiki:Boteditletter]] (default ''b'') similar to [[MediaWiki:Minoreditletter]] (default ''m'') and [[MediaWiki:Newpageletter]] (default ''N''). Please display this message at entries attributed to bots in [[Special:Recentchanges]] and at the other relevant pages as Special:Recentchangeslinked/Foo. regards reinhardt [[user:gangleri]]
I presume you mean also, "when opting to show edits by bots", yes? Otherwise this becomes pretty pointless.
*** Bug 4096 has been marked as a duplicate of this bug. ***
Created attachment 1260 [details] Patch to add boteditletters to ChangesList * includes/ChangesList.php - changed ChangesList::recentChangesFlags to taking four arguments (added $bot) * languages/Language.php - added int:boteditletter * skins/chick/main.css - added style for 'span.botedit' * skins/monobook/main.css - ditto
(In reply to comment #1) > I presume you mean also, "when opting to show edits by bots", yes? Otherwise > this becomes pretty pointless. Yes Rob. Sorry for the delayed response. A similar request is Bug 5040: Flagging Redirect Changes on Recent Changes List marking as dependend of Bug 5054: The code that generates the linewise result section for 'Special:' Contributions, Recentchanges, Recentchangeslinked, Watchlist should be merged and reused for other special pages with linewise result section
Added in SVN trunk, r14770.