summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_parallel_view.html.haml
Commit message (Collapse)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
| | | | | | | | | | | | | The comment button on commit view was way out to the left side because the element that renders the diff avatars was rendering when it shouldnt be When commenting on a discussion on the discussions tab it would try to render the avatar & in some cases work correctly even though it shouldnt be possible for this to happen. Changed the if statement to take this into account Closes #29237, #29238, #29243
* 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' ↵Jacob Schatz2017-02-031-4/+4
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Line numbers are off in dynamically loaded diff chunks" Closes #26300 See merge request !8428
| * 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 ↵Jacob Schatz2017-02-031-2/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '26829-diff-unfolding-links-erroneously-present-on-no-newline-lines' into 'master' Prevent "nonewline" type diff lines from showing a diff unfolding link Closes #26829 See merge request !8632
| * | 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
|\ | | | | | | | | | | | | | | | | # Conflicts: # app/helpers/notes_helper.rb # app/views/projects/diffs/_line.html.haml # app/views/projects/diffs/_parallel_view.html.haml # app/views/projects/diffs/_text_file.html.haml # features/steps/shared/diff_note.rb
| * 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
| | | | | | Extract diff line data attributes to helper methods
* | 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
| | | | | | Added highlight colours to diff rows Closes #13852
* Use consistent markup and styling for highlighting across blobs, diffs, ↵Douwe Maan2016-01-211-8/+8
| | | | blame and snippets
* 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
| | | | | | * It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly.
* 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
| | | | | | | | | | | | | | | | | write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-1/+5
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* 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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>