<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2718.us blog &#187; upgrade</title>
	<atom:link href="http://2718.us/blog/tag/upgrade/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Child Themes to Upgrade-Proof Your Theme Changes</title>
		<link>http://2718.us/blog/2008/07/03/child-themes-to-upgrade-proof-your-theme-changes/</link>
		<comments>http://2718.us/blog/2008/07/03/child-themes-to-upgrade-proof-your-theme-changes/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 04:52:30 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[parent theme]]></category>
		<category><![CDATA[style.css]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp theme]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=47</guid>
		<description><![CDATA[I&#8217;ve had yet another why-didn&#8217;t-anyone-tell-me-sooner moment&#8211;child themes in WordPress.  From How To Protect Your WordPress Theme Against Upgrades (via Parent Child Themes and How I used a WordPress Child Theme To Redesign My Blog The Smart Way): Problem: You’ve finally found a theme you like but you want to modify it. The modifications are pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had yet another why-didn&#8217;t-anyone-tell-me-sooner moment&#8211;<strong>child themes</strong> in WordPress.  From <a href="http://themeshaper.com/how-to-protect-your-wordpress-theme-against-upgrades/">How To Protect Your WordPress Theme Against Upgrades</a> (via <a href="http://weblogtoolscollection.com/archives/2008/07/03/parent-child-themes/">Parent Child Themes</a> and <a href="http://themeshaper.com/functions-php-wordpress-child-themes/">How I used a WordPress Child Theme To Redesign My Blog The Smart Way</a>):</p>
<blockquote><p><strong class="caps">Problem:</strong> You’ve finally found a theme you like but you want to modify it. The modifications are pretty simple but what happens when you want to upgrade the theme? Do you really want to go through all those files again hunting down the changes? Don’t you wish you could just upgrade and be done with it?</p></blockquote>
<p>So, basically, install the theme you want, create a new theme directory for you modifications, and in the style.css file, which defines the metainfo for the style, designate the original (unedited) theme as the template.  If need be, use functions.php to make more modifications.  Just note that any template files in your own version&#8217;s directory beyond style.css and functions.php will be ignored.</p>
<p>When it comes time to upgrade the theme, you upgrade the &#8220;parent&#8221; theme and your modifications are unchanged in their own directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/07/03/child-themes-to-upgrade-proof-your-theme-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another WordPress+bbPress Integration Gotcha</title>
		<link>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/</link>
		<comments>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/#comments</comments>
		<pubDate>Thu, 01 May 2008 21:37:29 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[2.5.1]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[database secret]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[options.php]]></category>
		<category><![CDATA[secret]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp2.5.1]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=33</guid>
		<description><![CDATA[Somehow (my best guess is it happened with the database update in the WP2.5.1 upgrade), the database secret, stored as &#8220;secret&#8221; and visible on /wp-admin/options.php, changed making the logins for bbPress and WordPress clobber each other (both apps using the same cookie, but each app rewriting the cookie with its own contents, rather than recognizing [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow (my best guess is it happened with the database update in the WP2.5.1 upgrade), the database secret, stored as &#8220;secret&#8221; and visible on /wp-admin/options.php, changed making the logins for bbPress and WordPress clobber each other (both apps using the same cookie, but each app rewriting the cookie with its own contents, rather than recognizing the other app&#8217;s contents).  If you&#8217;re having trouble with WordPress 2.5.1 + bbPress 0.9.0.2, especially if you&#8217;ve already watched the cookies go by and are sure that both apps are using the same cookie, check your secret (in bbPress, it&#8217;s in Admin &gt; Settings &gt; WP Integration).</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5.1</title>
		<link>http://2718.us/blog/2008/04/25/wordpress-251/</link>
		<comments>http://2718.us/blog/2008/04/25/wordpress-251/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 18:16:45 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SECRET_KEY]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.5.1]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp2.5.1]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=29</guid>
		<description><![CDATA[The .1 update that many people said they were waiting for is here. (And there are reminders all over every admin page on my blog, too.) Version 2.5.1 of WordPress is now available. It includes a number of bug fixes, performance enhancements, and one very important security fix. We recommend everyone update immediately, particularly if [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.org/development/2008/04/wordpress-251/">.1 update that many people said they were waiting for is here</a>. (And there are reminders all over every admin page on my blog, too.)</p>
<blockquote><p>Version 2.5.1 of WordPress is now available. It includes a number of bug fixes, performance enhancements, and one very important security fix. We recommend everyone update immediately, particularly if your blog has open registration. The vulnerability is not public but it will be shortly.</p></blockquote>
<p>The notice also mentioned <a href="http://2718.us/blog/2008/04/24/the-secret_key-in-wordpress/">the SECRET_KEY thing that I talked about yesterday</a> and gave a link to auto-generate the line for wp-config.php:</p>
<blockquote><p>Since 2.5 your <code>wp-config.php</code> file allows a new constant called <code>SECRET_KEY</code> which basically is meant to introduce a little permanent randomness into the cryptographic functions used for cookies in WordPress. You can <a href="http://api.wordpress.org/secret-key/1.0/">visit this link we set up to get a unique secret key</a> for your config file. (It’s unique and random on every page load.) Having this line in your config file helps secure your blog.</p></blockquote>
<p>Upgrading took me about 15 seconds (as usual), mostly to find <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion#Updating_to_a_New_Stable_Version">the svn command in the codex</a> again and then a few seconds to run it and a few seconds in hitting the &#8220;database upgrade&#8221; page on the site before things were all done.</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/25/wordpress-251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can You Really Upgrade WordPress in 5 Minutes?</title>
		<link>http://2718.us/blog/2008/04/14/can-you-really-upgrade-wordpress-in-5-minutes/</link>
		<comments>http://2718.us/blog/2008/04/14/can-you-really-upgrade-wordpress-in-5-minutes/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 19:59:02 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=20</guid>
		<description><![CDATA[5 minutes is a long time for upgrading WP, as far as I&#8217;m concerned.  I think it might have taken 5 minutes total to upgrade all three of my current WP installs and check/fix plugin issues.  Mind you, I use the subversion method of upgrading.  If you have shell access and can run subversion, it [...]]]></description>
			<content:encoded><![CDATA[<p>5 minutes is a <strong>long</strong> time for upgrading WP, as far as I&#8217;m concerned.  I think it might have taken 5 minutes total to upgrade all three of my current WP installs and check/fix plugin issues.  Mind you, I use <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">the subversion method of upgrading</a>.  If you have shell access and can run subversion, it is so incredibly easy to upgrade WP with it that I don&#8217;t ever want to go back to the download-unzip-upload stuff I used to do.  In a post <a href="http://2718.us/blog/2008/04/14/matt-yes-that-matt-on-wordpress-security/">I referenced earlier</a>, Matt said:</p>
<blockquote><p><strong>Upgrade your blog to the latest WP.</strong> This <em>shouldn’t</em> be hard. <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/">There are plugins for it</a>, if you’re techy <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">use Subversion</a>, <a href="http://codex.wordpress.org/Upgrading_WordPress">there is the standard FTP method</a>, and finally <a href="http://mediatemple.net/">Media Temple</a>, <a href="http://dreamhost.com/">Dreamhost</a>, and <a href="http://bluehost.com/">Bluehost</a> (through SimpleScripts) all have been pretty good about having their one-click upgrade systems ready with new versions within a day or two of a release.</p></blockquote>
<p>I&#8217;m techy, sure, but I don&#8217;t know much about subversion other than it seems to have replaced CVS and I didn&#8217;t know much of anything about CVS other than that people working on big OSS projects seemed to use it.  (Okay, I know a little more about what subversion and CVS are supposed to do, but I&#8217;ve never actually used a check-in/check-out/versioning system.)  I literally just installed subversion with the package manager on my system, then used <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">the commands given in the WP Codex</a>.  Not very techy-like.  Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/14/can-you-really-upgrade-wordpress-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

