Opened 21 years ago
Closed 17 years ago
#216 closed enhancement (fixed)
Paging Support: Report (ticket listing)
Reported by: | rocky | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Milestone: | 0.11 |
Component: | report system | Version: | devel |
Severity: | major | Keywords: | paginate query |
Cc: | coderanger@…, trac-ja@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Report (ticket listings) need to be have next/previous links and only show a certain number of items on the same screen.
Attachments (1)
Change History (17)
comment:1 by , 21 years ago
Milestone: | → 0.8 |
---|
comment:2 by , 20 years ago
Milestone: | 0.8 → 0.9 |
---|
comment:3 by , 19 years ago
Milestone: | 0.9 → 1.0 |
---|
comment:4 by , 18 years ago
comment:5 by , 18 years ago
Cc: | added |
---|
Though its only for queries, the Paginate Tickets plugin does this.
comment:9 by , 18 years ago
#5134 was closed as duplicate, and has a patch for report pagination on top of 0.10.x.
comment:10 by , 18 years ago
I attached the paginate patch for report. It works on trunc repository.
comment:11 by , 17 years ago
Keywords: | paginate query added |
---|---|
Milestone: | 1.0 → 0.12 |
Owner: | changed from | to
Priority: | normal → high |
#6127 has a solid starting point for this feature, see attachment:ticket:6127:Trac-0.11b1_reportpaginate_r412.patch.
comment:12 by , 17 years ago
Cc: | added |
---|
comment:13 by , 17 years ago
Milestone: | 0.12 → 0.11 |
---|
It seems that rendering the reports has become very costly with 0.11, so this patch comes at the right time.
comment:14 by , 17 years ago
Django as a new Paginator class that can be used: http://code.djangoproject.com/browser/django/trunk/django/core/paginator.py?rev=7353 (a newer version may exist)
comment:15 by , 17 years ago
Severity: | normal → major |
---|
comment:16 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Branch merged in trunk in r6901.
Many thanks to the Trac Japanese Translation Team for the initial patch.
Please file eventual problems with this feature as new tickets.
I would second this. we are a large company that has over 6K tickets in our current. I am interested in giving trac a whirl, but it needs to be able to page reporting queries. Even running reports on your own trac repository is slow with 675 results. with 6K it would be unbareable.