summaryrefslogtreecommitdiff
path: root/app/helpers/commits_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-9/+41
* Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-6/+7
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-4/+2
* Show branches/tags as labels on commit pageDmitriy Zaporozhets2015-01-221-2/+16
* Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-1/+1
|\
| * Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* | Show tags in commit viewHannes Rosenögger2015-01-171-0/+6
|/
* Clean the string with commit author and email.Marin Jankovski2014-11-141-2/+6
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-0/+4
* Use the new path to the partial, move the diff related methods to the new hel...Marin Jankovski2014-09-091-12/+0
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-56/+0
* Use new diff parsing logicDmitriy Zaporozhets2014-09-081-45/+16
* Now refactor all to work properly.Marin Jankovski2014-09-081-77/+43
* Take the next type into considerationMarin Jankovski2014-09-081-2/+2
* Remove duplication, expand for next_line.Marin Jankovski2014-09-081-2/+2
* Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-0/+7
* diff unfoldskv2014-08-141-0/+12
* Force encoding utf-8 for ruby 1.9Dmitriy Zaporozhets2014-07-231-0/+1
* Add tests to check for correct browse link name.Marin Jankovski2014-07-091-5/+4
* Move the links decision to helper.Marin Jankovski2014-07-091-0/+12
* Update gitlab-grit to newer version with normal diff collection. Show if file...Dmitriy Zaporozhets2014-06-141-0/+4
* Improve breadcrumbsDmitriy Zaporozhets2014-06-141-5/+3
* Merge pull request #6799 from Datacom/bug/parallel_diff_missing_lines_prDmitriy Zaporozhets2014-05-061-1/+1
|\
| * Fix bug in which a line count without empty lines was incorrectly usedGeorge Dewar2014-04-171-1/+1
* | Editing previewskv-headless2014-04-151-3/+4
|/
* Refactor Parallel Diff feature and add scrollbarsGeorge Dewar2014-03-271-2/+74
* Add email aliases for usersJason Hollingsworth2014-02-131-7/+8
* Merge pull request #5308 from Popl7/parallel-diffs-side-by-sideDmitriy Zaporozhets2013-11-261-0/+4
|\
| * diff view on commit with parallel diff viewSteven Thonus2013-11-171-0/+4
* | Prefer user email match when looking for commit authorDmitriy Zaporozhets2013-11-201-1/+3
|/
* Show branches list (which branches contains commit) on commit pageAndrey Kumanyaev2013-10-211-0/+11
* avatar upload on profile pageSteven Thonus2013-10-091-1/+1
* UI fixes for commits listsDmitriy Zaporozhets2013-09-101-2/+3
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-54/+2
|\
| * Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-56/+2
| * Dont show comment on diff if diff line was changed after comment leftDmitriy Zaporozhets2013-08-041-1/+3
* | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-301-2/+2
|\ \ | |/ |/|
| * Merge Request on forked projectsIzaak Alpert2013-07-171-2/+2
* | Show tooltip with author email for commitDmitriy Zaporozhets2013-07-271-2/+7
|/
* Fix edit page crash. Minot UI imporvementsDmitriy Zaporozhets2013-07-131-1/+1
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-1/+1
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-011-4/+0
* remove unnecessary Commit.newDmitriy Zaporozhets2013-03-311-3/+1
* Move some decorator logic to helpersDmitriy Zaporozhets2013-03-311-0/+74
* Show only ≤16 lines of code in a discussion (fix issue #2860).KennyTM~2013-02-031-0/+25
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-271-2/+2
* change logic on line_codeDmitriy Zaporozhets2013-01-151-4/+6
* Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets2012-12-251-0/+8
* Optimized commit diff views, now showing file size and file mode changesKoen Punt2012-11-181-2/+2
* Fix 404 errors on Merge Request -> newDmitriy Zaporozhets2012-10-311-0/+5