<?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>thedeadone.net &#187; bug</title>
	<atom:link href="http://thedeadone.net/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedeadone.net</link>
	<description></description>
	<lastBuildDate>Tue, 14 Feb 2012 22:06:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>v0.12.7 of TDO Mini Forms just released</title>
		<link>http://thedeadone.net/blog/v0127-of-tdo-mini-forms-just-released/</link>
		<comments>http://thedeadone.net/blog/v0127-of-tdo-mini-forms-just-released/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:58:45 +0000</pubDate>
		<dc:creator>Mark Cunningham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[TDOMF]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://thedeadone.net/?p=656</guid>
		<description><![CDATA[I&#8217;ve just committed v0.12.7 of TDO Mini Forms into WordPress Extend SVN, so it should be available for download shortly from WordPress.org/Extend. I know I said the next version will be v0.13 with Editing Support, but that&#8217;s not to be. This release includes a fix for a pretty critical bug. If you are using a [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I&#8217;ve just committed <a href="http://downloads.wordpress.org/plugin/tdo-mini-forms.0.12.7.zip">v0.12.7 of TDO Mini Forms</a> into WordPress Extend SVN, so it should be available for download shortly from <a href="http://wordpress.org/extend/plugins/tdo-mini-forms/">WordPress.org/Extend</a>.</p>
<p>I know I said the next version will be v0.13 with Editing Support, but that&#8217;s not to be. This release includes a fix for a pretty critical bug. <strong>If you are using a Windows host please upgrade immediately!</strong> </p>
<p>A combination of WordPress legacy implementation, Windows file name and TDOMF could end up attempting to delete you&#8217;re hosts harddrive. This sadly lead to a number of users, who were using their personal Windows PCs as development hosts to lose many personal files.</p>
<p>This would happen if you used the Upload Files widget and uploaded files and then attempted to delete the file using the WordPress admin. The file path would be stored by TDOMF in a Custom Field. However, the WordPress internal API (<a href="http://codex.wordpress.org/Function_Reference/add_post_meta">add_post_meta</a> specifically), currently strips back-slashes from all data put in. This was because originally add_post_meta was only used by the admin backend, but is now a wildly used function by plugins and other parts of WordPress. (IMHO it doesn&#8217;t make sense that add_post_meta modifies your input data and also this &#8220;feature&#8221; is not currently documented anywhere). Windows paths uses back slashes as directory separators, however Unix and Linux systems use forward slashes. Therefore file paths in Unix were stored successfully but Windows file paths were corrupted. So when the post was deleted, TDOMF would try to delete the associated files with that post but end up attempting to delete the hard drive because of the corrupted file path. This problem is not specific to any single version of TDOMF, but any version of TDOMF with the Upload Files widget.</p>
<p>Additionally in this release is a fix for the Queuing of Submissions which was broken on the move to WordPress 2.7, a &#8220;double-opt-in&#8221; feature to Auto Respond Email widget, a necessary update to the core widget class (which may break your existing configuration, so make sure to double check) and a fix to the default Form code for the Form Hacker.</p>
<p><small>Please keep in mind that this plugin is <em>free</em> and any support I provide is also <em>free</em>. If you found it useful you can show your appreciation via <a href="http://tinyurl.com/yvgcs9">a small donation</a> or <a href="http://www.amazon.co.uk/gp/registry/23S7OL9W6Q4JT">buying me a book</a>!</small><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://thedeadone.net/blog/where-has-tdo-mini-forms-plugin-gone/' title='Where has TDO Mini Forms plugin gone?'>Where has TDO Mini Forms plugin gone?</a></li>
<li><a href='http://thedeadone.net/blog/pet-projects-tdo-mini-forms-and-forums/' title='Pet Projects, TDO-Mini-Forms and Forums'>Pet Projects, TDO-Mini-Forms and Forums</a></li>
<li><a href='http://thedeadone.net/blog/an-alternative-to-tdo-mini-forms/' title='An alternative to TDO Mini Forms?'>An alternative to TDO Mini Forms?</a></li>
<li><a href='http://thedeadone.net/blog/and-another-release-of-tdo-mini-forms-is-out-the-door/' title='And another release of TDO Mini Forms is out the door!'>And another release of TDO Mini Forms is out the door!</a></li>
<li><a href='http://thedeadone.net/blog/ahhhh-v013-escapes-with-editing-functionality/' title='Ahhhh! v0.13 escapes with editing functionality!'>Ahhhh! v0.13 escapes with editing functionality!</a></li>
</ul>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://thedeadone.net/blog/v0127-of-tdo-mini-forms-just-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Warning about using TDO Mini Forms on Windows hosts!</title>
		<link>http://thedeadone.net/blog/warning-about-using-tdo-mini-forms-on-windows-hosts/</link>
		<comments>http://thedeadone.net/blog/warning-about-using-tdo-mini-forms-on-windows-hosts/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:22:39 +0000</pubDate>
		<dc:creator>Mark Cunningham</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[TDOMF]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thedeadone.net/?p=635</guid>
		<description><![CDATA[There seems to be a pretty critical/lethal bug when you delete a post with files uploaded by TDOMF on a Windows host. It&#8217;ll delete everything right up c: ! So please be careful if you&#8217;re on a windows host. I&#8217;ll try and make sure this bug is fixed for next release. Thanks to Nick and [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>There seems to be a pretty critical/lethal bug when you delete a post with files uploaded by TDOMF on a Windows host. <strong>It&#8217;ll delete everything right up c: !</strong></p>
<p>So please be careful if you&#8217;re on a windows host. I&#8217;ll try and make sure this bug is fixed for next release.</p>
<p><small>Thanks to <a href="http://thedeadone.net/blog/a-christmass-gift-to-all-tdo-mini-form-users/#comment-181255">Nick</a> and <a href="http://thedeadone.net/blog/a-christmass-gift-to-all-tdo-mini-form-users/#comment-181249">Lance</a> for bringing this to my attention.</small><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://thedeadone.net/blog/v0127-of-tdo-mini-forms-just-released/' title='v0.12.7 of TDO Mini Forms just released'>v0.12.7 of TDO Mini Forms just released</a></li>
<li><a href='http://thedeadone.net/blog/where-has-tdo-mini-forms-plugin-gone/' title='Where has TDO Mini Forms plugin gone?'>Where has TDO Mini Forms plugin gone?</a></li>
<li><a href='http://thedeadone.net/blog/pet-projects-tdo-mini-forms-and-forums/' title='Pet Projects, TDO-Mini-Forms and Forums'>Pet Projects, TDO-Mini-Forms and Forums</a></li>
<li><a href='http://thedeadone.net/blog/for-fun-or-for-success/' title='For fun or for success?'>For fun or for success?</a></li>
<li><a href='http://thedeadone.net/blog/working-on-a-taxonomy-widget-for-tdo-mini-forms/' title='Working on a Taxonomy Widget for TDO Mini Forms'>Working on a Taxonomy Widget for TDO Mini Forms</a></li>
</ul>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://thedeadone.net/blog/warning-about-using-tdo-mini-forms-on-windows-hosts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

