gitlab-org--gitlab-foss/app/views/projects/notes
Dominik Sander d4fec49abc Fix merge request comments on files with multiple commits
Having a merge request with a comments on a line which is then changed
in a later commit prevented new comments from properly showing up in the
merge request show page.

 * `Note#set_diff` do not use stored the diff when creating a new note
   in merge requests (we can not be sure the diff did not changed since
   the last comment on that line)
 * Do not rely just on `outdated?` of the first note when displaying
   comments of a MR in the discussion tab, but partition the
   active/outdated notes and display them all
 * In the inline changes tab just select the active notes, so an
   outdated note does not prevent an active one from being rendered
 * Just show active comments in the side-by-side changes tab
2015-04-15 18:23:57 +02:00
..
discussions Fix diff header in discussion blocks 2015-03-24 16:27:40 -07:00
_commit_discussion.html.haml Improve discussions 2014-06-24 22:19:35 +03:00
_diff_notes_with_reply.html.haml Upgrade to Font Awesome v4.2 2014-10-03 12:19:24 +02:00
_diff_notes_with_reply_parallel.html.haml Upgrade to Font Awesome v4.2 2014-10-03 12:19:24 +02:00
_discussion.html.haml Fix merge request comments on files with multiple commits 2015-04-15 18:23:57 +02:00
_edit_form.html.haml Fix bug where editing a comment with "+1" or "-1" would cause a server error 2015-03-02 15:26:00 -08:00
_form.html.haml Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
_form_errors.html.haml Minor UI improve for dashboard events 2013-07-04 17:10:34 +03:00
_note.html.haml Explicitly set image alt to prevent graphical glitches 2015-04-13 21:07:42 +02:00
_notes.html.haml Make note anchors actually work 2013-12-25 13:32:43 +02:00
_notes_with_form.html.haml Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00