Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53892 php.webmaster:11588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51350 invoked from network); 11 Jul 2011 21:09:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 21:09:37 -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.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:59710] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/10-49578-0966B1E4 for ; Mon, 11 Jul 2011 17:09:36 -0400 Received: by gyb13 with SMTP id 13so1910946gyb.29 for ; Mon, 11 Jul 2011 14:09:33 -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=iKVW2coAWzeZpfYSo202OBlrKCD+NLsEOed4qmV20ho=; b=NNkuYRlTXqfzDwpQALkZEPF7fyxw2+NvPNr22peht6N5qqam9QHEhvSZhiEZzfTnZm JaLWoWCN4l+4toaQj9aUyHEtUv4j6odrYj3teTxuc0eHu+b8jbG6gLSL9MJhbijR0Eyh edO7xJlrpB4lR88UlJLU7pnugRsG6Y4tgARHI= MIME-Version: 1.0 Received: by 10.147.86.18 with SMTP id o18mr4302063yal.17.1310418573451; Mon, 11 Jul 2011 14:09:33 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 14:09:33 -0700 (PDT) In-Reply-To: References: <4E1AB83A.6060801@sugarcrm.com> <52B477DE-081D-4ACD-9A14-29514EFFC85D@roshambo.org> <4E1B49F2.2020304@sugarcrm.com> Date: Mon, 11 Jul 2011 23:09:33 +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 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. The whole idea of this sort of workaround is however very silly to me. -Hannes