summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_parallel_view.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-2/+1
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-3/+5
* take nonewline context into account in diff parsermhasbini2017-03-131-2/+2
* Fixed bugs with diff comment avatarsPhil Hughes2017-03-091-2/+2
* Added discussion comments avatars to diffPhil Hughes2017-03-081-6/+11
* prevent diff unfolding link from appearing for deleted filesMike Greiling2017-02-161-1/+1
* only show diff unfolding link if there are more lines to showMike Greiling2017-02-161-2/+3
* Merge branch '26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks' i...Jacob Schatz2017-02-031-4/+4
|\
| * ensure linenumber data attribute is correct for the last line in a diff chunk26300-line-numbers-are-off-in-dynamically-loaded-diff-chunksMike Greiling2017-01-181-4/+3
| * ensure last line in diff block is contained within a table row elementMike Greiling2017-01-181-1/+2
* | Merge branch '26829-diff-unfolding-links-erroneously-present-on-no-newline-li...Jacob Schatz2017-02-031-2/+10
|\ \
| * | prevent nonewline type diff lines from containing unfolding link26829-diff-unfolding-links-erroneously-present-on-no-newline-linesMike Greiling2017-01-181-2/+10
| |/
* | Prevent copying of line numbers in parallel diff view27021-line-numbers-now-in-copy-pasta-datasamrose32017-01-221-2/+2
|/
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-6/+6
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
* Fix horizontal padding for highlight blocks23661-lacking-padding-on-syntax-highlight-blocks-in-diff-commentsLuke Bennett2016-10-251-1/+1
* Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-4/+6
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-24/+27
* Registered FilesCommentButton as a jQuery plugin and made review changesLuke "Jared" Bennett2016-07-081-2/+2
* Merge branch 'master' into faster-diffsDouwe Maan2016-07-071-11/+9
|\
| * Use HAML class syntax in diff line partialsDouwe Maan2016-07-071-4/+4
| * Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-8/+6
* | Simplify HAML code using unless condition and nestingPaco Guzman2016-07-061-6/+5
* | Moving up common html data attributesPaco Guzman2016-07-061-3/+3
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-15/+11
|/
* Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan2016-05-131-3/+3
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-5/+5
* Diff viewer links to correct part of the filePhil Hughes2016-04-141-4/+4
* Use consistent markup and styling for highlighting across blobs, diffs, blame...Douwe Maan2016-01-211-8/+8
* Properly highlight lines around '\ No newline at end of file'Douwe Maan2016-01-201-0/+5
* Move parallel diff logic to separate classDouwe Maan2016-01-201-3/+3
* Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-2/+2
* Refactor parallel_diff generation a bit.Douwe Maan2016-01-141-25/+18
* Little refactor for usage of html_safe. #3945Rubén Dávila2016-01-131-2/+2
* Use html_safe instead of raw. #3945Rubén Dávila2016-01-131-2/+2
* Fix broken specs. #3945Rubén Dávila2016-01-081-2/+2
* Add some styling for syntax highlighting themes. #3945Rubén Dávila2016-01-071-1/+1
* Force white theme when viewing diffs. #3945Rubén Dávila2016-01-061-1/+1
* Use #html_safe instead of #raw in some diff views. #3945Rubén Dávila2016-01-061-2/+2
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-4/+2
* Add syntax highlighting to diff view. #3945Rubén Dávila2015-12-281-3/+5
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-2/+2
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-1/+5
* Move organizing of comments to helper.Marin Jankovski2014-09-121-14/+8
* Remove unecesarry array operations.Marin Jankovski2014-09-121-6/+6
* Add comments on the side-by-side diff.Marin Jankovski2014-09-121-8/+28
* Wrap should always be enabled for parallel diff.Marin Jankovski2014-09-101-1/+1
* Add line code to parallel diff for linking.Marin Jankovski2014-09-091-8/+9
* Refactor diff viewsDmitriy Zaporozhets2014-09-081-0/+26