#3567 closed defect (bug) (fixed)
Redirect my-patches and my-patches/all URLs for updated reports
Reported by: | stevenlinx | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
There are inconsistencies between "my-patches
| my-patches/all
" pair and "my-comments
| my-comments/all
" pair
The "my-comments
| my-comments/all
" pair work as they should, pointing to report {53} and {54} respectively:
https://core.trac.wordpress.org/my-comments
https://core.trac.wordpress.org/my-comments/all
The "my-patches
| my-patches/all
" pair need to be updated:
https://core.trac.wordpress.org/my-patches
https://core.trac.wordpress.org/my-patches/all
The respective "patches" reports in question are report {25} and {29}.
Previously, both report {25} and report {29} were duplicates and show open tickets. However, report {29} already has the title "Open Tickets with My Patches", so if either one of them need to be updated, updating report {25} to include both open & closed tickets is more appropriate.
After I raised the issue of duplicate reports, one of the meta admins acknowledged the issue and has updated the content of report {25} to include both open & closed tickets.
Currently, my-patches
still points to report {25} when it should be redirected to report {29} (open tickets). my-patches/all
currently does not point to any report and should be redirected to the updated report {25} (open & closed tickets).
As a result, the remaining task is to redirect the URLs:
my-patches
=> report {29} (open tickets)
my-patches/all
=> report {25} (open & closed tickets)
Change History (5)
#2
@
6 years ago
- Owner set to dd32
- Status changed from new to accepted
I'm assuming these are probably server-level redirects somewhere, I'll see if I can locate it.
#3
@
6 years ago
- Keywords pending-systems added
Made a systems request: https://make.wordpress.org/systems/2018/06/08/core-trac-wordpress-org-redirect-updates/
@dd32 Do you know where these URLs are handled?