php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #32152 Navigation improvement for bugs.php.net
Submitted: 2005-03-01 16:12 UTC Modified: 2005-03-01 23:25 UTC
From: amd at store20 dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: amd at store20 dot com
New email:
PHP Version: OS:

 

 [2005-03-01 16:12 UTC] amd at store20 dot com
Description:
------------
This patch improves navigation in bugs.php.net page.

Reproduce code:
---------------
? quick_access_to_bug.diff
Index: bug.php
===================================================================
RCS file: /repository/php-bugs-web/bug.php,v
retrieving revision 1.69
diff -u -r1.69 bug.php
--- bug.php     27 Oct 2004 07:30:51 -0000      1.69
+++ bug.php     1 Mar 2005 15:10:41 -0000
@@ -220,7 +220,7 @@
 <div id="bugheader">
  <table id="details">
   <tr id="title">
-   <th id="number">Bug&nbsp;#<?php echo $id?></th>
+   <th id="number"><a href="http://bugs.php.net/?"<?php echo $id?>>Bug&nbsp;#<?php echo $id?></a></th>
    <td id="summary" colspan="5"><?php echo htmlspecialchars($bug['sdesc'])?></td>
   </tr>
   <tr id="submission">



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-01 16:16 UTC] amd at store20 dot com
Duh.. typo in previous patch.

--- bug.php     27 Oct 2004 07:30:51 -0000      1.69
+++ bug.php     1 Mar 2005 15:13:43 -0000
@@ -220,7 +220,7 @@
 <div id="bugheader">
  <table id="details">
   <tr id="title">
-   <th id="number">Bug&nbsp;#<?php echo $id?></th>
+   <th id="number"><a href="http://bugs.php.net/<?php echo $id?>">Bug&nbsp;#<?php echo $id?></a></th>
    <td id="summary" colspan="5"><?php echo htmlspecialchars($bug['sdesc'])?></td>
   </tr>
   <tr id="submission">
 [2005-03-01 22:38 UTC] pollita@php.net
Since this section only appears *while* the bug in question is being display, what purpose does providing a link (back to itself) serve?


 [2005-03-01 23:03 UTC] amd at store20 dot com
It makes easier to view/refresh the bug information after you have posted something to the bug and the POSTDATA is present.

For example, bugzilla has this kind of navigation support.
 [2005-03-01 23:25 UTC] pollita@php.net
Okay... harmless enough anyway...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 04:01:29 2024 UTC