BigW Consortium Gitlab

  1. 19 Jan, 2017 1 commit
  2. 09 Dec, 2016 1 commit
  3. 28 Nov, 2016 2 commits
  4. 04 Nov, 2016 1 commit
  5. 10 Aug, 2016 1 commit
  6. 04 Aug, 2016 1 commit
  7. 03 Aug, 2016 3 commits
  8. 20 Jul, 2016 1 commit
  9. 19 Jul, 2016 1 commit
  10. 18 Jul, 2016 1 commit
  11. 11 Jul, 2016 1 commit
  12. 08 Jul, 2016 6 commits
  13. 06 Jul, 2016 5 commits
  14. 16 Jun, 2016 2 commits
  15. 10 Jun, 2016 1 commit
  16. 03 Jun, 2016 2 commits
  17. 30 May, 2016 1 commit
  18. 18 May, 2016 1 commit
  19. 13 May, 2016 1 commit
  20. 26 Apr, 2016 6 commits
  21. 14 Apr, 2016 1 commit
    • Always read diff_view setting from the cookie · 90a67a76
      Robert Speicher authored
      Prior, when the user had their view set to "parallel" and then visited a
      merge request's changes tab _without_ passing the `view` parameter via
      query string, the view would be parallel but the `Notes` class was
      always instantiated with the default value from `diff_view` ("inline"),
      resulting in broken markup when the form to add a line note was
      dynamically inserted.
      
      The cookie is set whenever the view is changed, so this value should
      always be up-to-date.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14557