BigW Consortium Gitlab

  1. 07 Oct, 2016 1 commit
  2. 17 Aug, 2016 4 commits
  3. 02 Aug, 2016 1 commit
  4. 01 Aug, 2016 1 commit
    • 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:
  5. 11 Jul, 2016 1 commit
  6. 04 Jul, 2016 1 commit
  7. 29 Jun, 2016 1 commit
  8. 03 Jun, 2016 2 commits
  9. 30 May, 2016 1 commit
  10. 23 May, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 06 May, 2016 1 commit
  13. 25 Apr, 2016 1 commit
  14. 20 Apr, 2016 3 commits
  15. 08 Apr, 2016 1 commit
    • 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.
  16. 06 Apr, 2016 1 commit
  17. 17 Mar, 2016 3 commits
  18. 10 Feb, 2016 1 commit
  19. 11 Jan, 2016 1 commit
  20. 08 Jan, 2016 2 commits
  21. 04 Jan, 2016 1 commit
  22. 25 Dec, 2015 1 commit
  23. 24 Dec, 2015 1 commit
  24. 22 Dec, 2015 4 commits
  25. 21 Dec, 2015 1 commit
  26. 16 Dec, 2015 1 commit
  27. 15 Dec, 2015 2 commits