Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53853 php.webmaster:11550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30966 invoked from network); 11 Jul 2011 09:53:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 09:53:12 -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:33103] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/40-41672-708CA1E4 for ; Mon, 11 Jul 2011 05:53:11 -0400 Received: by yxk8 with SMTP id 8so1626101yxk.29 for ; Mon, 11 Jul 2011 02:53:08 -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=hcBZ+P6SKN1nw9Z5l9+1brR1sd2AWvLqmhaHhT2xVu4=; b=vpShqfMLMYRlKM4J7bG9voE/7rlNKwhympWpVwlv1eWVHeQiE32JXnGZk9gQj95Xvd NOMPGkIx4iE/qHDQqvVksNR93iBEDpcfpqNEPTTQafDiR24RU4TZBH7Eaog1HQ7gq7at CK3y7o59/LwFp8tIYSk7MLGw5DgVly+i/PBck= MIME-Version: 1.0 Received: by 10.236.185.169 with SMTP id u29mr5445920yhm.108.1310377987977; Mon, 11 Jul 2011 02:53:07 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 02:53:07 -0700 (PDT) In-Reply-To: <4E1AB83A.6060801@sugarcrm.com> References: <4E1AB83A.6060801@sugarcrm.com> Date: Mon, 11 Jul 2011 11:53:07 +0200 Message-ID: To: Stas Malyshev Cc: 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 10:45, Stas Malyshev wrote: > Hi! > > On 7/11/11 1:23 AM, Ferenc Kovacs wrote: >> >> Hi, >> >> if somebody wonders why do we have those french guys registering on the >> wiki: >> >> http://blog.mageekbox.net/?post/2011/07/10/La-r%C3%A9volution-est-en-marche-%21 >> >> the author thought that anybody can vote who has wiki account, but >> that is corrected now. >> however judging from the responses and the number of registrations I >> think we should publish something to the php.net frontpage about the >> accepted voting RFC, and maybe rephrase or clean up the who can vote >> part. >> >> for example can someone with svn account and 1 commit vote? > > I'd say for core features everybody with write access to the core, but then > again, not sure about how to formalize that. Note that vote isn't meant to > be the decision. At least I think it wasn't and shouldn't mean that. It > should be a measure of if there's a consensus about certain thing or not. > > As for technical side, I don't know enough about how the auth system works > to see if we can enforce it technically. If somebody with this > knowledge is willing to help, please ping me and we can discuss how to > implement this in docuwiki. I thought I had pointed this out already. AFAICT anyone with wiki account can vote. And anyone can get wiki account. People with wiki accounts however cannot modify any content because we have write restrictions on everything, so before this vote plugin came along a wiki account was utterly useless without an admin explicitly giving write karma. -Hannes