Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29157 invoked from network); 28 Dec 2014 01:49:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2014 01:49:00 -0000 Authentication-Results: pb1.pair.com header.from=jacob.bednarz@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jacob.bednarz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: jacob.bednarz@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:39949] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/90-22289-B816F945 for ; Sat, 27 Dec 2014 20:48:59 -0500 Received: by mail-pa0-f42.google.com with SMTP id et14so15321212pad.29 for ; Sat, 27 Dec 2014 17:48:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; bh=uLKfrA00FYecgu6NsJ327Hd5uvxmNaL4SNeI8Fggh8M=; b=VGhA2XkytthAcGx+lD3bQg5Z9TOd+LfzJFwjKLu8xvCfiMluD7Ppgj43idVwtURAZL oVz78JZVTfMx7TwfZqW7pKesPptKG8rOaIJjsQfJ9lw5emqLdYoKWlg0Bj3tiWRq4Qi2 CtAvwveiSQqh3Uts1OU+oGGeXe4sQAFCSu9ZPCC05pd/meLeWgIttet/zvI5lnePu2KU RujRRpBpVuXTJYuT4pI0jRh2vJPbbSP6DQsPcBPNDyDTtBliOEg8z7+F64YoQpVWEMC2 tPqckBpNkDjby6Y7W3oKQ1ZbKlixSXuAyzzRtpZGR5NN3KzlR321DlB+xaMOhVUVI7z0 d+3w== X-Received: by 10.70.38.161 with SMTP id h1mr79379962pdk.97.1419731336457; Sat, 27 Dec 2014 17:48:56 -0800 (PST) Received: from [192.168.2.15] (CPE-121-222-232-90.lnse2.woo.bigpond.net.au. [121.222.232.90]) by mx.google.com with ESMTPSA id ki4sm31870634pdb.34.2014.12.27.17.48.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Dec 2014 17:48:55 -0800 (PST) X-Google-Original-From: Jacob Bednarz Date: Sun, 28 Dec 2014 11:48:49 +1000 (AEST) To: Internals In-Reply-To: Message-ID: References: <549ECB02.5000602@php.net> <46BE54DF-ED1E-477B-95EC-779042ABC326@gmail.com> <755EEF90-6ADC-43B8-9746-D3E742D064C3@ajf.me> User-Agent: Alpine 2.11 (OSX 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: Re: [PHP-DEV] Bugfest From: jacob.bednarz@gmail.com (Jacob Bednarz) One of the biggest issues I have found with the PHP bug tracker is the inability to filter on tickets and find the low hanging fruit based on a label or a priority. I realise the advanced search allows you to find based on package however this still is not enough. I am quite new to the development of the PHP internals so I am working my way through smaller tickets however it is quite cumbersome to paginate through all the listings in it's current state. I may be doing it wrong (and please let me know if I've missed something) however the workflow could definitely use some refining. If this functionality was available I think people would be more inclined to participate which would then free up the guys working on the lower level (and more in depth) issues within the engine. While this won't solve the issue of number of bugs reported, it may allow for a quicker resolution time.