<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: File Column Plugin Extension Issue</title>
	<atom:link href="http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anand</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-191353</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Sun, 09 Aug 2009 05:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-191353</guid>
		<description>found a good solution here after googling http://bit.ly/yWmQx check out</description>
		<content:encoded><![CDATA[<p>found a good solution here after googling <a href="http://bit.ly/yWmQx" rel="nofollow">http://bit.ly/yWmQx</a> check out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SF</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-90169</link>
		<dc:creator>SF</dc:creator>
		<pubDate>Thu, 16 Aug 2007 05:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-90169</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spencer</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-77741</link>
		<dc:creator>spencer</dc:creator>
		<pubDate>Thu, 31 May 2007 02:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-77741</guid>
		<description>you fail at life
i hate you
you are gay.</description>
		<content:encoded><![CDATA[<p>you fail at life<br />
i hate you<br />
you are gay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-65628</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 14 Mar 2007 23:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-65628</guid>
		<description>The fix mentioned above didn&#039;t work for us on a linux machine, so I added this 

filename = filename.downcase

to the sanitize_filename method around like 714, so it looks like this...

  def self.sanitize_filename(filename)
    filename = filename.downcase 
    filename = File.basename(filename.gsub(&quot;\\&quot;, &quot;/&quot;)) # work-around for IE
    filename.gsub!(/[^a-zA-Z0-9\.\-\+_]/,&quot;_&quot;)
    filename = &quot;_#{filename}&quot; if filename =~ /^\.+$/
    filename = &quot;unnamed&quot; if filename.size == 0
    filename
  end</description>
		<content:encoded><![CDATA[<p>The fix mentioned above didn&#8217;t work for us on a linux machine, so I added this </p>
<p>filename = filename.downcase</p>
<p>to the sanitize_filename method around like 714, so it looks like this&#8230;</p>
<p>  def self.sanitize_filename(filename)<br />
    filename = filename.downcase<br />
    filename = File.basename(filename.gsub(&#8220;\\&#8221;, &#8220;/&#8221;)) # work-around for IE<br />
    filename.gsub!(/[^a-zA-Z0-9\.\-\+_]/,&#8221;_&#8221;)<br />
    filename = &#8220;_#{filename}&#8221; if filename =~ /^\.+$/<br />
    filename = &#8220;unnamed&#8221; if filename.size == 0<br />
    filename<br />
  end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-55330</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Sat, 20 Jan 2007 17:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-55330</guid>
		<description>You are my hero.
You save me years of research.
Thanks a lot</description>
		<content:encoded><![CDATA[<p>You are my hero.<br />
You save me years of research.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-14756</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Sun, 26 Nov 2006 21:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-14756</guid>
		<description>@edward - not sure what you are talking about.</description>
		<content:encoded><![CDATA[<p>@edward &#8211; not sure what you are talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edward</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-14755</link>
		<dc:creator>edward</dc:creator>
		<pubDate>Sun, 26 Nov 2006 21:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-14755</guid>
		<description>You need to add a ! otherwise it will happen.</description>
		<content:encoded><![CDATA[<p>You need to add a ! otherwise it will happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dazza</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-1259</link>
		<dc:creator>Dazza</dc:creator>
		<pubDate>Wed, 12 Apr 2006 13:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-1259</guid>
		<description>Nice spotting...works well...for the others, file is:
vendor/plugins/file_column/lib/file_column.rb

cheers</description>
		<content:encoded><![CDATA[<p>Nice spotting&#8230;works well&#8230;for the others, file is:<br />
vendor/plugins/file_column/lib/file_column.rb</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephane</title>
		<link>http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/comment-page-1/#comment-1027</link>
		<dc:creator>stephane</dc:creator>
		<pubDate>Sat, 25 Feb 2006 21:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/126/file-column-plugin-extension-issue/#comment-1027</guid>
		<description>Thank you, this post was very usefull for me, I had same problem (working on Mac OS X 10.4, ruby 1.8 and using the default case configuration). And this make me pass to my next bug :)</description>
		<content:encoded><![CDATA[<p>Thank you, this post was very usefull for me, I had same problem (working on Mac OS X 10.4, ruby 1.8 and using the default case configuration). And this make me pass to my next bug :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

