Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25263 invoked from network); 2 Jun 2008 19:49:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2008 19:49:04 -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 64.233.182.191 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: 64.233.182.191 nf-out-0910.google.com Received: from [64.233.182.191] ([64.233.182.191:15986] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/C6-26717-EAE44484 for ; Mon, 02 Jun 2008 15:49:04 -0400 Received: by nf-out-0910.google.com with SMTP id b11so494425nfh.13 for ; Mon, 02 Jun 2008 12:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=yLd4aNzELpRhdQD/CwLh7LJbr6Pzbj+w8iQz7Lntj8Y=; b=XmHvXBZFrGu48DhfBzzmzAK3QklDAhmzHCmr7fkQrkOF9Ce7GbxROLFLJr3BnaWSeydOyUrXw6h80BPzeUIrYc6VK0+7ijDtWgpYUeerx1Pjs3EtH9LMrQRPLfqdaqKWBJ2WfVbG3BggLvLBQrSs3NUOtHxm+iKHZRe9pIb04GI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t0WWM+spTf6YL/a4Qw3wcFwXOjEtz6Nn8NH//Wg9K6Lz7JmDnJh/Q8oLNOfVlaMVGjpXIPmMyfIW1+UnTZlO4gJKvj8JM+0SunduKe8/8NKy0/WbtjJbgoFanjCmd9esIB7tbsxZke32kCrPdsVfytx1zSUmbMNSy19WSJnt8MI= Received: by 10.210.109.10 with SMTP id h10mr7188873ebc.170.1212436139016; Mon, 02 Jun 2008 12:48:59 -0700 (PDT) Received: by 10.67.25.8 with HTTP; Mon, 2 Jun 2008 12:48:58 -0700 (PDT) Message-ID: <7f3ed2c30806021248r5637e41fn6f7a959c3bcb43f7@mail.gmail.com> Date: Mon, 2 Jun 2008 21:48:58 +0200 To: "sean finney" Cc: internals@lists.php.net, barrycarlyon@gmail.com In-Reply-To: <200806022136.52463.seanius@seanius.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <483A95E0.2000400@gmail.com> <200806022136.52463.seanius@seanius.net> Subject: Re: [PHP-DEV] GSoC: Bugtracker From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Mon, Jun 2, 2008 at 9:36 PM, sean finney wrote: > i would like to suggest that the "Secondary Requirement" entitled "VCS > (Versioning Control System, e.g. CVS and SVN) integration" be given a great > deal of importance. i can't tell you how many hours i've lost trying to find > the commit that was equivalent to "fixed in latest CVS snapshot" from the > existing php bts, and i'm sure i'm not alone :( Yeah, important feature to have imo. I posted a good chunk of features I would like to see few months ago: http://news.php.net/php.internals/36065 The most important feature: - No #%"#$& signup required to file reports -Hannes