#4673 closed defect (bug) (fixed)
"My url" in Core > My Patches is incorrect
Reported by: | donmhico | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-screenshots |
Cc: |
Description
If you go to https://core.trac.wordpress.org/my-patches, you'll see that the URL which is supposed to be current logged-in user's URL is incorrect.
Instead of
By default, it shows tickets for the current user, however, you may define it via the URL as such: http://core.trac.wordpress.org/report/29?USER=dd32
What I should be seeing is
By default, it shows tickets for the current user, however, you may define it via the URL as such: http://core.trac.wordpress.org/report/29?USER=donmhico
Attachments (1)
Change History (5)
#3
@
5 years ago
Ohh alright. But I do think that having "our own" link in there would make a lot more sense. Or at the very least change
By default, it shows tickets for the current user, however, you may define it via the URL as such: http://core.trac.wordpress.org/report/29?USER=dd32
to something like
You can also view other users' patches by using the url format http://core.trac.wordpress.org/report/29?USER={USERNAME}
#4
@
5 years ago
- Keywords needs-patch removed
- Resolution changed from worksforme to fixed
Changed the report description to:
By default, this report shows tickets for the current user, however, you may view other users' patches using URL like: https://core.trac.wordpress.org/report/29?USER=username, where
username
should be replaced with a WordPress.org username.
That should hopefully make it clearer :)
Note: See
TracTickets for help on using
tickets.
Welcome to #meta trac @donmhic and thanks for creating this ticket.
What is there is correct, it's an example link, the example is displayed so that you can use it to look up any contributors username and see their submitted patches.
This way you can see your patches at
Or use your username
donmhico
directly:DD32's patches at:
My, netweb patches at:
https://core.trac.wordpress.org/report/29?USER=netweb
As such I'm going to close this ticket as
worksforme
as the functionality works intented