<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,10 +4,10 @@ belongs_to :post
 belongs_to :user
 has_one :image, :as =&gt; :owner, :dependent =&gt; :destroy
 
-  validates_presence_of :body, :post, :user
+  validates_presence_of :post, :user
 
   # Prevent duplicate comments.
-  validates_uniqueness_of :body, :scope =&gt; [:post_id, :user_id]
+  validates_uniqueness_of :body, :scope =&gt; [:post_id, :user_id], :allow_blank =&gt; true
 
   # Return true for a duplicate comment (same user and body).
   def duplicate?</diff>
      <filename>app/models/comment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ class Image &lt; ActiveRecord::Base
    DIRECTORY = 'public/uploaded_images'
    THUMB_MAX_SIZE = 268
    MED_MAX_SIZE = 536
-   LARGE_MAX_SIZE = 750
+   LARGE_MAX_SIZE = 950
 
    after_create :process_upload
    after_destroy :remove</diff>
      <filename>app/models/image.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d5f448d1e849888dbfad2e2c13a30253d4a97fe</id>
    </parent>
  </parents>
  <author>
    <name>rawdod</name>
    <email>rawdod@blackbox.(none)</email>
  </author>
  <url>http://github.com/oneman/rawdod/commit/3b975bfa725884ad6df345b42c54faf97494f271</url>
  <id>3b975bfa725884ad6df345b42c54faf97494f271</id>
  <committed-date>2009-03-19T13:16:58-07:00</committed-date>
  <authored-date>2009-03-19T13:16:58-07:00</authored-date>
  <message>larger big images and fix need for text in image comments - but i guess alow blank comments</message>
  <tree>c14bbc43fa169c8fc30176074d879d26e219580c</tree>
  <committer>
    <name>rawdod</name>
    <email>rawdod@blackbox.(none)</email>
  </committer>
</commit>
