Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #1442 Bug links not displayed on submission confirmation
Submitted: 2004-05-19 14:17 UTC
From: thesaur at php dot net Assigned: danielc
Status: Closed Package: Bug System
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 30 + 4 = ?

 
 [2004-05-19 14:17 UTC] thesaur at php dot net
Description: ------------ After submitting a bug, commenting or editing, a frame is displayed above, confirming that the submission has been entered into the bugs database. However, the bug links (including Package Home) are not displayed. This also is the case for the submission confirmation form that is displayed when first submitting a bug.

Comments

 [2004-05-19 14:26 UTC] danielc
Thanks for noticing that. A patch will be applied shortly.
 [2004-05-19 14:37 UTC] danielc
Hmm... Wait a second... The behaviors haven't changed. The bug system never had links back to package home pages. Also, the link back to the bug itself is only displayed upon submitting a new bug. Are you suggesting a feature enhancement?
 [2004-05-19 14:48 UTC] dufuz
this is related to bug #1230 ... look at http://pear.php.net/bugs/search.php?direction=ASC&cmd=display&status=Open&package_name[0]=DB then you see package home and such at the top. He's talkinga bout this. We should fix up report.php before doing anything in regards to this bug. (clean up and such.)
 [2004-05-19 14:57 UTC] danielc
In that case, a simple tweak to bug.php can be made. In the bug header, the value of the "Package:" field can be a hyperlink to the package's home page (if the package isn't "bug system" or "web site"). Thesaur, would that do what you want?
 [2004-05-19 15:39 UTC] thesaur
That would be fine, too, imho. But the bug system should act consistantly. Imho, it's a bug if the appropriate links are not displayed as I discribed. Name's Klaus, btw ;-)
 [2004-05-19 16:02 UTC] danielc
OH! Now I get you. The bugs nav bar on the top. Good idea. I'll make some tweaks to make this work.
 [2004-05-19 21:59 UTC] danielc
Thanks for your observation and suggestion. I just submitted patches that includes this change among several bug system navigation improvements.