#8411 closed defect (worksforme)
regression: no ability to force TRAC reports to be single-paged
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | report system | Version: | none |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
TRAC reports used to be single page, now they are multi-paged.
This makes it a pain to find bug reports.
I used to be able to run the report and then use the browser to find a bug. In this way if I remembered just a word or two in the bug title I could find the bug.
Now I have to page through the report results. As a result, TRAC is now less useful and it takes 10x as long to do the same operation. This gets to be even more of a pain when in a meeting with lots of related bugs being discussed. So I constantly need to be guessing which page a given bug is on.
The hack approach that I am forced to fall back on is to run the report and then get the RSS feed for that report and search on that. Searching in the RSS feed is less useful because the bug descriptions are also present ( so more false hits on the words that I am searching on ).
Alternatively, I have to open each "page" of the same report in a different browser tab and do the search on each tab.
Multi-page reports: thanks for nothing.