summaryrefslogtreecommitdiffstats
path: root/app/controllers/merge_request_versions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Making some methods protected in the CommentsController, and fixed bad indent...Johan Sørensen2009-11-101-7/+7
* More work on the JS merge request constrollerMarius Mathiesen2009-11-041-1/+0
* Display comments on both merge request and versions in the comment listingMarius Mathiesen2009-11-041-1/+1
* Render a list of comments both to the merge and the diffs affected.Marius Mathiesen2009-11-041-0/+2
* Only include comments for the current sha range (merge request versions)Marius Mathiesen2009-11-041-1/+1
* Don't create an extra version event when creating a new merge requestJohan Sørensen2009-10-221-2/+1
* Changed the notation for a commit range from "a..b" to "a-b"Marius Mathiesen2009-09-291-2/+2
* Render the commit details (author, committer, msg et all) when showingJohan Sørensen2009-09-281-1/+8
* Cleaning up the merge request diff viewMarius Mathiesen2009-09-281-1/+1
* Display the diffs on the merge request page.Marius Mathiesen2009-09-281-0/+41