1. 07 11月, 2017 1 次提交
  2. 06 9月, 2017 1 次提交
  3. 03 8月, 2017 1 次提交
  4. 02 8月, 2017 1 次提交
  5. 01 8月, 2017 1 次提交
  6. 06 7月, 2017 1 次提交
  7. 21 6月, 2017 1 次提交
  8. 27 4月, 2017 6 次提交
  9. 25 4月, 2017 2 次提交
  10. 15 3月, 2017 1 次提交
  11. 07 3月, 2017 2 次提交
    • E
      f602efea
    • E
      Use native unicode emojis · e6fc0207
      Eric Eastwood 提交于
       - 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. 23 2月, 2017 4 次提交
  13. 26 1月, 2017 2 次提交
  14. 03 1月, 2017 1 次提交
  15. 18 11月, 2016 1 次提交
    • L
      Use `Gitlab.config.gitlab.host` over `'localhost'` · 9c4e0d64
      Lin Jen-Shin 提交于
      This would fix long standing failures running tests on
      my development machine, which set `Gitlab.config.gitlab.host`
      to another host because it's not my local computer. Now I
      finally cannot withstand it and decided to fix them once and
      for all.
      9c4e0d64
  16. 09 8月, 2016 1 次提交
  17. 09 6月, 2016 1 次提交
    • T
      Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew 提交于
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
      e6b1d166
  18. 10 4月, 2016 1 次提交
  19. 14 2月, 2016 1 次提交
  20. 14 1月, 2016 1 次提交
  21. 07 10月, 2015 1 次提交
  22. 02 10月, 2015 1 次提交
  23. 23 9月, 2015 1 次提交
    • S
      Fix cases where Markdown did not render links in activity feed · a7b0ee3f
      Stan Hu 提交于
      HTML would be stripped in `truncate_if_block` when a comment had multiple lines
      and the first wasn't long enough to be truncated. The use of `node.content` would
      strip all HTML tags. Using `node.inner_html` retains these tags and puts the
      "..." in between paragraph tags.
      
      Closes #2586
      a7b0ee3f
  24. 21 9月, 2015 1 次提交
  25. 02 9月, 2015 1 次提交
  26. 01 9月, 2015 1 次提交
  27. 28 8月, 2015 2 次提交
  28. 10 7月, 2015 1 次提交