Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8408 closed defect (bug) (fixed)

The activity generated when an avatar is uploaded should belong to the members component

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 8.0.0 Priority: normal
Severity: normal Version: 6.0.0
Component: Members Keywords: has-patch
Cc:

Description

In 6.0.0 we forgot to move the new_avatar activity from the xProfile component to the members one. See #8407. Let's do it once the string freeze period is over in 8.0.0.

Attachments (1)

8408.patch (11.5 KB) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (5)

#1 @imath
3 years ago

  • Milestone changed from Up Next to 8.0.0

#2 @vapvarun
3 years ago

@imath We can also display avatar with new_avatar activity after someone changed their profile image

@imath
3 years ago

#3 @imath
3 years ago

  • Keywords has-patch added; needs-patch removed

8408.patch is:

  • deprecating xProfile functions & filters about the new_avatar activity types.
  • adding new ones into the members component
  • updating existing $wpdb->bp_activity rows so that existing new_avatar activity items are now using the members component
  • updating the raw_db_version

PS: @vapvarun thanks for your comment, these activities will be taken in account (each time the avatar is added/updated)

#4 @imath
3 years ago

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

In 12851:

The new_avatar activity belongs to the Members component

The activity generated when members add/update their profile photo wasn't migrated to the Members component during the 6.0.0 milestone. This commit's goal is to repare this oversight.

See #8156
See #8407
Fixes #8408

Note: See TracTickets for help on using tickets.