Last modified: 2007-11-05 16:16:54 UTC
As discussed at <a href="http://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28proposals%29#.22Hide_logged-in_users.22_in_Special:Newpages">the village pump</a>, it would be nice if it was possible to only show anonymous created pages at special:newpages. When the patrol feature was turned on it was also irritating that it wasn't possible to insert text at the top of special:newpages for explanation. The attached patch does *Make it possible specify hideliu, hidebots, hidepatrolled as URL parameters, and via an interface at special:newpages. *Insert a short text at top of special:newpages.
Created attachment 218 [details] Implement hiding bots, logged in edit, and patrolled edits at special:newpages
This feature was requested again on http://commons.wikimedia.org/wiki/Commons:Village_pump#Just_a_question... Will be useful to add all latest enchancements from Special:Recentchanges (show/hide own edits, anonymous edits) too.
If somebody with SVN/CVS write access would actually read/commit the file then I would consider updating it. I received no reaction here to the patch when I submitted it 2 years ago, until your comment.
*** Bug 6899 has been marked as a duplicate of this bug. ***
*** Bug 10689 has been marked as a duplicate of this bug. ***
Of course this patch would have to be modified to work against the current codebase (as opposed to 2 years ago), but this appears to be good work and should be implemented.
The patch is not clean. It would be easier to review if it didn't make multiple changes unrelated to the actual bug. That said, this should not be terribly difficult to do, assuming the query isn't slowed down by the added conditions.
Created attachment 4208 [details] Another patch, for MW 1.11 Okay, another patch for MediaWiki 1.11. I think about interface same with Special:Recentchanges
Fixed in r26978, r27106, r27204