Opened 5 months ago
Closed 4 months ago
#9185 closed task (fixed)
Use WP Playground to ease BuddyPress beta testing
Reported by: | 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
#5
@
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 isUpload Failed! Error was: Specified file failed upload test.
).
I need to investigate further.
Let's enjoy WP Playground to ease BP Beta testing
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9185