Last modified: 2008-10-27 07:19:07 UTC
When viewing a combined log for a page or a user, you're usually interested in moves, deletions, protections or blocks. However with FlaggedRevs enabled, the combined log is in most cases flooded with reviews, so you have to go through every log you're interested in, one by one. There is probably more than one way to solve this. Some ideas: 1. Add a CSS-class to log entries like "mw-log-review", "mw-log-move" etc. so you can style them differently or hide some of them with display:none 2. Add an option to [[Special:Log]] to exclude one or more log types form being displayed 3. Perhaps remove the review log from [[Special:Log]] completely, as it can be accessed via [[Special:QualityOversight]] anyway.
Done in r42642