Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53897 php.webmaster:11593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65901 invoked from network); 11 Jul 2011 22:48:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 22:48:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:49302] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/12-49578-CBD7B1E4 for ; Mon, 11 Jul 2011 18:48:29 -0400 Received: by yih10 with SMTP id 10so1959869yih.29 for ; Mon, 11 Jul 2011 15:48:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CsUKTQZTHukdMIgxcgp3g+1O/fl1smtGM6BdhKbbMPo=; b=syXqDbNkWCVSeCC6V0DXaRUmD/yIyLCBKDcwTLpyp9FuFDY3zX9nN6Spvoc0EXaHnY wXAZ2OBEVmkpCSNbD9Gce90ATcfvxgkgGdOFHEwWGYJ8APlvb8atk/hz/79tb5eTf+qL L8sGoEjWSSzoCTtbrmTwUAVH/xHmNozroZ3kg= MIME-Version: 1.0 Received: by 10.147.89.19 with SMTP id r19mr4420466yal.7.1310424505811; Mon, 11 Jul 2011 15:48:25 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 15:48:25 -0700 (PDT) In-Reply-To: <4E1B7A8F.7090506@sugarcrm.com> References: <52B477DE-081D-4ACD-9A14-29514EFFC85D@roshambo.org> <4E1B49F2.2020304@sugarcrm.com> <4E1B7A8F.7090506@sugarcrm.com> Date: Tue, 12 Jul 2011 00:48:25 +0200 Message-ID: To: Stas Malyshev Cc: Ferenc Kovacs , Peter Cowburn , Philip Olson , Pierre Joye , php-webmaster , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] sudden spike in wiki registrations From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jul 12, 2011 at 00:34, Stas Malyshev wrote: > Hi! > > On 7/11/11 3:20 PM, Hannes Magnusson wrote: >> >> The idea Stas proposed of leaving the votes untouched and just hide >> those specific votes during rendering of the vote results is very >> silly to me. >> Manually summerizing the votes like has been done in the past on many >> RFCs into "with karma" and "without" results would make much more >> sense to me, especially since there are so many registered votes >> already. > > Well, yes, maybe that'd be even better. If anybody with shell access could > get me the raw data files at the end of the vote (should be in data/meta > directory with .doodle extension) I could easily write a script that > summarizes it. That won't be a problem. Matching against SVNROOT/global_avail shouldn't be a problem either to apply whatever SVN restriction rules needed. -Hannes