[buddypress-trac] [BuddyPress] #2569: [patch] Register Update Actions
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon Aug 2 14:49:50 UTC 2010
#2569: [patch] Register Update Actions
-----------------------+----------------------------------------------------
Reporter: jeffsayre | Owner: jeffsayre
Type: defect | Status: new
Priority: major | Milestone: 1.2.6
Component: Core | Keywords: has-patch, activity actions, activity registrations, privacy
-----------------------+----------------------------------------------------
Currently all activities of each of the core components are registered
with the activity component by hooking into the
bp_register_activity_actions action hook and calling the
bp_activity_set_action() function. However, there is one exception. The
update action is not registered. Whereas the update action ( recorded as
‘activity_update’ ), does get recorded whenever someone posts a new
update, this action is not registered with the activity component.
The included patch corrects this oversight, registering the
‘activity_update’ in the same manner that all the other core components’
activity actions are registered. This change will allow the Privacy
Component to enable a given user to set access rights to the viewing of
their updates. It will also allow for the successful privacy filtering of
this activity action.
--
Ticket URL: <http://trac.buddypress.org/ticket/2569>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list