-
Notifications
You must be signed in to change notification settings - Fork 19
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
Version 5: enhanced block editing and self-hosting #224
Open
mlwilkerson
wants to merge
320
commits into
master
Choose a base branch
from
epic/v5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* wire-up faApiUrl to front end for icon chooser - also, auto-formatting * refactor queryCache * refactor building prefixed keys * implement clearQueryCache() * run clearQueryCache() when fetching kits data * remove console log * make access token refresh more robust * refactor access token getter code * ignore .zed project settings * add comments * remove unused * update phpactor exclusions * auto-formatting * sniff fixes * update phpactor config * add return type * adding some more return types * update doc * throw NoAccessTokenException * indicate internal-onlyuse * remove obsolete code * improve classic editor TinyMCE plugin, toward 1:1 relationship between icon chooser and TinyMCE instance * remove obsolete injection of icon chooser container div for classic editor * update plugin-nu description and version * disable phpactor phpcs * distinguish between TinyMCE editors by editor_id * increase height of property section on style modal to better fit custom color picker ...and auto-formatting * initial re-write of self-hosting exception messages. * include missing algo name in exception message * auto-formatting and cleaning * update all JS bundles to use lodash-es deep imports to avoid overwriting global lodash * rebuild block-editor bundle * rebuild classic-editor bundle * rebuild icon-chooser bundle * rebuild admin bundle * auto-formatting * update more admin bundle lodash exports to use lodash-es * rebuild admin bundle * change the timing of when to load block assets solves the problem with the global lodash _ being reset to undefined * rearrange * auto-formatting * manual formatting of doc comments * add block_init.php to phpcs config * add back a missing lodash has import * rebuild admin bundle * in admin bundle, migrate to using the lodash that ships with WordPress * update block-editor to use the WordPress built-in lodash * rebuild admin bundle * use WP built-in lodash for icon-chooser bundle * use WP built-in lodash for classic-editor bundle * make the retrieval of an access token conditional on using a kit * rebuild icon-chooser bundle * remove custom fixups for globals like lodash and moment now that we're using @wordpress/scripts more conventionally, we can rely on those to externalize such libraries and ensure that our bundles don't load conflicting globals * WIP: fixing up phpcs errors and warnings * rename block init file to satisfy phpcs
fix zip bundle
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.
closes #220
closes #212
Original PR: #223 (renamed branch)
TODO: