gitlab-org--gitlab-foss/features/project
Ryan Mendivil 0a05ab9126 Fix bug with rendering changing images in commits
When viewing the diff for a changed image file, two bugs occur:

- Both the 'before' and 'after' images link to the 'after' commit
- Visiting the link for either image will cause a error

The first is caused by both image links referencing '@commit.id' rather
than '@commit.parent_id'.  The second is caused by the use of
'project_tree_path' which is used for creating links to directories in
the git file tree. 'project_blob_path' which links to files should be
used instead.
2013-09-11 18:53:37 -08:00
..
commits Fix bug with rendering changing images in commits 2013-09-11 18:53:37 -08:00
issues Remove commented tests since nobody is going to fix them 2013-09-11 22:50:08 +03:00
source changed Gitlab to GitLab 2013-05-19 02:13:39 -07:00
active_tab.feature Fixed sub navs spinach tests for project 2013-06-19 22:52:57 +03:00
create_project.feature
deploy_keys.feature Feature tests for deploy keys 2013-05-06 15:09:41 +03:00
fork_project.feature updated fork feature to use gitlab-shell for v5 of gitlab 2013-04-15 01:54:52 -04:00
forked_merge_requests.feature Remove commented tests since nobody is going to fix them 2013-09-11 22:50:08 +03:00
graph.feature Its better to load graph with ajax since it requires ~10 seconds for bigger projects to finish up 2013-06-05 15:50:11 +03:00
hooks.feature
merge_requests.feature Merge Request on forked projects 2013-07-17 22:41:30 -04:00
network.feature Render not found when failing to look for a commit 2013-08-21 17:53:51 +09:00
project.feature Fix project.show spinach test 2013-06-04 17:01:41 +03:00
public_projects.feature Internally public projects 2013-05-02 00:06:59 -07:00
service.feature Hipchat service implementation 2013-05-24 21:42:21 +02:00
snippets.feature Snippets feature refactored. Tests now use spinach 2013-03-24 22:31:14 +04:00
team_management.feature Lets fix tests 2013-06-22 23:57:29 +03:00
wall.feature
wiki.feature Fix the Cancel button on the Edit Wiki page. 2013-03-19 21:36:09 -07:00