Last modified: 2011-04-14 15:11:58 UTC
Pretty often it's necessary to find all privileged log actions at once. It's hard to find it in entire log of all actions in between moves and uploads or annoying to concatenate all separate types of action logs. So Special:Log should contain at least following two items: * All actions permitted in sysop group (will show block, protect, delete and import actions) * All actions permitted in bureaucrat group (will show block, protect, delete, import, rights and renameuser actions) Ideally, it should contain such items for all groups above autoconfirmed, so eg. if new group created, such as editprotected, the new item "All actions permitted in editprotected group" would be created. According to description above, MediaWiki:Allactionsingroup (or so) would be necessary with $1 as the group name.
*** This bug has been marked as a duplicate of bug 6848 ***
This is not exact duplicate since this is much more general than bug 6848.
Even if the log types can be figured out, this still requires a DB filesort :/