Making WordPress.org

Opened 5 months ago

Closed 3 months ago

#8228 closed defect (bug) (fixed)

Handbook profile activity items should link to the article

Reported by: dd32 Owned by: yani.iliev
Priority: normal Milestone:
Component: Profiles Keywords:
Cc:

Description

Updated a handbook page on Make WordPress.org.

What page did I update?

The profile feed should link to the handbook page if it's a public page.

The activity metadata doesn't appear to store the data, so it's probably a two-step issue.

Change History (1)

#1 @yani.iliev
3 months ago

  • Owner set to yani.iliev
  • Resolutionfixed
  • Status newclosed

In 14957:

Profiles: Link the handbook page from handbook-update activity items.

The activity notifier already sends the page title and permalink on handbook updates, but the handler's digest path discarded them. While a digest holds a single update, link the page itself: "Updated the handbook page [title] on [site]". Multiple same-day updates still collapse to the existing "Made N updates" summary. The singular string is percent-escaped because digest_bump() passes it back through sprintf().

Props dd32
Fixes #8228

Note: See TracTickets for help on using tickets.