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 import and export logic #110

Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d9543b9
Add rough import / export logic and debug input fields
artemiomorales Jan 12, 2023
53f2ea7
Move export logic to PHP
artemiomorales Jan 17, 2023
c4bdd8f
Migrate import logic to PHP
artemiomorales Jan 20, 2023
4e7813e
Add support for exporting/importing database; remove export of 'wp-in…
artemiomorales Jan 23, 2023
502271d
Remove extra spaces around PHP declarations and extraneous closing tags
artemiomorales Jan 23, 2023
3064736
Move DOCROOT const to config file
artemiomorales Jan 23, 2023
1dcdd0e
Add error handling to custom PHP run() code; rename variables
artemiomorales Jan 23, 2023
03a0a96
Install WordPress Importer by default in WP bundle
artemiomorales Jan 31, 2023
00457a5
Rebuild WordPress versions
artemiomorales Jan 31, 2023
cd720c1
Fix full site editing
artemiomorales Feb 8, 2023
9c997bb
Add UI for migration logic
artemiomorales Feb 10, 2023
fe837c0
Reset build/ folder to HEAD
artemiomorales Feb 11, 2023
e48b217
Rebuild WP bundles to include WordPress Importer
artemiomorales Feb 11, 2023
b505cf5
Add descriptive text for modal
artemiomorales Feb 11, 2023
e9c1400
Add WordPress version to export filename
artemiomorales Feb 11, 2023
6e62b40
Fix bug when using PHP 7.0-7.3
artemiomorales Feb 14, 2023
f92cb88
Move generateZipFile() code to separate PHP file; begin adding tests
artemiomorales Feb 24, 2023
6f9a3b6
Begin moving import code to separate file; add tests
artemiomorales Feb 24, 2023
5333bbd
Move import overwrite logic to separate file; add tests; fix a bug
artemiomorales Feb 24, 2023
0badcd2
Add known limitations regarding media, options/users, and plugins to …
artemiomorales Feb 24, 2023
429f07b
Replace rmSync calls with rmdirSync to remove Typscript warnings
artemiomorales Feb 24, 2023
a969224
Fix code formatting and spacing issues
artemiomorales Feb 24, 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
Prev Previous commit
Next Next commit
Add known limitations regarding media, options/users, and plugins to …
…modal
artemiomorales committed Feb 24, 2023
commit 0badcd242ae1483771121eb0e77607786ed07be9
3 changes: 2 additions & 1 deletion src/wordpress-playground/wordpress.html
Original file line number Diff line number Diff line change
@@ -435,7 +435,8 @@ <h2 tabindex="0">Import Playground</h2>
<strong>Known Limitations</strong><br/>
<ul class="modal-text-list">
<li>Styling changes may take up to one minute to update.</li><br/>
<li>Migrating between different WordPress versions is not supported.</li>
<li>Migrating between different WordPress versions is not supported.</li><br/>
<li>Media files, options/users, and plugin state will not be included.</li>
</ul>
</p>
<div class="inputs-container">