<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,10 +2,9 @@
 
 * Updating CE for Rails 2.2.2 compatibility
 * Removed Globalite in favor of Rails' native I18n API. Ce localization should work without modification
-* Updated attachment_fu plugin 
 * renamed dozens of files to use Rails 2.0 conventions (ie. .html.haml)
 * updated truncate calls to use new options hash format
-* fixing attachment_fu hacks to be compatible with new att_fu
+
 
 = 0.10.7
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -8,9 +8,9 @@ Technoweenie::AttachmentFu::InstanceMethods.module_eval do
     self.filename     = file_data.original_filename if respond_to?(:filename)
     if file_data.is_a?(StringIO)
       file_data.rewind
-      set_temp_data file_data.read
+      self.temp_data = file_data.read
     else
-      self.temp_paths.unshift file_data      
+      self.temp_path = file_data.path
     end
   end
   </diff>
      <filename>engine_plugins/attachment_fu_hacks/lib/attachment_fu_hacks.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,3 @@
-# Make it always write to tempfiles, never StringIO
-OpenURI::Buffer.module_eval {
-  remove_const :StringMax
-  const_set :StringMax, 0
-}
 class UrlUpload
   EXTENSIONS = {
     &quot;image/jpeg&quot; =&gt; [&quot;jpg&quot;, &quot;jpeg&quot;, &quot;jpe&quot;],</diff>
      <filename>lib/url_upload.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0047c45895b8789975d90367efbe9ebd9a2dee6a</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/fa5375fbd7f2c2ddd5fb022feb3ccbc7628e210a</url>
  <id>fa5375fbd7f2c2ddd5fb022feb3ccbc7628e210a</id>
  <committed-date>2008-12-09T12:13:25-08:00</committed-date>
  <authored-date>2008-12-09T12:13:25-08:00</authored-date>
  <message>att fu fixes</message>
  <tree>13c59113ca821a960b985bcd24331cb5602fa51b</tree>
  <committer>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </committer>
</commit>
