Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71256 invoked from network); 20 Jul 2017 12:22:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2017 12:22:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:35123] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/58-02884-F90A0795 for ; Thu, 20 Jul 2017 08:22:56 -0400 Received: by mail-wm0-f49.google.com with SMTP id w126so22934465wme.0 for ; Thu, 20 Jul 2017 05:22:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=abOlJZwcJ3IN9sKGxIUDHnrNA4ETNwN5+L1xTUP29XU=; b=onpyYpZddY3trT6Nxz/GgcoZ7GFYycqZEdRHeSYUUI9Z8GOpqIcKLKXwXf3fZhfROB B22r//dxbrA2fCAafSIGjXCQ4K2OePzWasPeJwL17XK/GvykwDtIyX+7DbJ3TTyB1EPe UDY0LYbTYu6f8UyZyg8nP7UJwIrfaqFhlliZEhttNo4Cu8P1ZMBiE2WDg3HfhpKlF4tN EwNGVlRJFiQGtLM5x56dTSwtOn/P3oqdrycyOv/sYXw8x1e2U5ZZmwguJ3IHa0NosmLY xkP74QGkhO7JjuxF00TbtzuhWlAZa8pZpLX8PuKhrVKtHnmEz/8iHppEBSei5enGslKZ qAPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=abOlJZwcJ3IN9sKGxIUDHnrNA4ETNwN5+L1xTUP29XU=; b=ucNbxopwkcYr0ukZnf/ZXEicEqPMXM9kthRhzlFXIN1gHkVEEz51Wq8l4klRhC7ck/ s4pPVq4AoUaBee1ntKvBTruYezctUxiToyK5pMoyuqw4QGuu2VlvDrXyOiZUvhaxZdLD bSG1CbbglLo53auNCu8us88jPvj2NmVimrRzgLf8pzc31K3Sz7s/KggQIIcSA8xnCbUq aYR3wASaE4lE3RKKiNDEf55Qv6PnavHuzcqFO6nZ4H3qb0Eq1Xl95TRjqv/GhNveJxij TdIldsA4mjOTuC6MncGgAufIdDDaTqhjUjHCwecbOsly6tKpPhAEvKpF0fT2I0W6YdZw jFNQ== X-Gm-Message-State: AIVw1114g6kuRwmQBJXlm7qMKdm8ZAYdZEZU/4JTudyZ1UrxQBixtuRh 1tLPpnJaClWrx56G7r5SdI1srrqSd2pM X-Received: by 10.28.39.199 with SMTP id n190mr2352279wmn.61.1500553371992; Thu, 20 Jul 2017 05:22:51 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Thu, 20 Jul 2017 05:22:51 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: <1500551058.16819.47.camel@schlueters.de> Date: Thu, 20 Jul 2017 08:22:51 -0400 X-Google-Sender-Auth: z2f5RcN-0Qr04g4tNFSN1kNKyrw Message-ID: To: Niklas Keller Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Mathias Grimm , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] bugs.php.net website From: pollita@php.net (Sara Golemon) On Thu, Jul 20, 2017 at 8:06 AM, Niklas Keller wrote: >> 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) >> > +1 to this. Not a must-have, but it would help encourage *useful* repro scripts, I think. :D >> 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. > I would say add single-sign-on options ("login with github/facebook/twitter") would be nice-to-haves. Report anonymously would even be fine provided it comes with the caveat "you won't be able to edit this later, and if we have questions that aren't answered, your bug may get closed, so check back often". FWIW, I started toying with the idea to rewrite it earlier this year and tossed https://github.com/sgolemon/platform-php-web-bugs together as a starting point to get a personal version of the site up and running. (Note: this doesn't include any changes, just a framework for running the site on a hosting provider.) If nothing else, it should describe the component pieces you'll need to set it up locally (there aren't many, but it's effectively a HOWTO guide). -Sara