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

Add terminal to playground site #161

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
cdebaa8
Initial terminal commit
swissspidy Mar 18, 2023
412a82a
Add wp-cli phar
swissspidy Mar 18, 2023
8998613
Add wp-cli.phar to wp.data
Mar 18, 2023
18e035f
debugging wp-cli phar access/output
swissspidy Mar 18, 2023
b6f6fd2
Try allow running arbitrary commands
swissspidy Mar 18, 2023
774d6b4
Actually run commands
swissspidy Mar 18, 2023
91cfe71
fake cat command
Mar 18, 2023
e14ef90
Make it work
swissspidy Mar 18, 2023
3e3975d
Merge branch 'trunk' into wp-cli
swissspidy Mar 19, 2023
6080a88
Add phpunit.phar
Mar 19, 2023
12a4ce2
Merge branch 'wp-cli' of github.com:swissspidy/wordpress-playground i…
Mar 19, 2023
7302a23
Fix phpunit.phar and add beaht
Mar 19, 2023
8d68252
Switch to phpunit version 9
Mar 19, 2023
ce03350
Remove shebang lines from phar files
Mar 19, 2023
3b14063
Enable libxml for php in the browser
swissspidy Mar 19, 2023
80f37ab
Disable shell_exec and proc_close
swissspidy Mar 19, 2023
e242187
Slightly improve styling
swissspidy Mar 19, 2023
391f6fb
Rebuild php 8.1
swissspidy Mar 19, 2023
b27d61a
Remove now obsolete wp-cli.phar
swissspidy Mar 19, 2023
a4b1f6f
Add hacky phpunit support
swissspidy Mar 19, 2023
3526780
Compile all php versions with libxml
swissspidy Mar 19, 2023
07edc73
Add basic code editor
swissspidy Mar 19, 2023
5642b34
Merge branch 'trunk' into wp-cli
swissspidy Mar 19, 2023
8f51beb
Change documentRoot for wp develop
swissspidy Mar 19, 2023
33106af
Develop version
Mar 19, 2023
2dafbda
Work around Asyncify issue
swissspidy Mar 19, 2023
727db2a
Make develop branch working
swissspidy Mar 19, 2023
8f356fa
Move editor and terminal to modals
swissspidy Mar 19, 2023
d3b7d2a
update terminal
swissspidy Mar 19, 2023
da45339
Dockerfile for wordpress-develop
Mar 19, 2023
04f7dde
Fix conflcit
Mar 19, 2023
2a232ef
cleanup a bit
swissspidy Mar 19, 2023
c2ada8e
fix wp-config path
swissspidy Mar 19, 2023
ae2d501
Fix asyncify for php 8.0
swissspidy Mar 19, 2023
031de1a
remove gd test
swissspidy Mar 19, 2023
8da9062
fix phpunit config path
swissspidy Mar 19, 2023
e8ea434
Ignore php warnings
swissspidy Mar 19, 2023
b716194
Add sqlite support to the src directory of wordpress-develop
Mar 19, 2023
7a267ed
Merge branch 'wp-cli' of github.com:swissspidy/wordpress-playground i…
Mar 19, 2023
3f42742
Run the install process for the src part of wordpress-develop
Mar 20, 2023
654f1e1
Fix install for wordpress src in wp-develop
Mar 20, 2023
a7a4f84
Merge branch 'trunk' into wp-cli
swissspidy Mar 25, 2023
2c700cd
Cleanup
swissspidy Mar 25, 2023
86728ca
Separate editor.html
swissspidy Mar 25, 2023
a9ed0ce
Recompile all php versions for web
swissspidy Mar 25, 2023
c394220
exclude build files
swissspidy Mar 25, 2023
177055b
Merge branch 'trunk' into wp-cli
swissspidy Mar 27, 2023
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ var
__pycache__
packages/php-wasm/node/src/test/__test*
dist.zip
tsconfig.buildinfo
packages/*/build

# dependencies
node_modules
/.yarn
.rollup.cache

# IDEs and editors
/.idea
Expand Down
Loading