[buddypress-trac] [BuddyPress Trac] #6505: Separate actions and screens in Messages component
buddypress-trac
noreply at wordpress.org
Mon Jun 15 23:54:43 UTC 2015
#6505: Separate actions and screens in Messages component
-----------------------------------+------------------------------
Reporter: johnjamesjacoby | Owner: johnjamesjacoby
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.4
Component: Component - Messaging | Version: 1.0
Severity: normal | Resolution: fixed
Keywords: needs-patch |
-----------------------------------+------------------------------
Changes (by johnjamesjacoby):
* owner: => johnjamesjacoby
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9947"]:
{{{
#!CommitTicketReference repository="" revision="9947"
Messages: Separate actions from screen functions
This change extracts action-specific functionality from 2 message specific
screen functions (per the component coding standards) by introducing two
new functions in `bp-messages-actions.php` and hooking them to
`bp_actions`. These new functions handle the creation of new private
messages and notices, and the editing & deletion of existing notices.
A few additional improvements were also made to these functionalities:
* String improvements to provide additional clarity to site members
performing message related actions
* Code scrutinization and documentation improvements to better understand
what these functions are for and when they were introduced
* Updates to new helper functions introduced since these functions were
first introduced and last updated
Fixes #6505 (in trunk, for 2.4)
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6505#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list