summaryrefslogtreecommitdiff
path: root/app/helpers/diff_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow to pass custom classes to buttonAlfredo Sumaran2016-04-261-6/+9
* Hide button on mobileAlfredo Sumaran2016-04-261-1/+1
* Syntax and code improvementsAlfredo Sumaran2016-04-261-11/+13
* Rename methodAlfredo Sumaran2016-04-261-4/+4
* Use new method hide_whitespaces?Alfredo Sumaran2016-04-261-1/+1
* Add Hide/show whitespace changes button on diff and commit viewAlfredo Sumaran2016-04-261-0/+22
* Always read diff_view setting from the cookieRobert Speicher2016-04-141-1/+7
* Syntax & style updates14176-diff-paste-dataAnnabel Dunstone2016-04-141-3/+1
* Add line type conditional to diff line helperAnnabel Dunstone2016-04-141-2/+4
* Copying and pasting doesn't grab line numbers or +/-Annabel Dunstone2016-04-141-0/+1
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-27/+7
* Fixes syntax errorAlfredo Sumaran2016-02-191-1/+1
* Make diff view name getter less error proneAlfredo Sumaran2016-02-191-1/+1
* Sort line notes used in parallel diff by created_atRémy Coutable2016-02-171-1/+1
* Fewer html_safesrename-inline-diffDouwe Maan2016-01-301-2/+2
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-1/+10
* Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-201-2/+1
* Restore helperDouwe Maan2016-01-201-0/+4
* Move parallel diff logic to separate classDouwe Maan2016-01-201-104/+0
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-2/+2
* Refactor parallel_diff generation a bit.Douwe Maan2016-01-141-23/+63
* Little refactor for usage of html_safe. #3945Rubén Dávila2016-01-131-4/+5
* Fix broken spec. #3945Rubén Dávila2016-01-121-1/+2
* Make diff_line_content helper return a safe String. #3945Rubén Dávila2016-01-121-2/+2
* Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-2/+2
* Fix broken spec and small refactor. #3945Rubén Dávila2015-12-301-2/+2
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-3/+3
* Truncate submodule commit SHAs to 7 charactersDouwe Maan2015-12-021-2/+2
* Merge branch 'compare-first-commit' into 'master' Robert Speicher2015-11-171-1/+1
|\
| * Correctly set comparison first commit when range includes a merge commitcompare-first-commitDouwe Maan2015-11-171-1/+1
* | Merge branch 'remove-code-duplication'Dmitriy Zaporozhets2015-11-171-16/+16
|\ \
| * | Remove duplication in diff_helper.rbDmitriy Zaporozhets2015-11-171-16/+16
| |/
* | Don't use params[:view] directly.param-viewDouwe Maan2015-11-171-2/+6
|/
* Small UI improvements to merge request pagesmall-ui-improvementsDmitriy Zaporozhets2015-11-061-2/+2
* Correctly find last known blob for file deleted in MR.merge-request-deleted-fileDouwe Maan2015-10-201-1/+2
* Fix 500 error on compare pagefix-500-compareDmitriy Zaporozhets2015-10-011-1/+1
* Fix bug when removed file was not appearing in merge request diffDmitriy Zaporozhets2015-09-301-0/+19
* Fix testsDmitriy Zaporozhets2015-09-031-2/+2
* Disabled expansion of top/bottom blobs for new file diffsAlex Connor2015-05-211-0/+4
* Improve handling of large diffsAlex Lossent2015-05-051-5/+14
* Fix "Revspec not found" errors when viewing diffs in a forked project with su...Stan Hu2015-04-271-2/+2
* Fix merge request comments on files with multiple commitsDominik Sander2015-04-151-1/+1
* Fix broken side-by-side diff view on merge request pageStan Hu2015-03-251-0/+4
* Refactor buttonsDmitriy Zaporozhets2015-03-141-2/+2
* show diff in submodulesHeadless2015-01-191-0/+15
* Set of UI changes mostly for issue and merge requestDmitriy Zaporozhets2014-12-251-0/+18
* Move organizing of comments to helper.Marin Jankovski2014-09-121-0/+14
* Remove unecesarry array operations.Marin Jankovski2014-09-121-9/+9
* Add comments on the side-by-side diff.Marin Jankovski2014-09-121-3/+9
* Fix typo.Marin Jankovski2014-09-091-1/+1