Last modified: 2007-01-17 16:17:39 UTC
Now that user edit count is tracked in user.user_editcount, it's possible to add an optional limitation for autoconfirmed users, using the variable $wgAutoConfirmEdits (defaults to 0).
Created attachment 2961 [details] Patch
Created attachment 2962 [details] Patch Setting $this->mEditcount to 0 in User::loadDefaults.
A potential issue with this is that when using memcached, cached User objects will not necessarily receive the updated edit count after each edit. Doing a cache-clear on the edit count incrementer probably would fix this.
Werdna has apparently added this in r19376.