Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44854 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35799 invoked from network); 9 Jul 2009 07:40:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2009 07:40:00 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad 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 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:38795] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/C7-27938-ECE955A4 for ; Thu, 09 Jul 2009 03:39:59 -0400 Received: by fg-out-1718.google.com with SMTP id 13so1295107fge.0 for ; Thu, 09 Jul 2009 00:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JIA2UtJrzoL6g1Htfb6QoZj5E1643D8Y0zhIjY1vAOA=; b=Sl8vWdcs7s7oa8Kv6VPXn6wRiheQtCVfoQIsWH2dJwQRF8fhf7Cls4y0KMdIJzLFPw tzfpOFWqsJvz0pG3RpkmBp9QqMeLdvhchogKXxTpx3ZmPKWgXUQaHKTU5jBMoBSc1Gdp f9AjSP9SBBMF84EAfKKUgd3RpCIUySU1F2zAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MSKAdhsulr/ZOOgv+gdIbYzBbr9fkTJupSuLzHs1DNiOTpwE5FT7DTdSPqA8F1alaI H2z0HU1mgTe3Pi6BPL0bIsEHi5jGNKSyyJtWn04o2FN8aC9CJr1CuUMH28qmCZarR27N nQZJakNQTmaOvPn2zMHgURDHEs01BFeuiPmj0= MIME-Version: 1.0 Received: by 10.86.91.5 with SMTP id o5mr117747fgb.57.1247125195352; Thu, 09 Jul 2009 00:39:55 -0700 (PDT) In-Reply-To: <4A555AF9.1090403@chiaraquartet.net> References: <52252.99.18.1247074235.squirrel@www.l-i-e.com> <4A555AF9.1090403@chiaraquartet.net> Date: Thu, 9 Jul 2009 09:39:55 +0200 Message-ID: <7f3ed2c30907090039h3fd1a408ja34153f8f64b18f7@mail.gmail.com> To: Greg Beaver Cc: Richard Lynch , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] bug tracker planning From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jul 9, 2009 at 04:50, Greg Beaver wrote: > =A0The disadvantages are obvious: everyone has to have an account and giv= e > their email address to report a bug. =A0The advantages are also obvious: I *hate* when I am required to signup and do all sorts of weird validation crap before I can file bug reports. Things get even worse when projects hide the "new bug report" links for not-logged in users. I tend to drop out of the process midway and get to the conclusion "apparently they don't want me to report bugs". Also, there is no reason to maintain user system for bugs. Just outsource the login to openid or a "captcha" questions ("Are you a zombie?" don't know/yes/no). -Hannes