An error occurred fetching the project authors.
  1. 22 Feb, 2018 1 commit
  2. 17 Jan, 2018 1 commit
  3. 13 Dec, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 24 Aug, 2017 3 commits
  6. 24 Jul, 2017 1 commit
  7. 21 Jul, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 14 Apr, 2017 1 commit
  10. 13 Mar, 2017 2 commits
  11. 06 Mar, 2017 1 commit
    • Eric Eastwood's avatar
      Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
      e6fc0207
  12. 03 Jan, 2017 1 commit
  13. 31 Dec, 2016 1 commit
  14. 23 Nov, 2016 1 commit
  15. 07 Oct, 2016 1 commit
  16. 17 Aug, 2016 4 commits
  17. 02 Aug, 2016 1 commit
  18. 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
  19. 11 Jul, 2016 1 commit
  20. 04 Jul, 2016 1 commit
  21. 29 Jun, 2016 1 commit
  22. 03 Jun, 2016 2 commits
  23. 30 May, 2016 1 commit
  24. 23 May, 2016 1 commit
  25. 10 May, 2016 1 commit
  26. 06 May, 2016 1 commit
  27. 25 Apr, 2016 1 commit
  28. 20 Apr, 2016 3 commits
  29. 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
  30. 06 Apr, 2016 1 commit
  31. 17 Mar, 2016 1 commit