buddypress/tests/phpunit/testcases
Mathieu Viet 84851c1f90 Support date queries for Members, Groups and Sites
According to components, date queries can be restricted to a limited list of loop types:

- For Members, the `$type` parameter in `bp_has_members()` needs to be either `active`, `newest`, `random` or `online`.
- For Groups, the `$type` parameter in `bp_has_groups()` needs to be either `active` or `newest`.
- For sites, the `$type` parameter in `bp_has_blogs()` needs to be either `active` or `newest`.

Props r-a-y

Fixes #8488



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13184 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2021-12-12 14:09:02 +00:00
..
activity Group the BP_Activity_Activity::get_id() method params into an array 2021-11-14 15:51:15 +00:00
admin Retire Legacy Forums. 2017-12-08 00:22:09 +00:00
blogs Support date queries for Members, Groups and Sites 2021-12-12 14:09:02 +00:00
core Support date queries for Members, Groups and Sites 2021-12-12 14:09:02 +00:00
friends Marking deprecated query classes, their methods, arguments as deprecated in the BP_Friends_Friendship and BP_Friends_Friendship classes. 2021-08-22 03:16:06 +00:00
groups Support date queries for Members, Groups and Sites 2021-12-12 14:09:02 +00:00
members Remove a new_avatar activity when an avatar was deleted from history 2021-12-11 19:40:10 +00:00
messages Adding support to paginate messages/recipients to the BP_Messages_Box_Template class. 2021-11-13 18:54:07 +00:00
notifications Improve SQL performance when updating/deleting a list of notifications 2021-09-19 15:58:09 +00:00
routing Adapt BuddyPress to WP 5.1.0 multisite changes & deprecations 2020-03-31 02:45:13 +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: prevent the Name field to override WP Field Types on signup 2021-10-09 17:13:00 +00:00