Opened 3 years ago
Last modified 3 years ago
#11898 new enhancement
Pagination For Browse Source in Plugin Trac
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org site | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When you view Browse Source in Plugin Trac it lists 7,000 plugins. This take a long time to load and isn't readable. This page needs pagination or something else.
Related: http://trac.edgewall.org/ticket/6101[[BR]]
This was talked about breifly during the dev meeting on January 14th, 2010: https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2010-01-14#m56068
Change History (4)
If WordPress developers create there own Trac plugin, it might be a good idea to read through other areas of Trac that do pagination, such as the Ticket Query.
I've done a little research. This isn't a unique problem, but no one has made a public fix for it yet, as far as I can tell. I'm not sure how easy a fix is going to be, it's clearly above my level of experience (limited knowledge in Trac & Python). It would definitely help to get a Trac expert in here to solve this.
can you cross-post this in the trac trac?
Specific ticket upstream: http://trac.edgewall.org/ticket/6101

The Browse Source page is loaded through: .../trac/versioncontrol/web_ui/browser.py