Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19583 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79874 invoked by uid 1010); 13 Oct 2005 10:12:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79859 invoked from network); 13 Oct 2005 10:12:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2005 10:12:38 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:37959] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6B/77-54476-6133E434 for ; Thu, 13 Oct 2005 06:12:38 -0400 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id E5352D3937; Thu, 13 Oct 2005 13:12:33 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j9DACYWi019765; Thu, 13 Oct 2005 13:12:35 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j9DACYQI019762; Thu, 13 Oct 2005 13:12:34 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 13 Oct 2005 13:12:34 +0300 (EEST) Reply-To: Jani Taskinen To: Lukas Smith cc: internals@lists.php.net In-Reply-To: <8A.A0.54476.5302E434@pb1.pair.com> Message-ID: References: <8A.A0.54476.5302E434@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] milestone From: sniper@iki.fi (Jani Taskinen) Unnecessary, you can tell the user within the closing comment in which branches you fixed the bug. Don't forget that it can CHANGE later, someone reverts the fix or the fix wasn't needed or.. you get the picture. --Jani On Thu, 13 Oct 2005, Lukas Smith wrote: > > Hi, > > some of you may be aware of the wiki I set up to manage/document the todo > lists and parts of the release management for PHP releases. In response to > this Wez created a set of patches to enable developers to set milestones (aka > PHP versions) for bug reports. While I do not think this replaces the need for > the wiki (which is maintained independent of php.net ressources anyways), > which is way more flexible, I think its a very good addition. > > For example we currently mark things as "fixed in CVS" even if things will > never be fixed in the branch for which the user filed the bug report (like > with the streams API). Therefore I think its a very important tool to let > users know when things will get fixed. I could see the same kinds of things > happen with unicode issues being reported in the 5.x branch but only getting > addressed in php 6.x. > > Anyways I think it would be a good idea to add this feature again along with > the ability to filter by milestones on the "advanced search" page. I think > this would make the life of our RMs alot easier as well. > > regards, > Lukas > >