BigW Consortium Gitlab

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