Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26993 invoked by uid 1010); 13 Oct 2005 08:52:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26977 invoked from network); 13 Oct 2005 08:52:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2005 08:52:05 -0000 X-Host-Fingerprint: 87.123.82.196 i577B52C4.versanet.de Received: from ([87.123.82.196:19891] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8A/A0-54476-5302E434 for ; Thu, 13 Oct 2005 04:52:05 -0400 Message-ID: <8A.A0.54476.5302E434@pb1.pair.com> To: internals@lists.php.net Date: Thu, 13 Oct 2005 10:51:55 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.82.196 Subject: milestone From: lsmith@php.net (Lukas Smith) 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