Edit report at https://bugs.php.net/bug.php?id=67426&edit=1
ID: 67426 Comment by: so...@php.net Reported by: ahar...@php.net Summary: Bug tracker no longer shows quick fixes Status: Re-Opened Type: Bug Package: Website problem Operating System: Irrelevant PHP Version: Irrelevant Assigned To: sobak Block user comment: N Private report: N New Comment: What abot this? It seems that Johannes is right and in fact there is no problem with bugsweb - we just need more resolve reasons. However, I'm not sure if that's the way it worked before. Previous Comments: ------------------------------------------------------------------------ [2014-10-05 22:07:48] johan...@php.net The reason is that the bug is in a "project" with no quick fix option applicable. See bugsweg www/bug.php aroudn line 170 $project = $bug['project']; /* ...*/ if ($edit === 1) { list($RESOLVE_REASONS, $FIX_VARIATIONS) = get_resolve_reasons($project); } ($bug comes from the database) I think somebody should add some of the quick fixes to pecl, too. I don't have database access. ------------------------------------------------------------------------ [2014-06-12 19:28:57] so...@php.net Grrh, it works but only partially. It doesn't works for packages with PECL as a project. ------------------------------------------------------------------------ [2014-06-12 19:11:56] so...@php.net Seems it works. ------------------------------------------------------------------------ [2014-06-12 18:48:58] so...@php.net Probably the most unprofessional answer over here, but this commit SHOULD fix it. The reason why I'm unsure is that I don't know actual content of bugdb_pseudo_packages and schema in repo is poor. However, this change shouldn't break anything more so I will just leave this bug as open and wait for rsync. https://github.com/php/web-bugs/commit/2b13da9454abee46614cc058df3fc03a033eabe8 Regards. ------------------------------------------------------------------------ [2014-06-12 16:05:23] ahar...@php.net Description: ------------ The bug tracker no longer shows any quick fixes: http://i.imgur.com/XgNC8eH.png The select itself still appears; it's just empty. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=67426&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php