Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply browser-targeted WordPress patches via Blueprints, not in remote.html #706

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

adamziel
Copy link
Collaborator

@adamziel adamziel commented Oct 16, 2023

Enables patching arbitrary WordPress bundles for compatibility with web
browsers. Without this PR, remote.html applies these patch right after
the WordPress module is loaded into the /wordpress VFS directory.
However, in #700 we want to enable using an arbitrary WordPress build
from any PR in wordpress-develop. We must, thus, expose a way of
applying the necessary patches.

Testing instructions

  1. Start Playground, log out
  2. Go to /wp-login.php
  3. Confirm there's a message explaining what login credentials to use
CleanShot 2023-10-16 at 12 40 13@2x

…e.html.

Enables patching arbitrary WordPress bundles for compatibility with web
browsers. Without this PR, remote.html applies these patch right after
the WordPress module is loaded into the /wordpress VFS directory.
However, in #700 we want to enable using an arbitrary WordPress build
from any PR in wordpress-develop. We must, thus, expose a way of
applying the necessary patches.

Testing instructions

1. Start Playground, log out
2. Go to /wp-login.php
3. Confirm there's a message explaining what login credentials to use
@adamziel adamziel force-pushed the move-web-wp-patches-to-blueprints branch from 5d8c9d9 to 78ef1b2 Compare October 16, 2023 10:35
@adamziel adamziel merged commit 392a615 into trunk Oct 16, 2023
4 checks passed
@adamziel adamziel deleted the move-web-wp-patches-to-blueprints branch October 16, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant