Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2209 closed enhancement (fixed)

Rosetta: "You are currently editing the user" should link to WP.org profile

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: International Sites (Rosetta) Keywords: has-patch commit
Cc:

Description

When adding a new PTE in Rosetta, it displays the following string:

You are currently editing the user <em>username</em>.

For easier user management, username should be a link to the WP.org profile rather than a plain text string.

Attachments (4)

meta-2209.patch (985 bytes) - added by SergeyBiryukov 8 years ago.
meta-2209.2.patch (911 bytes) - added by SergeyBiryukov 8 years ago.
meta-2209.3.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.
meta-2209.4.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.

Download all attachments as: .zip

Change History (14)

#1 @SergeyBiryukov
8 years ago

  • Keywords commit added

#2 @SergeyBiryukov
8 years ago

A couple of use cases:

  • When adding a plugin or theme author as PTE for their project in their native language, it would be handy to be able to view the author's other plugins or themes and maybe add them as a PTE for those projects too.
  • When adding someone as a PTE, GTEs often take a look at the user's activity on WP.org in general, which might have an effect on the decision.

#3 @SergeyBiryukov
8 years ago

  • Summary changed from "You are currently editing the user" should link to WP.org profile to Rosetta: "You are currently editing the user" should link to WP.org profile

#5 @coffee2code
8 years ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from new to closed

In 5115:

Rosetta Roles: Link the username of the current user on edit page to w.org profile.

Props SergeyBiryukov.
Fixes #2209.

#6 @SergeyBiryukov
8 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

edit-cross-locale-pte.php was added in the meantime in [4929], needs a similar change: meta-2209.2.patch.

#7 @SergeyBiryukov
8 years ago

Just realized we could add the link without changing the existing string, see meta-2209.3.patch.

#8 @SergeyBiryukov
8 years ago

meta-2209.4.patch also removes <em> tags, as we don't display profile links in italics anywhere else.

#9 @coffee2code
8 years ago

In 5129:

Rosetta Roles: Remove recently introduced markup from pre-existing translated string and remove unnecessary <em>.

Props SergeyBiryukov.
See #2209.

#10 @coffee2code
8 years ago

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

In 5130:

Rosetta Roles: Link the username of the current user on cross-locale PTEs edit page to w.org profile.

Props SergeyBiryukov.
Fixes #2209.

Note: See TracTickets for help on using tickets.