<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,18 @@ It does not matter how slowly you go as long as you do not stop.
 First they ignore you, then they laugh at you, then they fight you,
 then you win. &#8211;- Mahatma Gandhi
 
+Wed, Aug 19, 2009
+---------------------------------------------------------------------
+- Added view hooks on landing pages of all major models.
+
+Tue, Aug 18, 2009
+---------------------------------------------------------------------
+- More work on [crm_issues] plugin.
+
+Mon, Aug 17, 2009
+---------------------------------------------------------------------
+- Work on [crm_issues] plugin.
+
 Sat, Aug 15, 2009
 ---------------------------------------------------------------------
 - Implemented plugin dependencies to be able to change plugin loading order.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -34,3 +34,5 @@
 .remote#create_opportunity{ hidden }
 .list#opportunities
   = render :partial =&gt; &quot;opportunities/opportunity&quot;, :collection =&gt; @account.opportunities
+
+= hook(:show_account_bottom, self)</diff>
      <filename>app/views/accounts/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -34,3 +34,5 @@
 .remote#create_opportunity{ hidden }
 .list#opportunities
   = render :partial =&gt; &quot;opportunities/opportunity&quot;, :collection =&gt; @campaign.opportunities
+
+= hook(:show_campaign_bottom, self)</diff>
      <filename>app/views/campaigns/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -26,3 +26,5 @@
 .remote#create_opportunity{ hidden }
 .list#opportunities
   = render :partial =&gt; &quot;opportunities/opportunity&quot;, :collection =&gt; @contact.opportunities
+
+= hook(:show_contact_bottom, self)</diff>
      <filename>app/views/contacts/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -24,3 +24,4 @@
 .log#tasks
   = render :partial =&gt; &quot;common/tasks&quot;
 
+= hook(:show_lead_bottom, self)</diff>
      <filename>app/views/leads/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -25,4 +25,6 @@
 .subtitle#create_contact_title Contacts
 .remote#create_contact{ hidden }
 .list#contacts
-  = render :partial =&gt; &quot;contacts/contact&quot;, :collection =&gt; @opportunity.contacts
\ No newline at end of file
+  = render :partial =&gt; &quot;contacts/contact&quot;, :collection =&gt; @opportunity.contacts
+
+= hook(:show_opportunity_bottom, self)</diff>
      <filename>app/views/opportunities/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -10,4 +10,7 @@
 
 .list#profile= render :partial =&gt; &quot;user&quot;
 
+= hook(:show_user_bottom, self)
+
 %iframe#uploading{ :name =&gt; &quot;uploading&quot;, :style =&gt; &quot;width:100px; height:10px; border:5px&quot; }
+</diff>
      <filename>app/views/users/show.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a61fb98bf6e5fc1ad24d153b87c4702330b7315d</id>
    </parent>
  </parents>
  <author>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </author>
  <url>http://github.com/enderson/fat_free_crm/commit/0b35b7226e3cfc22b6fdb5d200c525c334a2e2f5</url>
  <id>0b35b7226e3cfc22b6fdb5d200c525c334a2e2f5</id>
  <committed-date>2009-08-19T21:51:23-07:00</committed-date>
  <authored-date>2009-08-19T21:51:23-07:00</authored-date>
  <message>Added view hooks on landing pages of all major models</message>
  <tree>e5d8003775cbdad1dcd39ae5470a8e0ab848f743</tree>
  <committer>
    <name>Mike Dvorkin</name>
    <email>mike@dvorkin.net</email>
  </committer>
</commit>
