buddypress/tests/phpunit/testcases
r-a-y aecfe75312 Messages: Introduce starring private messages feature.
This commit:
- Registers the 'star' feature into the BP Messages component and dynamically loads the `bp-messages-star.php` file if the feature is active.  By default, the feature is active, but can be disabled with the following snippet: `'bp_is_messages_star_active', '__return_false' );`
- Adds a 'Starred' box to the messages user subnav
- Adds an icon to star or unstar a message in a message or message thread loop
- Adds the 'Add star' and 'Remove star' options to the message thread 'Bulk Actions' dropdown menu
- Adds accompanying CSS and JS to the bp-legacy template pack.

Fixes #6331.

git-svn-id: https://buddypress.svn.wordpress.org/trunk@9846 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2015-05-06 23:42:53 +00:00
..
activity Ensure that we have a fake group ID when creating dummy activity item in test_bp_has_activities_groups_and_friends_scope(). 2015-04-28 19:33:44 +00:00
admin bp_core_get_directory_page_ids() should skip bp_is_active() check in save context. 2015-03-10 15:23:36 +00:00
blogs Blogs: Delete blogmeta cache when editing a site on the "Network Admin > Sites" page. 2015-05-06 04:36:24 +00:00
core Core: Introduce ability for components to register new features. 2015-05-06 23:01:27 +00:00
friends Don't create a current user by default in most unit tests. 2015-02-27 03:00:42 +00:00
groups Use groups_remove_member in groups_leave_group. 2015-04-27 19:10:10 +00:00
members Introduce member-type-specific Members directories. 2015-04-09 15:31:18 +00:00
messages Messages: Introduce starring private messages feature. 2015-05-06 23:42:53 +00:00
notifications Notifications: Ensure pagination works with $_GET parameters. 2015-03-01 13:34:15 +00:00
routing Introduce member-type-specific Members directories. 2015-04-09 15:31:18 +00:00
xprofile Improve parameter sanitization in xprofile_insert_field(). 2015-04-07 00:54:07 +00:00