https://bugzilla.wikimedia.org/show_bug.cgi?id=18364
--- Comment #9 from [email protected] 2009-04-12 22:11:02 UTC --- Some findings when looking for a workaround to showing new account creation: $wgNewUserLog=false will stop new entries from being added, but won't clean up the present ones. And one doesn't want to disable logging of new users just to keep them out of RC. So one turns to $wgLogRestrictions['newusers']='editinterface' just to keep them out of RC, but this does not clean up the present ones, nor does rebuildrecentchanges.php (Bug #18441) help. Probably must resort to a hook... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
