View Issue Details

IDProjectCategoryView StatusLast Update
0001466mantisbtbugtrackerpublic2004-11-06 06:50
ReporterLuebbe Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformAll Browsers / Win98OSSuse Linux / ApacheOS Version0.17.0
Product Version0.17.0 
Fixed in Version0.19.1 
Summary0001466: How about having [prev] / [next] bugs buttons in the view_* pages as well?
Description

This way you wouldn't have to go back to the list to browse through ten consecutive new bugs. This is really bugging me :-)

TagsNo tags attached.

Relationships

has duplicate 0003423 closedvboctor Add next and previous buttons 
has duplicate 0001633 closedgrangeway getting some posiblity to navigate within the bug detail view. 
has duplicate 0003695 closedgrangeway Link to next/previous bug in detailed view bug screen 
has duplicate 0003860 closedgrangeway Navigation links in bugs view 
has duplicate 0003355 closedprescience improve navigation between bugs 

Activities

jslarve

jslarve

2003-05-19 18:55

reporter   ~0004321

I would also like to see this. Except in "bug_view_page.php", I'd want to see [next by ID][prev by ID]
[next by updated date][prev by updated date]

barnabas

barnabas

2003-05-29 01:33

reporter   ~0004331

I'm not sure that this exact functionality is possible or desireable, if you think about it. When there are multiple private projects in the database, there is no guarantee that the previous or next ID is visible to the current user. Really, moving next or previous only makes sense within the context of what you were viewing on the main view all bug page. Filters only exacerbate this UI difficulty.

jslarve

jslarve

2003-05-29 01:38

reporter   ~0004332

Barnabas - Even if this was enabled only for a "super user", this would be a great tool. As far as worrying about which filters were active, It would be way okay with me if filters were ignored.

epu

epu

2003-12-13 02:20

reporter   ~0004799

since mantis knows what project you're in, and has a cookie with your filter settings, it is not impossible to browse the list of bugs in your view query. But maybe querying each time is ineffecient and the query needs to be cached?

sambirsb

sambirsb

2003-12-13 07:48

reporter   ~0004804

I raised 0003423 which is essentially barnabus point. It is equally inefficient to go to n+1 from n when there are more than 1 projects in mantis. The only benefit in my opinion is to reference the filtered list so that you can cycle through the list in a next and previous manner. This feature would be invaluable for me as I have the unenviable task of managing priority within my project which means I am constantly going through each submitted defect. The next and previous button would cut the number of steps in half.

grangeway

grangeway

2004-08-28 07:55

reporter   ~0007269

The following patch, provides some support for this http://slacker.com/~paulr/patches/1.txt (against CVS Head / 0.19rc1)