<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tasks/install.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,6 +13,7 @@ Requirements:
     htmlentities
     redcloth
     rake 0.8.1
+    mysql
 
 GETTING COMMUNITY ENGINE RUNNING
 ==================================================================</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -88,6 +88,7 @@ class PostsController &lt; BaseController
   def new
     @user = User.find(params[:user_id])    
     @post = Post.new(params[:post])
+    @post.published_as = 'live'
   end
   
   # GET /posts/1;edit</diff>
      <filename>app/controllers/posts_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
     - when 'Favorite'
       = image_tag 'icons/heart.png', :plugin =&gt; 'community_engine'
     - when 'Photo'
-      = image_tag 'icons/photo.png', :plugin =&gt; 'community_engine'
+      = image_tag 'icons/picture.png', :plugin =&gt; 'community_engine'
     - when 'Comment'
       = image_tag 'icons/comment.png', :plugin =&gt; 'community_engine'
     - when 'Clipping'</diff>
      <filename>app/views/activities/_icon.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
 .poll_excerpt
-  %h4.question
-    = poll.question
-    = link_to &quot;Vote Now!&quot;, new_vote_path(:post_id =&gt; poll.post.id), {:title =&gt; 'Log in to vote', :class =&gt; 'vote'}
-  
\ No newline at end of file
+  =image_tag 'icons/poll.png', :plugin =&gt; 'community_engine'
+  = poll.question
+  = link_to &quot;Vote Now!&quot;, new_vote_path(:post_id =&gt; poll.post.id), {:title =&gt; 'Log in to vote', :class =&gt; 'vote'}</diff>
      <filename>app/views/polls/_excerpt.haml</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@
       %h3= random_greeting(@user)
     
       -if @user.pending_friendships.any?
-        %p=link_to &quot;#{image_tag 'icons/friend.png', :plugin =&gt; 'community_engine'} You have pending friendship requests.&quot;, pending_user_friendships_path(@user)
+        %p=link_to &quot;#{image_tag 'icons/user_add.png', :plugin =&gt; 'community_engine'} You have pending friendship requests.&quot;, pending_user_friendships_path(@user)
     
     
       -if @network_activity.empty? &amp;&amp; @recommended_posts.empty?</diff>
      <filename>app/views/users/dashboard.html.haml</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>assets/images/icons/activity_default.png</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>assets/images/icons/poll.png</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,7 @@ namespace :db do
 end
 
 namespace :community_engine do   
+    
   desc 'Move the community engine assets to application public directory'
   task :mirror_public_assets =&gt; :environment do
     # actually, no need to do anything here, the mere act of running rake mirrors the plugin assets for everything
@@ -71,10 +72,7 @@ namespace :community_engine do
     task :clobber_rcov do |t|
       rm_r OUTPUT_DIR, :force =&gt; true
     end
-    
   end
-  
-  
 
   namespace :db do
     namespace :fixtures do</diff>
      <filename>tasks/community_engine_tasks.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>assets/images/icons/friend.png</filename>
    </removed>
    <removed>
      <filename>assets/images/icons/photo.png</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>fbd929ec6ed358c800863ab4ea972c602e46ec0a</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/291407f1204155f90b72daed1811599c97300f5b</url>
  <id>291407f1204155f90b72daed1811599c97300f5b</id>
  <committed-date>2008-05-22T14:10:29-07:00</committed-date>
  <authored-date>2008-05-22T14:10:29-07:00</authored-date>
  <message>beginnings of an install rake task, some ui stuff as well</message>
  <tree>bc80acf8e8ddf643584dc2b5b629b87d4340f8ba</tree>
  <committer>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </committer>
</commit>
