buddypress/tests/phpunit
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
..
assets Make sure the BP Attachments API behaves the right way when WordPress < 4.0 2015-05-02 20:55:07 +00:00
includes Drop BP tables during unit test install routine. 2015-05-04 14:05:12 +00:00
testcases Messages: Introduce starring private messages feature. 2015-05-06 23:42:53 +00:00
bootstrap.php Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00
multisite.xml Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00