Fixed: invalid browse code for commit. Perfomance test added

This commit is contained in:
gitlabhq 2011-10-14 22:43:25 +03:00
parent 153f6cd86b
commit 5f8255ac67
4 changed files with 40 additions and 2 deletions

View file

@ -34,6 +34,8 @@ class ProjectsController < ApplicationController
def tree
load_refs # load @branch, @tag & @ref
@repo = project.repo
if params[:commit_id]

View file

@ -3,7 +3,6 @@
.view_file_header
%strong
= name
-#= file.mime_type
= link_to "raw", blob_project_path(@project, :commit_id => @commit.id, :path => params[:path] ), :class => "right", :target => "_blank"
= link_to "history", project_commits_path(@project, :path => params[:path]), :class => "right", :style => "margin-right:10px;"
%br/

View file

@ -1,5 +1,5 @@
- file = params[:path] ? File.join(params[:path], content.name) : content.name
- content_commit = @project.repo.log(@branch, file, :max_count => 1).last
- content_commit = @project.repo.log(@commit.id, file, :max_count => 1).last
- return unless content_commit
%tr{ :class => "tree-item", :url => tree_file_project_path(@project, @commit.id, file) }
%td.tree-item-file-name