Skip to:
Content

BuddyPress.org

Opened 5 months ago

Closed 4 months ago

#9185 closed task (fixed)

Use WP Playground to ease BuddyPress beta testing

Reported by: imath's profile imath Owned by:
Milestone: 14.0.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: needs-patch
Cc:

Description

Add a folder to list blueprint JSON files with URL to BuddyPress Beta/RC releases

We'll then be able to use a link looking like this into our announcement posts on BuddyPress.org:

https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/buddypress/buddypress/master/tests/blueprints/14-0-0-beta1.json

Change History (7)

This ticket was mentioned in PR #315 on buddypress/buddypress by imath.


5 months ago
#1

  • Keywords has-patch has-unit-tests added

Let's enjoy WP Playground to ease BP Beta testing

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9185

#2 @imath
5 months ago

In 13929:

Use WP Playground to ease BuddyPress beta testing

See #9185
Closes https://github.com/buddypress/buddypress/pull/315

#3 @espellcaste
5 months ago

I tested the link you provided here and looks good.

#5 @imath
4 months ago

  • Keywords needs-patch added; has-patch has-unit-tests removed

I've found various issues:

  • In BP Nouveau: Activity items action buttons are not styled the right way looks like the bp_current_component() is not set during the Ajax context.
  • In BP Legacy: a "Deleted" template error notice is always displayed.
  • this query SELECT object_id FROM wp_bp_xprofile_meta WHERE object_type = 'field' AND meta_key = 'signup_position' ORDER BY CONVERT(meta_value, SIGNED) ASC generates an error : General error: 1 no such column: SIGNED.
  • It's not possible to upload Avatars (error is Upload Failed! Error was: Please upload only these file types: JPG, JPEG, JPE, GIF, PNG, WEBP.) or cover images (error is Upload Failed! Error was: Specified file failed upload test.).

I need to investigate further.

Last edited 4 months ago by imath (previous) (diff)

This ticket was mentioned in Slack in #buddypress by espellcaste. View the logs.


4 months ago

#7 @imath
4 months ago

  • Resolution set to fixed
  • Status changed from new to closed

We can close this ticket, we used Playground to beta test 14.0.

I’ll convert my last comment as a ticket to work on during 15.0

Note: See TracTickets for help on using tickets.