Last modified: 2014-06-05 10:00:58 UTC
Similar to hideminor, hidebots, hideanons, hideliu and hidemyself there should be a way to hide logs. &hidelogs=1 -------- BTW: Currently, inverting "all" with the namespace selector seems to have no effect at all. Maybe, only logs could be shown in that case instead!?
Shouldn't choosing "Special" with the namespace selector and inverting that have the desired effect?
There is no Special in the namespace selector currently.
If it is ok (and possible) for you to add this namespace "Special" (-1) to the namespace selector, I am for it too ;-)
(In reply to comment #3) > If it is ok (and possible) for you to add this namespace "Special" (-1) to the > namespace selector, I am for it too ;-) > There can be no recent changes in special pages, so that would be way too crappy hack.
And note that combinations of only showing everything else but articles and also no logs would only be possible by an URL argument/parameter. NS:0 (inverted) + &hidelogs=1 would show no articles and (permanently) no logs then for example.
See also 4123
*** Bug 4123 has been marked as a duplicate of this bug. ***
*** Bug 9287 has been marked as a duplicate of this bug. ***
If this would be added to RecentChanges, please add it to Watchlist at the same time.
(In reply to comment #4) > There can be no recent changes in special pages, so that would be way too > crappy hack. Actually, there can. Log entries are stored in the database as changes to [[Special:Log/something]].
*** Bug 16477 has been marked as a duplicate of this bug. ***
Changed component to "RecentChanges"
The code for this can be found here: http://trac.wikia-code.com/changeset/13893
This is already supported in the backend (rc_type = EDIT, NEW or LOG) and exposed in the RecentChanges API. Let's add it to the Special:RecentChanges user interface as well.