-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine all the separate importer views into a single one.
- Loading branch information
Showing
10 changed files
with
99 additions
and
418 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<p>This tool will rebuild all of the thumbnails for all of your images.</p> | ||
<p>Depending on the number of items you have, this could take anywhere from a minute to several hours. This process runs in the background until it's finished. Once you've started the process, please check this page for progress.</p> | ||
<p>If you don't have any of the source files on your WordPress server, this will download what it can from your storage service. Obviously this can be very slow going if you are processsing a lot of images. If you only want to regenerate thubmnails for a select group of images, use the bulk action in the media library's list view.</p> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<p>This tool will run any images that have already been uploaded to S3 through Amazon Rekognizer.</p> | ||
<p>Depending on the number of items you have, this could take anywhere from a minute to several hours. This process runs in the background until it's finished. Once you've started the process, please check this page for progress.</p> | ||
<p><strong>Note:</strong></p> | ||
<ol> | ||
<li>You <strong>MUST HAVE</strong> Rekognizer enabled and working in <a href="admin.php?page=media-tools-top">Tools Settings</a> before running this task.</li> | ||
<li>You <strong>MUST</strong> be using Amazon S3 for cloud storage.</li> | ||
<li>Your S3 bucket must be in a region that Rekognition can be used in.</li> | ||
</ol> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<p>This tool will import any media and documents you are currently hosting on this server to your cloud storage service.</p> | ||
<p>Depending on the number of items you have, this could take anywhere from a minute to several hours. This process runs in the background until it's finished. Once you've started the process, please check this page for progress.</p> | ||
<p><strong>Note:</strong></p> | ||
<ol> | ||
<li>If you upload any files while this process is running, you'll need to run this tool again after it finishes.</li> | ||
<li>This process DOES NOT delete your files on your server, you'll have to do that yourself manually.</li> | ||
<li>You <strong>MUST HAVE</strong> storage enabled and working in <a href="admin.php?page=media-tools-top">Tools Settings</a> before running this task.</li> | ||
</ol> |
Oops, something went wrong.