https://bugzilla.wikimedia.org/show_bug.cgi?id=25437
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #1 from Reedy <[email protected]> 2010-12-31 20:38:32 UTC --- if ( $this->mStartRev < ( $lastRev - 10000 ) ) { global $wgOut; $wgOut->addHtml( wfMsgHtml( 'code-release-badrange' ) ); return; } Seems this one is 10k now ;) -- 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
