Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 6 years ago

#8408 closed defect (bug) (fixed)

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

Reported by: imath Owned by: imath
Priority: normal Milestone: 8.0.0
Component: Members Version: 6.0.0
Severity: normal 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 6 years ago.

Download all attachments as: .zip

Change History (5)

#1 @imath
6 years ago

  • Milestone Up Next8.0.0

#2 @vapvarun
6 years ago

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

@imath
6 years ago

#3 @imath
6 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
6 years ago

  • Resolutionfixed
  • Status assignedclosed

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.