evolution / genesis-wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
655 stars 59 forks source link

Use "no-content" download when upgrading WordPress #118

Closed ericclemmons closed 10 years ago

ericclemmons commented 10 years ago

http://api.wordpress.org/core/version-check/1.7/ http://wordpress.org/wordpress-3.8.1-no-content.zip

ericclemmons commented 10 years ago

@jameswlane @ericrasch @jimmynotjim I can't remember why I put this in here.

Was it so that we didn't get themes or plugins when upgrading?

Did we want this behavior to be the default when starting from scratch (my gut says "no")?

jameswlane commented 10 years ago

This is from WordPress own download API it will download just the WordPress core without the wp-content directory

jameswlane commented 10 years ago

We was talking about adding a upgrade feature and this would allow us to upgrade WordPress without having to deleting themes and plugins we don't work IE: Hello Dolly, Twenty Ten.

I agree not to use this from scratch I am more thinking Genesis:Upgrade and it using the no-content package

ericclemmons commented 10 years ago

We may be handling WordPress as a dependency for v1.0.0, so I'm not sure what we'll do here.

Closing for now, but if we still version WordPress with the repo, we'll have the generator use the no-content download if it's not a new project.

jameswlane commented 10 years ago

That sounds like a better plan!