<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tmp/graph_generator/.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
 new-ui:
-* create hooks symlinks on GitBackend.create+clone
 * Make the project tabs active styled depending on context
 * Fix menu bottom spacing issue in safari
 * Clone stats graph on repositories#index</diff>
      <filename>TODO.txt</filename>
    </modified>
    <modified>
      <diff>@@ -13,3 +13,7 @@
 &lt;%= render :partial =&gt; @comments -%&gt;
 
 &lt;%= render :partial =&gt; &quot;form&quot;, :locals =&gt; {:sha1 =&gt; @commit.id} -%&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/comments/commit.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -3,12 +3,9 @@
   Comments for &amp;quot;&lt;%= h(@repository.name) -%&gt;&amp;quot; repository in &lt;%= h(@repository.project.title) -%&gt;
 &lt;/h1&gt;
 
+&lt;%= render :partial =&gt; @comments -%&gt;
+&lt;%= render :partial =&gt; &quot;form&quot; -%&gt;
+
 &lt;% content_for :submenu do -%&gt;
   &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
 &lt;% end -%&gt;
-
-&lt;%= render :partial =&gt; &quot;repositories/infobox&quot; -%&gt;
-
-&lt;h3&gt;Comments&lt;/h3&gt;
-&lt;%= render :partial =&gt; @comments -%&gt;
-&lt;%= render :partial =&gt; &quot;form&quot; -%&gt;
\ No newline at end of file</diff>
      <filename>app/views/comments/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -34,3 +34,7 @@
     &lt;%= f.submit &quot;Add as committer&quot; -%&gt; or &lt;%= link_to &quot;cancel&quot;, [@repository.project, @repository] -%&gt;
   &lt;/p&gt;
 &lt;% end -%&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/committers/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,6 @@
   &lt;% end -%&gt;
   &lt;/ul&gt;
   &lt;% end -%&gt;
-
+  
   &lt;%= commit_graph_by_author_tag(@repository, params[:id]) %&gt;
-
 &lt;% end -%&gt;</diff>
      <filename>app/views/logs/show.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -3,12 +3,6 @@
   Merge requests in &lt;%=h @repository.name  -%&gt;
 &lt;/h1&gt;
 
-&lt;% content_for :submenu do -%&gt;
-  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
-&lt;% end -%&gt;
-
-&lt;%= render :partial =&gt; &quot;repositories/infobox&quot; -%&gt;
-
 &lt;p class=&quot;hint&quot;&gt;
   A &quot;merge request&quot; is a notification from one repository to another that
   would like their changes to be merged upstream. 
@@ -21,3 +15,7 @@
 &lt;% else -%&gt;
   &lt;%= render :partial =&gt; @merge_requests -%&gt;
 &lt;% end -%&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/merge_requests/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -6,4 +6,8 @@
   &lt;%= render :partial =&gt; &quot;form&quot;, :locals =&gt; {:form =&gt; f} -%&gt;
   
   &lt;%= f.submit &quot;Create merge request&quot; -%&gt;
-&lt;% end -%&gt;
\ No newline at end of file
+&lt;% end -%&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/merge_requests/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -32,4 +32,8 @@
     &lt;div class=&quot;commit_message&quot;&gt;&lt;%= simple_format(h(commit.message)) -%&gt;&lt;/div&gt;&lt;/li&gt;
   &lt;% end -%&gt;
 &lt;/ul&gt;
-&lt;% end -%&gt;
\ No newline at end of file
+&lt;% end -%&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;%= render :partial =&gt; &quot;repositories/context_menu&quot; -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/merge_requests/show.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -19,3 +19,7 @@
   with lots of empty repositories), so it's a good idea to wait with creating 
   the clone here until there's something to push.&lt;/em&gt;
 &lt;/p&gt;
+
+&lt;% content_for :submenu do -%&gt;
+  &lt;li&gt;&lt;%= link_to &quot;Back to repository&quot;, [@project, @repository_to_clone] -%&gt;
+&lt;% end -%&gt;</diff>
      <filename>app/views/repositories/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -42,6 +42,23 @@ module Gitorious
         }
       end
       
+      def self.sidebar_pastel_theme
+        {
+          :colors =&gt; [
+            '#a9dada', # blue
+            '#aedaa9', # green
+            '#daaea9', # peach
+            '#dadaa9', # yellow
+            '#a9a9da', # dk purple
+            '#daaeda', # purple
+            '#dadada' # grey
+            ],
+          :marker_color =&gt; '#aea9a9', # Grey
+          :font_color =&gt; 'black',
+          :background_colors =&gt; '#EEF2F5'
+        }
+      end
+      
       def write
         dest = File.join(self.class.graph_dir, construct_filename)
         @graph.write(dest)</diff>
      <filename>lib/gitorious/graphs/builder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ module Gitorious
         @repository = repository
         @branch = branch
         @graph = Gruff::Mini::Pie.new(250)
-        @graph.theme_pastel
+        @graph.theme = self.class.sidebar_pastel_theme
         @graph.marker_font_size = 32
         @graph.legend_font_size = 32
         @graph.top_margin = 1</diff>
      <filename>lib/gitorious/graphs/commits_by_author_builder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1068,9 +1068,9 @@ ul.diff_stats small.deletions   { color: #DC0000; }
   margin-bottom: 20px;
 }
 
-.commits_by_author_graph img {
+.commits_by_author_graph {
   float: right;
-  margin: 0 0 10px 10px;
+  margin: 40px 0 10px 10px;
 }
 
 .commit_graph {</diff>
      <filename>public/stylesheets/base.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ceafcfd952a8eda7ac13b50743c03690110f44b5</id>
    </parent>
  </parents>
  <author>
    <name>Johan S&#248;rensen</name>
    <email>johan@johansorensen.com</email>
  </author>
  <url>http://github.com/radar/scoot/commit/311210962d6f212d17f1149da843d0afab0c6d74</url>
  <id>311210962d6f212d17f1149da843d0afab0c6d74</id>
  <committed-date>2008-04-27T14:12:41-07:00</committed-date>
  <authored-date>2008-04-27T14:12:41-07:00</authored-date>
  <message>Simplify a few repository pages, and use a custom theme for the graphs in the sidebar</message>
  <tree>e5db329019840918a1bbf8f80b6255b1b645d8f0</tree>
  <committer>
    <name>Johan S&#248;rensen</name>
    <email>johan@johansorensen.com</email>
  </committer>
</commit>
