Opened 5 years ago
Closed 3 years ago
#4861 closed defect (bug) (fixed)
Themes Trac doesn't like the Browser
Reported by: | wpamitkumar | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Trac | Keywords: | has-screenshots pending-systems |
Cc: |
Description
When I open this link it shows me 502 Bad Gateway.
Attachments (2)
Change History (7)
#1
@
5 years ago
- Component changed from WordPress.org Site to Trac
- Priority changed from normal to low
- Summary changed from 502 Bad Gateway to Themes Trac doesn't like the Browser
#4
@
3 years ago
- Keywords pending-systems added
- Priority changed from low to lowest
Upstream ticket from 15 years ago for paging: https://trac.edgewall.org/ticket/6101
We've already dealt with this for the Plugins trac by redirecting /browser$
to the plugins homepage, I guess we'll do the same for themes.
I considered just removing the Browser menu item, but that doesn't do much for the other links to the page, so the plugins option seems better.
Created a systems request: https://make.wordpress.org/systems/2021/12/16/disable-themes-trac-browser-for-root-index/
#5
@
3 years ago
- Resolution set to fixed
- Status changed from new to closed
Requests to the Themes index on themes.trac now redirects to w.org/themes:
$ curl -Is https://themes.trac.wordpress.org/browser/ | grep ^location location: https://wordpress.org/themes/
This is what we do for Plugins, and is better than the 502.
Note: See
TracTickets for help on using
tickets.
This is known, and due to the significant number of themes on the Trac.
A likely fix will be to disable the page entirely so that a 502 is never seen.