gitlab-ce/app
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
..
assets UI fixes for commits lists 2013-09-10 13:15:49 +03:00
contexts make public/private setting for project creation configurable 2013-09-09 14:10:58 -04:00
controllers Update to only provide one way to get a default user 2013-09-11 14:04:15 -04:00
helpers Truncate some text from dashboard events 2013-09-11 22:46:37 +03:00
mailers [#4821] - Fix some missing iids 2013-08-26 14:54:07 +02:00
models Removed private scope 2013-09-11 14:32:24 -04:00
observers Dont update namespace if User name was changed. Use user#username for namespace name because Namespace#name validates by uniq 2013-08-29 21:44:45 +03:00
services Invalidate events cache when project was moved 2013-08-29 19:12:22 +03:00
uploaders Fixes grack authentification under relative_url_root 2013-08-15 21:25:09 +02:00
views Fix bug with rendering changing images in commits 2013-09-11 18:53:37 -08:00
workers Repository import during project creation often return timeout for medium and large repos. 2013-08-12 18:21:47 +03:00