Making WordPress.org

Opened 10 years ago

Closed 10 years ago

#2209 closed enhancement (fixed)

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

Reported by: SergeyBiryukov Owned by: coffee2code
Priority: normal Milestone:
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 10 years ago.
meta-2209.2.patch (911 bytes ) - added by SergeyBiryukov 10 years ago.
meta-2209.3.patch (1.9 KB ) - added by SergeyBiryukov 10 years ago.
meta-2209.4.patch (1.9 KB ) - added by SergeyBiryukov 10 years ago.

Download all attachments as: .zip

Change History (14)

#1 @SergeyBiryukov
10 years ago

  • Keywords commit added

#2 @SergeyBiryukov
10 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
10 years ago

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

#5 @coffee2code
10 years ago

  • Owner set to coffee2code
  • Resolutionfixed
  • Status newclosed

In 5115:

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

Props SergeyBiryukov.
Fixes #2209.

#6 @SergeyBiryukov
10 years ago

  • Resolution fixed
  • Status closedreopened

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

#7 @SergeyBiryukov
10 years ago

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

#8 @SergeyBiryukov
10 years ago

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

#9 @coffee2code
10 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
10 years ago

  • Resolutionfixed
  • Status reopenedclosed

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.