lp:buddypress
- Get this branch:
- bzr branch lp:buddypress
Branch information
Import details
This branch is an import of the Subversion branch from http://svn.buddypress.org/trunk.
Last successful import was 1 hour ago.
Recent revisions
- 9494. By imath on 2019-12-06
-
Make sure users can register when the xProfile component is not active
In version 5.0.0, we've introduced an improvement to use the display name as the salutation in signup emails (see [12349]). To do so we rely on an xProfile's component function. When this component is not active, the function is also not available causing a fatal error and preventing the activation email to be sent. To fix this issue we are now checking the component is active before using the function to return the display name.
See #8174 (Trunk)
- 9493. By dcavins on 2019-12-04
-
Nouveau: Fix group uninivite AJAX handler logic.
Ensure that site admins, group admins and the original inviter can all delete a pending invitation.
Fixes #8167.
- 9492. By imath on 2019-11-29
-
Update phplint Grunt task excluding `src/bp-
core/compat/ php56/* .php` This should fix the failing Travis job (PHP: 5.3 WP_VERSION=4.8 BP_TRAVISCI=
travis: phpunit) See #8163 (Trunk)
- 9491. By imath on 2019-11-29
-
Compat classes to handle `Walker_
Nav_Menu: :walk() ` changes in WP 5.3 WordPress 5.3 modified the `Walker_
Nav_Menu: :walk() ` signature adding a third parameter to the method that is using the spread operator. johnjamesjacoby quickly fixed the issue in [12497] when PHP >=5.6. As our current PHP required version is 5.3, we need to provide a temporary compatibility mechanism to make sure our `BP_Walker_
Nav_Menu` will not generate errors when the PHP version is lower than 5.6 before raising the PHP required version in our next major release. props timothybjacobs, boonebgorges, imath
See #8163 (Trunk)
- 9490. By johnjamesjacoby on 2019-11-13
-
Admin: add `..$args` to Nav Walker to match signature in WordPress 5.3.
This commit is a quick fix for errors being triggered on WordPress.org.
- 9489. By imath on 2019-11-11
-
Make it possible to fetch a blog's avatar outside of the blogs loop
Passing 2 new parameters (`$blog_id` & `$admin_user_id`) to the `bp_get_
blog_avatar( )` function will return the corresponding blog's avatar without the need to run a blogs loop. Props espellcaste
Fixes #8150
- 9488. By imath on 2019-11-07
-
Use `WP_Admin_
Bar::add_ node()` to create new WP Admin Bar menu items `WP_Admin_
Bar::add_ menu()` has been deprecated in WordPress 5.4. As this `WP_Admin_Bar` method is a wrapper of `WP_Admin_ Bar::add_ node()` since the introduction of the WP Admin Bar into WordPress 3.3 we can safely do this move. Fixes #8158
- 9487. By imath on 2019-11-01
-
Bump WordPress required version to 4.8 & update Travis configuration
Props boonebgorges, netweb
Fixes #8155
- 9486. By imath on 2019-11-01
-
Edit the type of the `bp_block_
category( )` function's second argument Although this filter should always get a `WP_Post` as a second argument, it appears there is a risk this function is used directly passing a null value as the second argument. See this [https:/
/buddypress. org/support/ topic/since- update- to-5-0- buddypress- freezes- features- of-wordpress- backend/ support topic]. To prevent this risk of notice error, we are making sure the second argument is a `WP_Post` in a different way.
See #8152 (Trunk)
- 9485. By imath on 2019-11-01
-
Load the Member Avatar REST Controller from xProfile's component class
The Member Avatar feature needs the xProfile component to be active to be able to upload and delete local avatars. The [https:/
/developer. buddypress. org/bp- rest-api/ reference/ attachments/ member- avatar/ developer documentation] has been updated to inform about this requirement. props espellcaste
See #8151 (Trunk)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)