Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66131 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62560 invoked from network); 21 Feb 2013 18:42:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2013 18:42:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:36007] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/C0-58335-18A66215 for ; Thu, 21 Feb 2013 13:42:10 -0500 Received: from [192.168.2.20] (ppp-46-244-145-81.dynamic.mnet-online.de [46.244.145.81]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 58CA5655D9; Thu, 21 Feb 2013 19:42:06 +0100 (CET) To: Pascal Chevrel Cc: internals@lists.php.net In-Reply-To: <33.00.58335.8B366215@pb1.pair.com> References: <678597E6-E3A8-42E0-8DFC-F8382C9DFB41@strojny.net> <8d4e991084a1313844910ec0168eacdf@mail.gmail.com> <51263D89.5040308@lerdorf.com> <33.00.58335.8B366215@pb1.pair.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 21 Feb 2013 19:42:58 +0100 Message-ID: <1361472178.2355.139.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2013-02-21 at 19:13 +0100, Pascal Chevrel wrote: > > I am specifically thinking of Bugzilla which is already used by many > open source projects. It has a lot more features than your current > bug > tracking system, it scales for large projects and it has a few > Mozilla > employees working full time on it. > I'm a passive user of bugzilla, not involved with any project using it but every time I have to report a bug on a project using it I think twice, why do I have to register and run away if I have to remember the password I used 2 years ago when reporting my last bug. bugs.php.net might not be as shiny as others but it makes reporting easy, fill in a captcha and you are done, no registration or such, you might even use a fake mail address (not that it necessarily helps to be unreachable for getting things resolved) And then there is a religious thing: Bugzilla is written in a legacy language ;-) And yes. it has some rough edges, but it get's it's job done, integrates with out user system, our "what's the current version"-notification system, ... johannes