Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71021 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81767 invoked from network); 6 Jan 2014 16:37:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2014 16:37:27 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.41 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.41 mail-oa0-f41.google.com Received: from [209.85.219.41] ([209.85.219.41:36920] helo=mail-oa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/F3-62543-6CBDAC25 for ; Mon, 06 Jan 2014 11:37:26 -0500 Received: by mail-oa0-f41.google.com with SMTP id j17so19207695oag.14 for ; Mon, 06 Jan 2014 08:37:22 -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=t36JjXYzFiyDSSAb1Q2RHcAlqupvOsovhw0GMgYulKo=; b=NK/v8vvUs+ym5WwrmeJvkDnLDdl3ESFEPH0iPP6LRJwVW443pFfvs+gJaFmW7BN/1Y HwwZZsk5NdlVKirkk3jMoPOZCEKvj/Sv1K6IDVxvjM4QhrT4nhcB6DYCB77/26Y+BXXS jOq5uvTAzF5kcsTA4Nq+JD6r17bheLaNO5GffdADiX/wl2zKiW5UsNjhQXdqEu0bqXjm TF9ORmv1+NmHeCQw1JNctqp3eRJKnrwY+DFM8R4wS3eGjnMn5zcT3N4f/eSNqtWs6KM8 zEhwPqXQRLt33LEPHnbhIOHRGJwoDkSrMIPcLOcMwE+3xt6Ok0RG6PesyeXlJrPAjkBL 9hlw== MIME-Version: 1.0 X-Received: by 10.182.250.163 with SMTP id zd3mr73937307obc.20.1389026242721; Mon, 06 Jan 2014 08:37:22 -0800 (PST) Received: by 10.182.54.112 with HTTP; Mon, 6 Jan 2014 08:37:22 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Jan 2014 17:37:22 +0100 Message-ID: To: Jeremy Curcio Cc: PHP internals Content-Type: multipart/alternative; boundary=089e01634ec2c800f004ef4fdf15 Subject: Re: [PHP-DEV] RFC votes no longer visible From: nikita.ppv@gmail.com (Nikita Popov) --089e01634ec2c800f004ef4fdf15 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jan 6, 2014 at 5:31 PM, Jeremy Curcio wrote: > I can agree that removing the votes completely is not the right option. > Perhaps show the names of those who have voted on all RFCs, but not > specifically which way they voted. > Sorry if it was unclear, what you describe is what has been implemented. See for example https://wiki.php.net/rfc/argument_unpacking#vote. > This would allow users to see how many votes have been casted, as well as allow the vote reason to appear (if added). Hiding the vote, but displaying the reason doesn't really make sense, as the latter would reveal the former ^^ Nikita --089e01634ec2c800f004ef4fdf15--