Skip to:
Content

BuddyPress.org

Changeset 14068 for trunk/blueprint.json


Ignore:
Timestamp:
11/01/2024 06:07:04 AM (13 months ago)
Author:
imath
Message:

Improve BuddyPress compatibility with WP Playground previews

  • Avoid using SIGNED casting into the SQL query retrieving the signup field IDs as it's generating an error with WP Playground SQLite db.
  • Make sure BP URI globals are set during Ajax requests passing the current displayed page canonical URL into these requests.
  • Ignore the bp-message cookie when its value is set to deleted to prevent the wrong display of a template notice when BP Legacy is the active template pack.
  • Update JSON blueprints to latest WP Playground's blueprint schema.

Props espellcaste

Fixes #9207
Closes https://github.com/buddypress/buddypress/pull/389

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blueprint.json

    r13907 r14068  
    66        "wp": "latest"
    77    },
    8     "phpExtensionBundles": [
    9         "kitchen-sink"
    10     ],
     8    "login": true,
     9    "siteOptions": {
     10        "blogname": "BuddyPress stable Playground"
     11    },
    1112    "steps": [
    1213        {
    13             "step": "login",
    14             "username": "admin",
    15             "password": "password"
     14            "step": "installPlugin",
     15            "pluginData": {
     16                "resource": "wordpress.org/plugins",
     17                "slug": "buddypress"
     18            }
     19        },
     20        {
     21            "step": "activateTheme",
     22            "themeFolderName": "twentytwentyfour"
    1623        }
    1724    ]
Note: See TracChangeset for help on using the changeset viewer.