Closed Bug 184252 Opened 22 years ago Closed 15 years ago

Display a link below each table in request.cgi pointing to its corresponding buglist

Categories

(Bugzilla :: Attachments & Requests, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.6

People

(Reporter: timeless, Assigned: LpSolit)

References

Details

Attachments

(1 file, 2 obsolete files)

let's see...
i can't use request mail because we don't deliver it to me (bug 179701)
if bug 184251 was fixed then i could use the request queue

but when i'm looking at a request i couldn't go to the next request because
requests aren't treated as buglists.

What I'd like:
Requests: First Prev Next Last | This is request 3 of 20 in _your list_.
<Link rel> for the requests.

If I happen to go to a request which isn't in my list, we could do something like:

Requests: First Prev Next Last | View queues of <john>, <sally>, <jane>, ...
where john, sally and jane are the requestees/requesters listed on the current
request page.
The request queue really just needs to use a different output format from
buglist.cgi. That would fix this + a whole host of other bugs.
we should have a link per table in the request queue + a global link including all tables. When clicking one of these links, we should get a buglist with the corresponding bugs in it. This way, we could then navigate as we usually do. This is something I would like to see in 2.24.
OS: Windows 2000 → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.24
QA Contact: mattyt-bugzilla → default-qa
This bug is retargetted to Bugzilla 3.2 for one of the following reasons:

- it has no assignee (except the default one)
- we don't expect someone to fix it in the next two weeks (i.e. before we freeze the trunk to prepare Bugzilla 3.0 RC1)
- it's not a blocker

If you are working on this bug and you think you will be able to submit a patch in the next two weeks, retarget this bug to 3.0.

If this bug is something you would like to see implemented in 3.0 but you are not a developer or you don't think you will be able to fix this bug yourself in the next two weeks, please *do not* retarget this bug.

If you think this bug should absolutely be fixed before we release 3.0, either ask on IRC or use the "blocking3.0 flag".
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
Assignee: myk → attach-and-request
Whiteboard: [roadmap 3.2]
Whiteboard: [roadmap 3.2] → [roadmap: 3.2]
Whiteboard: [roadmap: 3.2]
Bugzilla 3.2 is now frozen. Only enhancements blocking 3.2 or specifically approved for 3.2 may be checked in to the 3.2 branch. If you would like to nominate your enhancement for Bugzilla 3.2, set the "blocking3.2" flag to "?", and either the target milestone will be changed back, or the blocking3.2 flag will be granted, if we will accept this enhancement for Bugzilla 3.2.
Target Milestone: Bugzilla 3.2 → Bugzilla 4.0
Attached patch patch, v1 (obsolete) — Splinter Review
The (view as buglist) link is displayed below each table, despite having it at the top of each table would probably be better. But I do this this way due to the "complex" check which is done inside the FOREACH loop. And I don't want to loop twice.
Assignee: attach-and-request → LpSolit
Status: NEW → ASSIGNED
Attachment #409637 - Flags: review?(guy.pyrzak)
Target Milestone: Bugzilla 4.0 → Bugzilla 3.6
Attached patch patch, v1.1 (obsolete) — Splinter Review
Oops, I forgot FILTER html.
Attachment #409637 - Attachment is obsolete: true
Attachment #409671 - Flags: review?(guy.pyrzak)
Attachment #409637 - Flags: review?(guy.pyrzak)
Comment on attachment 409671 [details] [diff] [review]
patch, v1.1

Having it below each table is fine, but is there a way to avoid having to have it inside a block "start_new_table" which actually refers to a different table? Can't it just be included (once rather than the current twice) at the end of the section which prints the table itself. 

(Obviously, it's entirely reasonable for the resetting of the buglist variable to be in start_new_table.)

Gerv
Attached patch patch, v1.2Splinter Review
Small improvement/cleanup, taking gerv's suggestion into account.
Attachment #409671 - Attachment is obsolete: true
Attachment #413448 - Flags: review?(guy.pyrzak)
Attachment #409671 - Flags: review?(guy.pyrzak)
Comment on attachment 413448 [details] [diff] [review]
patch, v1.2

this is mostly due to my own run-ins with this but we should really avoid closing tags in blocks that open elsewhere. It gets really confusing for future development. I'd prefer for the table to be outside of the block. It makes it easier to read.

Other than that it looks fine.
Attachment #413448 - Flags: review?(guy.pyrzak) → review-
Comment on attachment 413448 [details] [diff] [review]
patch, v1.2

<table> itself is created in a block. I don't see how my patch makes things harder.
Attachment #413448 - Flags: review- → review?(guy.pyrzak)
Attachment #413448 - Flags: review?(guy.pyrzak) → review?(ghendricks)
Attachment #413448 - Flags: review?(ghendricks) → review+
Flags: approval+
Checking in template/en/default/request/queue.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/request/queue.html.tmpl,v  <--  queue.html.tmpl
new revision: 1.24; previous revision: 1.23
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Summary: jumping from request queue to a request should generate a requestlist for navigation → Display a link below each table in request.cgi pointing to its corresponding buglist
Keywords: relnote
Added to the release notes in bug 547466.
Keywords: relnote
Blocks: 578007
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: