Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88192 invoked from network); 9 Jan 2016 15:04:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2016 15:04:26 -0000 Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:39529] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/A2-59249-87121965 for ; Sat, 09 Jan 2016 10:04:25 -0500 Received: from [127.0.0.1] (unknown [82.240.16.115]) (Authenticated sender: flaupretre@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id B5F514B01CE; Sat, 9 Jan 2016 16:03:11 +0100 (CET) To: Stanislav Malyshev , PHP Internals , Ferenc Kovacs , 'Hannes Magnusson' References: <5690BCE6.6010908@gmail.com> Message-ID: <56912166.8090006@php.net> Date: Sat, 9 Jan 2016 16:04:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <5690BCE6.6010908@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 160109-0, 09/01/2016), Outbound message X-Antivirus-Status: Clean Subject: Re: [PHP-DEV] Anonymous voting on wiki From: francois@php.net (=?UTF-8?Q?Fran=c3=a7ois_Laupretre?=) Le 09/01/2016 08:55, Stanislav Malyshev a écrit : > Hi! > > Since in CoC discussion it was mentioned we may need anonymous voting, > I've created a patch that allows anonymous polls to be created: > > https://github.com/php/web-wiki/pull/7 > > The results still recorded per user, but everybody can see just their > own vote (for logged in users) and total summary. People with shell > access to the server will be able to see the votes, unfortunately I > don't see how to avoid that without serious rewrite. > Also, once the poll is created as anonymous it can't be turned into > non-anonymous without resetting the results or manual admin action. > > Please review/comment. Is it's good, I propose to deploy it on wiki.php.net. > Thanks Stas. That's exactly what I have wished for a long time. Some could argue against seeing the total count evolve before the vote is over but I think it's acceptable to allow the RFC author check how things are going. Anyway, the most important, IMHO, is to hide individual votes and voter names. Regards François