Closed
Conversation
|
Size Change: +1.14 kB (0%) Total Size: 1.33 MB
ℹ️ View Unchanged
|
…tings (WordPress#48057) * Schema and docs: Add dimensions and position settings * Fix typos and nit picks --------- Co-authored-by: Aaron Robertshaw <[email protected]>
* Upgrade Playwright to 1.30.0 * Update doc for best practices * Fix snapshot path * Fix strict locator * Try to fix safari test * Update image test to use visual testing * Update docs/contributors/code/e2e/README.md Co-authored-by: Glen Davies <[email protected]> * Drop unnecessary await in toMatchSnapshot Co-authored-by: Bart Kalisz <[email protected]> --------- Co-authored-by: Glen Davies <[email protected]> Co-authored-by: Bart Kalisz <[email protected]>
This PR introduces a new block to the Gutenberg Mobile editor.
…ss#47986) * Link control: fix scrollbar displayed on toggle * Update changelog * Add comment * Fix comment url
* Mobile - Update E2E tests * Mobile - Merge media tests into one * Mobile - E2E - Remove block return await * Mobile - Package remove extra space * Mobile - Combine more E2E tests into one file * Mobile - E2E helpers - Update helpers to use waitForElementToBeDisplayedById * Mobile - Media Blocks E2E - Update comments * Mobile - Set accessibility label prop for BlockTypesList instances
* code quality fixes * add no pause rule * Update .eslintrc.js Co-authored-by: Kai Hao <[email protected]> * Update test/e2e/specs/editor/blocks/navigation.spec.js Co-authored-by: Kai Hao <[email protected]> * Update test/e2e/specs/editor/blocks/navigation.spec.js Co-authored-by: Kai Hao <[email protected]> * Update test/e2e/specs/editor/blocks/navigation.spec.js Co-authored-by: Kai Hao <[email protected]> * Update test/e2e/specs/editor/blocks/navigation.spec.js Co-authored-by: Kai Hao <[email protected]> * remove type from docs * add page as an argument --------- Co-authored-by: Kai Hao <[email protected]>
- @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected]
* Add missing files to lib/load.php` * Guard loading the experimental files
…tifications (WordPress#48066) * Navigation: Update the dependecies for the useEffect that handles notifications * also update deps for the usememo * update more deps * reorder code so dependencies are defined
…n changes (WordPress#46895) * List View: Try scrolling selected blocks into view when single block selection changes * Use getScrollContainer and calculate real top position of scrollable area instead of using a hard-coded value * Try rearranging things so that the ref is always attached at the row level * Move placeholder to its own file * Tidy up a little * Tidy comments * Remove unneeded optional chaining Co-authored-by: Kai Hao <[email protected]> * Simplify and improve logic based on feedback Co-authored-by: Kai Hao <[email protected]> * Remove unneeded optional chaining Co-authored-by: Kai Hao <[email protected]> * Revert placeholder component, update showBlock logic so that selected blocks are rendered as real ListViewBlock components --------- Co-authored-by: Kai Hao <[email protected]>
…8088) * Global styles sidebar: Allow text labels on buttons * Simplify labels * Update e2e tests * Fix failing test Co-authored-by: Kai Hao <[email protected]> --------- Co-authored-by: Kai Hao <[email protected]>
* Post editor: revert iframed editor for WP core only * Use env var
* Page List: Move modal to it's own file * Reorganize convert to links modal --------- Co-authored-by: Alex Lende <[email protected]>
This updates the configuration scripts to support passing a new --xdebug flag to wp env start, which will install and configure XHProf support to the WordPress environment. To enable profiling, you'll need to edit the wp-config.php file to include the following code where the `wp-settings.php` file is included: ```php // start profiling xhprof_enable(); /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; // stop profiler $xhprof_data = xhprof_disable(); // display raw xhprof data for the profiler run print_r($xhprof_data); ``` For more info about how to configure XHProf, see: https://github.com/longxinH/xhprof. Also see the original Facebook docs for XHProf here: http://web.archive.org/web/20110514095512/http://mirror.facebook.net/facebook/xhprof/doc.html.
1988c13 to
b48de12
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
This updates the configuration scripts to support passing a new --xdebug flag to wp env start, which will install and configure XHProf support to the WordPress environment. To enable profiling, you'll need to edit the wp-config.php file to include the following code where the
wp-settings.phpfile is included:For more info about how to configure XHProf, see: https://github.com/longxinH/xhprof.
Also see the original Facebook docs for XHProf here: http://web.archive.org/web/20110514095512/http://mirror.facebook.net/facebook/xhprof/doc.html.
Why?
XHProf is an open source application profiler for PHP. This would allow anyone using the @wordpress/env package to start an environment with the profiler configured in order to more easily profile their application.
How?
This installs XHProf to the docker environment from PECL during setup and includes the correct
php.iniconfiguration so thatXHProfis available to the applocation.Testing Instructions
To test this experiment, you'll need to clone this repo, and check out this branch. Then cd to the
packages/envdirectory and usenpm linkto create a symlink for the@wordpress/envpackage from this fork. Then, in the project where you want to test this package, runnpm link @wordpress/envto use the symlinked version of the package and runnpm run wp-env start -- --xhprofto start the environment with XHProf enabled.You'll then need to edit your environment's wp-config.php file to include the snippet above in the PR description.
Testing Instructions for Keyboard
Screenshots or screencast