Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19319 invoked from network); 11 Jan 2016 14:05:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2016 14:05:09 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:38575] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/E7-64385-396B3965 for ; Mon, 11 Jan 2016 09:05:08 -0500 Received: by mail-wm0-f49.google.com with SMTP id b14so270069598wmb.1 for ; Mon, 11 Jan 2016 06:05:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g92YZczopCziYl0IkLvQDqSBCGEvZiag0c7cd/1p8I4=; b=abSxt4TfIfwkytl3qjPchoNDxIENSEVeVEt6Covkn6ZcIN042OOi/YD5QIGoACL7/r lvwPVp9fT+z0eIjVtJ24uED5qOHewtP06j+6GwznwxFQpu+lI33Dlmt3uG8UUjuIZ4v7 nj+hhtR0uoRUUS/ltvzcI2KJPtqzi3rRvQORoxfFy4QyPv4f+AxWkxhdoW9NNmBGAgIu KddOyf+AJ3soBfKkS/PSBjUqxOswm+MMEWAb7csNBwndly/pQo+ZORkLIuve0p05xtDT dFGU+/BR2XlCzrQEbVEO2cwdiK5SEU5lB8NIVHyNFr+bcDMbgIYgYroihiYLdiavvDm2 uc5A== MIME-Version: 1.0 X-Received: by 10.194.120.226 with SMTP id lf2mr133854268wjb.108.1452521105382; Mon, 11 Jan 2016 06:05:05 -0800 (PST) Received: by 10.27.86.202 with HTTP; Mon, 11 Jan 2016 06:05:05 -0800 (PST) In-Reply-To: References: <5690BCE6.6010908@gmail.com> Date: Mon, 11 Jan 2016 15:05:05 +0100 Message-ID: To: Derick Rethans Cc: Andrea Faulds , PHP Internals Content-Type: multipart/alternative; boundary=089e0117738f83eae405290f6c5b Subject: Re: [PHP-DEV] Re: Anonymous voting on wiki From: tyra3l@gmail.com (Ferenc Kovacs) --089e0117738f83eae405290f6c5b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jan 11, 2016 at 2:44 PM, Derick Rethans wrote: > On Sat, 9 Jan 2016, Andrea Faulds wrote: > > > Hi Stas, > > > > Stanislav Malyshev wrote: > > > > > 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. > > > > > > > This seems useful. I do wonder whether we should use by default for > > RFCs. It's interesting to see how different people vote, and knowing > > who voted which way means you can ask them what their objections were. > > I have gotten these question in the past, and I think it's important to > be able to be asked why you made a specific choice. > > > Though, anonymous voting would mean no potential for harassing people > > for the way they voted (though they're not necessarily free of > > harassment for their opinion - many people make theirs public anyway). > > I do think that for normal RFCs, voting should not be anonymous. > > However, if we go that way, I find it important that once voting is > closed, the votes are always shown (for normal RFCs) - even if chose to > make normal RFC voting anonymous. > > > One concern I have with the patch is that it doesn't appear (by my > > reading of the code) to show who voted. I think it's important to know > > who participated in the vote, even if we don't know which way they > > voted. > > I disagree, I think it is important to know who voted for what in the > end. Some accountability is good. > agree, otherwise it will be very hard/impossible to notice if/when somebody borks/manipulates the votes. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e0117738f83eae405290f6c5b--