Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53895 php.webmaster:11591 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60966 invoked from network); 11 Jul 2011 22:20:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 22:20:20 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:39188] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/51-49578-3277B1E4 for ; Mon, 11 Jul 2011 18:20:19 -0400 Received: by yxk8 with SMTP id 8so1951187yxk.29 for ; Mon, 11 Jul 2011 15:20:16 -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=byPCGJQNa+agG1awliaUV1iUGchJcAaaLK7Nk3jumEw=; b=vecSQmVPeP3ZYo0GvyyTAxoL+nh3jyJEEodutDi89XbysuTFe1M2nLEmwszd6iwM1q rJ2NsCQjkR2PFBB/8Mlso63scDCbWw9heJ9Hmey143bTbMMbXLdgpaKeh7oBV5t49DwJ EzXHx5FTEximcQ2SH8p9YhHNvTgT9DtgB9xqw= MIME-Version: 1.0 Received: by 10.151.45.10 with SMTP id x10mr4503537ybj.170.1310422816718; Mon, 11 Jul 2011 15:20:16 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 15:20:16 -0700 (PDT) In-Reply-To: References: <4E1AB83A.6060801@sugarcrm.com> <52B477DE-081D-4ACD-9A14-29514EFFC85D@roshambo.org> <4E1B49F2.2020304@sugarcrm.com> Date: Tue, 12 Jul 2011 00:20:16 +0200 Message-ID: To: Ferenc Kovacs Cc: Peter Cowburn , Stas Malyshev , 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 Mon, Jul 11, 2011 at 23:23, Ferenc Kovacs wrote: > On Mon, Jul 11, 2011 at 11:09 PM, Hannes Magnusson > wrote: >> On Mon, Jul 11, 2011 at 22:13, Ferenc Kovacs wrote: >>>> Stas means when we print who has voted, to only print votes by people >>>> in that group so you won't need to manually filter out >>>> not-allowed-to-vote votes. >>>> >>>> -Hannes >>>> >>> >>> I see. >>> if you only need the @php.net usernames, you can use the >>> https://master.php.net/fetch/allusers.php api with the proper token, >>> or https://bugs.php.net/js/userlisting.php without it. >> >> Or just ask the internal wiki api if the username is in the phpcvs/voted group. >> No need to make it complicated. > > oh, I didn't though of that, as this is how my patch works (albeit > only for the new votes, but still). :) > >> >> The whole idea of this sort of workaround is however very silly to me. > > thanks for sharing, this kind of comments which keeps me contributing ;) I don't think you are understanding the point here. There are currently bucketloads of registered votes for the php54 feature list which "should not be there". 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. It was in no remotely close way anything at all related to the patch you wrote and was committed earlier. -Hannes