Skip to content
Draft
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1700671
Add initial block editor controller
JPry Apr 12, 2025
dda5f3c
Add methods for block loading for post type
JPry Apr 12, 2025
db3c594
Use ::class to reference the registered classes
JPry Apr 12, 2025
e768b39
Register the Block_Logic provider
JPry Apr 12, 2025
1fa5e2e
Mark the editor class as deferred
JPry Apr 12, 2025
a1147d1
Remove no-op method
JPry Apr 12, 2025
bca4bc0
Tweak Regexes
JPry Apr 12, 2025
0c157fe
Correct docblock parameters
JPry Apr 12, 2025
af0d79c
Simplify dynamic block stripping
JPry Apr 12, 2025
8a915aa
Fix typo
JPry Apr 12, 2025
3f34216
Use interpolation and clean up some methods
JPry Apr 12, 2025
d9dcd1f
Apply formatting to the file
JPry Apr 12, 2025
8f5c80b
Move current_screen action earlier
JPry Apr 15, 2025
f785479
Add check for whether we're in the admin in block loading logic
JPry Apr 15, 2025
0410907
Add check for post type in block logic
JPry Apr 15, 2025
8e49fb8
Move register hook depending on admin/frontend
JPry Apr 15, 2025
9523f69
Use ::class references
JPry Apr 15, 2025
83af5b6
Update filter docblock to indicate the screen object might not be set
JPry Apr 15, 2025
7910183
Use $default for is_admin() condition
JPry Apr 15, 2025
96d1668
Add block logic before running the block registration action
JPry Apr 16, 2025
3c991f3
Disable the classy check
JPry Apr 16, 2025
32650b9
Update docblock for the editor provider
JPry Apr 16, 2025
3c40e2a
Update composer dependencies
JPry Apr 16, 2025
0a851dd
Add 'editor' to PhpStorm meta, and sort lines
JPry Apr 23, 2025
f09e777
Mark tribe_exit() as an exit point
JPry Apr 23, 2025
d7dccc0
Update test setup method
JPry Apr 23, 2025
3126de7
Add more detailed docblock to screen field
JPry Apr 29, 2025
3704379
Rename the filtering function
JPry Apr 29, 2025
664ce0c
Update docblock for function return value
JPry Apr 29, 2025
921c1a2
Use tribe cache instead of static caching
JPry Apr 29, 2025
bf2a9c0
Add a condition for admin ajax requests
JPry Apr 29, 2025
4865d3b
Updates to satisfy PHPCS
JPry Apr 29, 2025
bae986d
Use default call for cache get()
JPry Apr 30, 2025
2e5b84c
Create separate method for editor check
JPry Apr 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading