<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -78,10 +78,11 @@ class PostsController &lt; BaseController
     @related = Post.find_related_to(@post)
     @most_commented = Post.find_most_commented
     
-    respond_to do |format|
-      format.html
-      format.any
-    end
+    
+    # respond_to do |format|
+    #   format.html
+    #   format.any
+    # end
   end
   
   def update_views</diff>
      <filename>app/controllers/posts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,12 +9,8 @@ module PostsHelper
     paragraphs = doc.search(&quot;p&quot;)
     
     if paragraphs.length &gt; 4
-      paragraphs.each_with_index do |p,i|
-        if i.eql?(2)
-          p.before string 
-          p[:id] = &quot;jump&quot;
-        end
-      end
+      graph_html = paragraphs[2].inner_html
+      paragraphs[2].swap(string + &quot;&lt;p id='jump'&gt;#{graph_html}&lt;/p&gt;&quot;)
     end
     
     doc.to_html</diff>
      <filename>app/helpers/posts_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 .poll_excerpt
-  =image_tag 'icons/poll.png', :plugin =&gt; 'community_engine'
+  = image_tag 'icons/poll.png', :plugin =&gt; 'community_engine'
   = poll.question
   = link_to :vote_now.l, new_vote_path(:post_id =&gt; poll.post.id), {:title =&gt; 'Log in to vote', :class =&gt; 'vote'}</diff>
      <filename>app/views/polls/_excerpt.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -2,8 +2,8 @@ class AuthlogicCompatibilityChanges &lt; ActiveRecord::Migration
   def self.up
 
     # Remove varchar(40) so users can specify alternate encryption methods without schema changes
-    change_column :users, :crypted_password, :string, :limit =&gt; 255, :null =&gt; false
-    change_column :users, :salt, :string, :limit =&gt; 255, :null =&gt; false
+    change_column :users, :crypted_password, :string, :limit =&gt; 255
+    change_column :users, :salt, :string, :limit =&gt; 255
 
     rename_column :users, :salt, :password_salt
     rename_column :users, :remember_token, :persistence_token
@@ -15,8 +15,8 @@ class AuthlogicCompatibilityChanges &lt; ActiveRecord::Migration
       t.column :perishable_token, :string
 
       # Magic columns, just like ActiveRecord's created_at and updated_at. These are automatically maintained by Authlogic if they are present.
-      t.column :login_count,         :integer, :null =&gt; false, :default =&gt; 0 # optional, see Authlogic::Session::MagicColumns
-      t.column :failed_login_count,  :integer, :null =&gt; false, :default =&gt; 0 # optional, see Authlogic::Session::MagicColumns
+      t.column :login_count,         :integer, :default =&gt; 0 # optional, see Authlogic::Session::MagicColumns
+      t.column :failed_login_count,  :integer, :default =&gt; 0 # optional, see Authlogic::Session::MagicColumns
       t.column :last_request_at,     :datetime                               # optional, see Authlogic::Session::MagicColumns
       t.column :current_login_at,    :datetime                               # optional, see Authlogic::Session::MagicColumns
       t.column :current_login_ip,    :string                                 # optional, see Authlogic::Session::MagicColumns
@@ -44,8 +44,8 @@ class AuthlogicCompatibilityChanges &lt; ActiveRecord::Migration
     rename_column :users, :password_salt, :salt
 
     # DANGEROUS! if passwords were migrated to a longer than 40 char crypt then this is a bad idea!
-    change_column :users, :crypted_password, :string, :limit =&gt; 40, :null =&gt; false
-    change_column :users, :salt, :string, :limit =&gt; 40, :null =&gt; false
+    change_column :users, :crypted_password, :string, :limit =&gt; 40
+    change_column :users, :salt, :string, :limit =&gt; 40
   end
 
 end</diff>
      <filename>db/migrate/071_authlogic_compatibility_changes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b7e2e3e1ec6543a03dc64faaecf014de639ba09</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/098e72abd7e731a9aa3102489f72d93e252f3d12</url>
  <id>098e72abd7e731a9aa3102489f72d93e252f3d12</id>
  <committed-date>2009-11-09T07:40:47-08:00</committed-date>
  <authored-date>2009-11-09T07:40:47-08:00</authored-date>
  <message>don't force crypted password to be present in database (use Rails validations)</message>
  <tree>74b7db9f8a9cee0afeed46c1b41f3b33d9ef99cb</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
