Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62633 invoked from network); 20 Jul 2017 11:44:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2017 11:44:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:57166] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/86-02884-59790795 for ; Thu, 20 Jul 2017 07:44:23 -0400 Received: from kuechenschabe.fritz.box (ppp-46-244-186-208.dynamic.mnet-online.de [46.244.186.208]) by mail.experimentalworks.net (Postfix) with ESMTPSA id DA4A35EDAA; Thu, 20 Jul 2017 13:44:18 +0200 (CEST) Message-ID: <1500551058.16819.47.camel@schlueters.de> To: Mathias Grimm , internals@lists.php.net Date: Thu, 20 Jul 2017 13:44:18 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] bugs.php.net website From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Do, 2017-07-20 at 09:53 +0200, Mathias Grimm wrote: > Is it hosted only by php or it has mirroring as well? It's only running on bugs.php.net our controlled server. > Is it possible to get a dump of the db? The sql folder contains schema definitions. A complete dump can't be shared freely since it contains security bugs, which shoul not be shared publicly. (not sure if there are any open right now, but well ...) > Do you have anything specific in mind? From my list of things there would be some cleanups to ease mangement of canned answers and security bugs. I'd love a better API and better GitHub integration (i.e. github http hook which creates a ticket for each pull request and mirrors comments / state changes) There are also minor things like that the version field is misleading for PECL packages, there we need PHP vesion and package vesion. Also we can need better UI especially for category selection - the list is way to long and it's hard to find the right one. Interesting might be integrating https://3v4l.org/ so code samples are directly run (which of course won't work for code related to external things like databases or such) If one things more there's certainly a lot more ...  so maybe familiarizing, cleaning up and some smaller changes in those regions might be good. Key properties I'd like to keep is that the UI is "simple" and reporting bugs is "easy" (i.e. no big user registration or such) as wel as handling should be "fast" :-) johannes