Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Fixes: #126, #119, #25, #72 #128

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fixes: #126, #119, #25, #72 #128

wants to merge 5 commits into from

Conversation

pryley
Copy link

@pryley pryley commented Jun 22, 2015

I split up the pull request into 3 separate commits.

If accepted, would you tag and make sure it gets pushed up to the WordPress Subversion repository? (For composer managed projects - http://wpackagist.org)

pryley added 3 commits June 22, 2015 12:09
double slash on cache upload path #119
Imagick never used as editor #126
- WPThumb & Media Manager #72
- By default we should stop WordPress generating any of the image sizes on upload #25

## Pull Request details:

WPThumb stores resized images in the cache folder, making it easy to backup only the originals. Problem is that it doesn't work for the core intermediate sizes so it mixes those resized images with the originals. Bad for backups.

A workaround was to disable the intermediate sizes in the media settings (by setting the size values to '0') to prevent Wordpress from cluttering up the uploads folder with unused theme sizes.

This is bad practice as the intermediate sizes are used throughout the WP-Admin and in the Media gallery. Without them, the original image sizes are always loaded and simply scaled down to fit by the browser.

This fix uses WPThumb to generate the core intermediate image sizes (thumbnail, medium, large) on upload, instead of Wordpress.
@pryley
Copy link
Author

pryley commented Jun 22, 2015

Hi @joehoyle, please look over this PR. Thanks

@willmot
Copy link
Member

willmot commented Oct 12, 2015

Ping @joehoyle

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants