Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86406 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24552 invoked from network); 27 May 2015 17:19:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 May 2015 17:19:39 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:57834] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E7/D4-26265-8ACF5655 for ; Wed, 27 May 2015 13:19:37 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 701184B46A; Wed, 27 May 2015 19:20:19 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: * X-Spam-Status: No, score=1.4 required=4.0 tests=ALL_TRUSTED, DNS_FROM_AHBL_RHSBL autolearn=no version=3.3.2 X-Spam-HAM-Report: * 2.4 DNS_FROM_AHBL_RHSBL RBL: Envelope sender listed in dnsbl.ahbl.org * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-10-196.dynamic.mnet-online.de [93.104.10.196]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id D3AFD4B469; Wed, 27 May 2015 19:20:15 +0200 (CEST) Message-ID: <1432747168.6602.11.camel@kuechenschabe> To: Anatol Belski Cc: 'Xinchen Hui' , 'Hannes Magnusson' , 'Internals' Date: Wed, 27 May 2015 19:19:28 +0200 In-Reply-To: <065a01d09897$a158a810$e409f830$@belski.net> References: <063f01d09881$2bbf12d0$833d3870$@belski.net> <065a01d09897$a158a810$e409f830$@belski.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Pull request labels handling From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2015-05-27 at 18:10 +0200, Anatol Belski wrote: > > so I think it's not very difficult to add such features to qa.php.net/pulls now. > > > > any volunteer ? if no, I can work on it this weekend... hope I didn't forget > > my experience on jquery :) > > > > > I can take this, maybe to qa.php.net/pulls first were easier. Then bugs.php.net if it's found useful useful. Will need to refresh the jquery status as well :) if anybody is working on this and needs help feel free to drop me a note. (mail should always work, could also join IRC) The code isn't really nice as I did know neither jQuery, nor JavaScript nor had an idea what I was aiming for :-D There is also an (unfinished) branch using AngularJS which might be nicer for that kind of tool but needs more work. johannes