Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68109 invoked from network); 9 Jan 2016 07:58:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2016 07:58:59 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:34675] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/C1-59249-0CDB0965 for ; Sat, 09 Jan 2016 02:58:57 -0500 Received: by mail-ob0-f181.google.com with SMTP id wp13so236764941obc.1 for ; Fri, 08 Jan 2016 23:58:56 -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=tOizJanin8pFNR7CBb2ANYzHaGl4W/Gy6v5Aruf3g/E=; b=xnBJu0sM4ZqfoJNIdyVQ63vj0kjOb+N7Y0HxxKt4eknrHVtCmFTOMkATUww6EGsXPX W13OHEvk1+mHUfrdxed6WKpo3RtDJ5+KTl+jAPIhKdj7BqwGyvmYsLOr5T7+8qsG50e/ wCN+ywY8y34xw6Y9p7VxfabCLZ3d6/WmFD9xlRv+KIfn/C6NRQKRAcKXrGgEYKLSIxS/ LSBRl5SayZ0N/4mTNHGAO7RyK5dOn2kmbkgTGcX2GRPK0tYxon5imHeKTp61Cc6SG+pC L9GrjsmiZniJ9qcQ6aKJ5sjqaqigK29U8lg3H7W162UTtmF6yPcOTlyLqo9vXdb9DZ7j AHAw== MIME-Version: 1.0 X-Received: by 10.182.97.161 with SMTP id eb1mr82239585obb.3.1452326333308; Fri, 08 Jan 2016 23:58:53 -0800 (PST) Received: by 10.202.64.136 with HTTP; Fri, 8 Jan 2016 23:58:53 -0800 (PST) Received: by 10.202.64.136 with HTTP; Fri, 8 Jan 2016 23:58:53 -0800 (PST) In-Reply-To: <5690BCE6.6010908@gmail.com> References: <5690BCE6.6010908@gmail.com> Date: Sat, 9 Jan 2016 14:58:53 +0700 Message-ID: To: Stas Malyshev Cc: Ferenc Kovacs , PHP internals , Hannes Magnusson Content-Type: multipart/alternative; boundary=047d7b2e450e31e8530528e21350 Subject: Re: [PHP-DEV] Anonymous voting on wiki From: pierre.php@gmail.com (Pierre Joye) --047d7b2e450e31e8530528e21350 Content-Type: text/plain; charset=UTF-8 On Jan 9, 2016 2:55 PM, "Stanislav Malyshev" wrote: > > 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. > -- > Stas Malyshev > smalyshev@gmail.com Thanks :) Quick and good work! About admins able to read the results, I trust us not to do so. Also I lost track about who has access to the wiki. Last time only one or two persons had access. > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --047d7b2e450e31e8530528e21350--