gitlab-org--gitlab-foss/app/helpers
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
..
appearances_helper.rb Get rid of black logo 2015-02-24 23:17:11 -08:00
application_helper.rb Use `start_with?` instead of String slicing to check for external links 2015-04-12 18:04:50 -04:00
application_settings_helper.rb More restricted visibility changes 2015-03-10 18:36:43 -06:00
blob_helper.rb Improve file icons rendering on tree 2015-03-28 16:49:05 +01:00
branches_helper.rb Refactor GitAccess to use instance variables. 2015-03-24 14:11:48 +01:00
broadcast_messages_helper.rb Customization and previewing of broadcast messages 2013-12-18 17:43:45 -05:00
commits_helper.rb Add Commit#author and #committer. 2015-04-02 10:57:01 +02:00
compare_helper.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
dashboard_helper.rb Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
diff_helper.rb Fix merge request comments on files with multiple commits 2015-04-15 18:23:57 +02:00
emails_helper.rb Revert "Merge branch 'fix_email_images' into 'master'" 2015-04-13 12:34:47 +02:00
events_helper.rb List new commits for newly pushed branch in activity view. 2015-03-18 14:28:50 +01:00
explore_helper.rb Add project filter by visibility and tag to explore page 2015-03-10 15:59:14 -07:00
external_wiki_helper.rb Add a service to support external wikis 2015-03-12 19:13:51 +01:00
git_helper.rb Hide gpg signature on tags page from tag message 2014-11-18 18:00:38 +02:00
gitlab_markdown_helper.rb Use `\A` and `\z` in regexes instead of `^` and `$`. 2015-04-10 18:31:07 +02:00
gitlab_routing_helper.rb Better looking milestone lists 2015-04-01 02:45:47 +03:00
graph_helper.rb Append in place for strings and arrays 2015-01-01 21:12:00 +01:00
groups_helper.rb Consistently use "invitation" rather than "invite" in text. 2015-04-14 12:25:16 +02:00
icons_helper.rb Check symlink mode as a String for file_type_icon_class 2015-04-01 23:34:33 -04:00
issues_helper.rb Use relative URL for Markdown references, except in mails. 2015-03-27 10:39:05 +01:00
labels_helper.rb Improve UI for issues filters 2015-03-27 12:00:31 -07:00
merge_requests_helper.rb Style/RedundantReturn enabled 2015-03-24 18:35:57 -07:00
milestones_helper.rb Improve UI for issues filters 2015-03-27 12:00:31 -07:00
namespaces_helper.rb Prevent database query each time we render group avatar 2015-03-12 13:56:53 -07:00
nav_helper.rb Adds persistent collapse button for left side bar 2015-02-03 11:45:33 -05:00
notes_helper.rb Fix bug where editing a comment with "+1" or "-1" would cause a server error 2015-03-02 15:26:00 -08:00
notifications_helper.rb Use `icon` helper method in helper modules 2015-01-28 03:48:18 -05:00
oauth_helper.rb Restyle oauth accounts at profile page and add ability to unlink account 2015-03-21 17:46:00 -07:00
profile_helper.rb Restyle oauth accounts at profile page and add ability to unlink account 2015-03-21 17:46:00 -07:00
projects_helper.rb Consistently use "invitation" rather than "invite" in text. 2015-04-14 12:25:16 +02:00
search_helper.rb Update views to single form of address. Change "my" to "your" 2015-03-22 20:10:12 -07:00
selects_helper.rb Let members be invited from Add members pane. 2015-04-14 12:08:10 +02:00
snippets_helper.rb Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
sorting_helper.rb Refactor sorting in project 2015-02-05 19:15:05 -08:00
submodule_helper.rb Merge branch 'regex-start-of-string' into 'master' 2015-04-12 07:36:40 +00:00
tab_helper.rb Use `project_member` instead of `team_member`. 2015-03-15 13:50:38 +01:00
tags_helper.rb Append in place for strings and arrays 2015-01-01 21:12:00 +01:00
tree_helper.rb Improve file icons rendering on tree 2015-03-28 16:49:05 +01:00
visibility_level_helper.rb Handle null restricted_visibility_levels setting 2015-03-16 13:29:27 -06:00
wiki_helper.rb Fix bug where Wiki pages that include a '/' were no longer accessible 2015-04-07 09:10:11 -07:00