Making WordPress.org

Opened 7 years ago

Closed 6 years ago

Last modified 6 years ago

#3567 closed defect (bug) (fixed)

Redirect my-patches and my-patches/all URLs for updated reports

Reported by: stevenlinx's profile stevenlinx Owned by: dd32's profile 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)

#1 @obenland
6 years ago

@dd32 Do you know where these URLs are handled?

#2 @dd32
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.

#4 @obenland
6 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

#5 @obenland
6 years ago

  • Keywords pending-systems removed
Note: See TracTickets for help on using tickets.