buddypress/tests/phpunit/testcases
Mathieu Viet 33c6c87f79 Silently introduce block support for Activity content
Functions and filters bringing support for Block based activity content are disabled by default. We're adding these so that it's easier to progress on building a Block Based activity post form from a feature as a plugin and the BP Attachments BuddyPress Add-on. To allow Activity content to support blocks, we simply need to use this filter `add_filter( 'bp_is_activity_blocks_active', '__return_true' ); `.

This commit also allowes community users to share more than 2 links when these links are coming from the website BuddyPress is activated on.

Closes https://github.com/buddypress/buddypress/pull/38
Fixes #8765



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13370 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2022-11-19 10:26:02 +00:00
..
activity Make sure an activity is created when adding a site from network admin 2022-10-23 02:21:19 +00:00
admin Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
blogs Make sure an activity is created when adding a site from network admin 2022-10-23 02:21:19 +00:00
core Silently introduce block support for Activity content 2022-11-19 10:26:02 +00:00
friends Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
groups Eventually include inactive users in group's members count 2022-11-07 20:32:51 +00:00
members Add missing global cache groups 2022-10-06 22:14:05 +00:00
messages BP Messages: make sure Threads unread count is consistent 2022-10-11 19:10:58 +00:00
notifications Clear the user notification cache when bulk marking as unread items 2022-02-25 13:37:47 +00:00
routing Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
settings Improve sanitization of email notification settings. 2015-11-11 03:22:53 +00:00
testsuite Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
xprofile xProfile: allow the loop to fetch fields from multiple fields group 2022-11-08 06:27:01 +00:00