Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65760 invoked from network); 20 Jul 2017 12:06:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2017 12:06:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.217 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.217 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.217] ([81.169.146.217:22105] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/27-02884-6BC90795 for ; Thu, 20 Jul 2017 08:06:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1500552371; l=4750; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=vZyAGLxWSZgY0HmCanGnW21QcnWpBWzGYKMufeHx4R8=; b=yBraZ81MDAZnm2GW6NqCOPPD49vWvX0CsaWZVnwi40OZQg2C+c+xw+eGHEXKR2Plzf Ma8w9yhbNAMoOERAT3pioi0r5yZZBJl5ROCWeRWl2gf4RgJCcHkY+q/nrU5FCB8vHJxo aoVDAfOKfrCeJmPYNGN3Z+4FxVV1UEZMIZecI= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoNHBqX53Q== X-RZG-CLASS-ID: mo00 Received: by mail-oi0-f41.google.com with SMTP id p188so25050905oia.0 for ; Thu, 20 Jul 2017 05:06:11 -0700 (PDT) X-Gm-Message-State: AIVw1139zlO7jeE92hCtBHQBCBvILouPgOqyttpjX043r983xzJ3osLU svSqG2RFi9sv/7oxzAqwpx3AuNnxLw== X-Received: by 10.202.241.10 with SMTP id p10mr5177514oih.56.1500552370497; Thu, 20 Jul 2017 05:06:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.154.177 with HTTP; Thu, 20 Jul 2017 05:06:10 -0700 (PDT) In-Reply-To: <1500551058.16819.47.camel@schlueters.de> References: <1500551058.16819.47.camel@schlueters.de> Date: Thu, 20 Jul 2017 14:06:10 +0200 X-Gmail-Original-Message-ID: Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Mathias Grimm , PHP Internals Content-Type: multipart/alternative; boundary="94eb2c0933a802b1430554be9312" Subject: Re: [PHP-DEV] bugs.php.net website From: me@kelunik.com (Niklas Keller) --94eb2c0933a802b1430554be9312 Content-Type: text/plain; charset="UTF-8" > > 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" :-) I'm fine with no user registration required, but there should definitely be a user login for people without php.net account. It's one of the main pain points with the PHP bug tracker. I want a simple login where I can see all bugs I have created or commented on or subscribed to. Regards, Niklas --94eb2c0933a802b1430554be9312--