An error occurred fetching the project authors.
  1. 03 Jan, 2017 1 commit
  2. 31 Dec, 2016 1 commit
  3. 28 Nov, 2016 1 commit
  4. 23 Nov, 2016 1 commit
  5. 07 Oct, 2016 1 commit
  6. 17 Aug, 2016 4 commits
  7. 02 Aug, 2016 1 commit
  8. 01 Aug, 2016 1 commit
    • Robert Speicher's avatar
      Redirect to external issue tracker from `/issues` · a70431f8
      Robert Speicher authored
      Prior, in order to display the correct link to "Issues" in the project
      navigation, we were performing a check against the project to see if it
      used an external issue tracker, and if so, we used that URL. This was
      inefficient.
      
      Now, we simply _always_ link to `namespace_project_issues_path`, and
      then in the controller we redirect to the external tracker if it's
      present.
      
      This also removes the need for the url_for_issue helper. Bonus! :tada:
      a70431f8
  9. 11 Jul, 2016 1 commit
  10. 05 Jul, 2016 1 commit
  11. 04 Jul, 2016 1 commit
  12. 29 Jun, 2016 1 commit
  13. 03 Jun, 2016 2 commits
  14. 30 May, 2016 1 commit
  15. 23 May, 2016 1 commit
  16. 10 May, 2016 1 commit
  17. 06 May, 2016 1 commit
  18. 25 Apr, 2016 1 commit
  19. 20 Apr, 2016 3 commits
  20. 08 Apr, 2016 1 commit
    • connorshea's avatar
      Add "sprite" parameter to emoji_icon helper · 3a196317
      connorshea authored
      The emoji_icon helper used to display the award emoji in Issue and
      Merge Request views. By default the spritesheet is used, but passing
      `sprite: false` to the `emoji_icon` helper makes the emoji render as
      separate images.
      
      For award emoji displayed by default (e.g. thumbs-up, thumbs-down, and
      any that have been awarded to the issue/MR) the independent images are
      used. Only when the full emoji menu is opened does the full spritesheet
      load.
      
      On a normal issue this change decreases the page load by 670KB or 250KB
      depending on pixel density.
      
      Resolves #14334.
      3a196317
  21. 06 Apr, 2016 1 commit
  22. 17 Mar, 2016 4 commits
  23. 24 Feb, 2016 1 commit
  24. 23 Feb, 2016 1 commit
  25. 10 Feb, 2016 2 commits
  26. 09 Feb, 2016 1 commit
  27. 11 Jan, 2016 1 commit
  28. 08 Jan, 2016 2 commits
  29. 04 Jan, 2016 1 commit