Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53861 php.webmaster:11559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41454 invoked from network); 11 Jul 2011 10:07:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 10:07:52 -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.161.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:52039] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/82-41672-07BCA1E4 for ; Mon, 11 Jul 2011 06:07:48 -0400 Received: by gxk27 with SMTP id 27so1621158gxk.29 for ; Mon, 11 Jul 2011 03:07:40 -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=rV3WKRVK8tCT+dpwdqIBuk3zBn47Sgw+vLovxS9J73c=; b=O1sAd/QLCVwDIrajPYzKdK3yAg4ArfzzWJm5kLVVjJe0TDZ9brIWs2jRvWxsRkQPks FiT7BiNrzPiWJS/7QgTr/8ruWDgoI0xXHSVda7GapuZ2pubIK83lXdWBAXb40peJroII MZY42SNQdytYYjFovbaHIFIpRkN79GveAtx70= MIME-Version: 1.0 Received: by 10.151.87.16 with SMTP id p16mr4043999ybl.227.1310378860257; Mon, 11 Jul 2011 03:07:40 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 03:07:40 -0700 (PDT) In-Reply-To: References: <4E1AB83A.6060801@sugarcrm.com> Date: Mon, 11 Jul 2011 12:07:40 +0200 Message-ID: To: Pierre Joye Cc: Stas Malyshev , Ferenc Kovacs , 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 12:03, Hannes Magnusson wrote: > It is very hard to detect which "php group" a person belongs to, our > karma system doesn't work like that. > > We can easily detect if an account is an php.net SVN account though. > And the wiki can tell you if a person has write access to that specific page. > > Most external users have assigned "write" groups, "qa", "rfc", "web". > These are the people who have requested access to these areas. > > I was under the impression the vote plugin respected the write > permission acl to that page, so a user would need to have write karma > to that namespace to be able to vote. > Does it have no builtin functionality like that? Answering my own question; No, it doesn't. http://www.dokuwiki.org/plugin:doodle2#authentication -Hannes