1. 28 8月, 2015 1 次提交
  2. 13 8月, 2015 1 次提交
  3. 30 6月, 2015 1 次提交
  4. 03 6月, 2015 1 次提交
  5. 28 5月, 2015 1 次提交
  6. 21 5月, 2015 1 次提交
  7. 14 5月, 2015 2 次提交
  8. 12 5月, 2015 1 次提交
  9. 11 5月, 2015 1 次提交
  10. 07 5月, 2015 2 次提交
  11. 01 5月, 2015 4 次提交
  12. 24 4月, 2015 1 次提交
  13. 22 4月, 2015 1 次提交
  14. 21 4月, 2015 3 次提交
  15. 18 4月, 2015 1 次提交
  16. 04 4月, 2015 1 次提交
  17. 03 4月, 2015 1 次提交
  18. 02 4月, 2015 1 次提交
  19. 28 3月, 2015 1 次提交
    • V
      Parse GFM references after sanitizing · 9deda682
      Vinnie Okada 提交于
      Parse GFM references - labels, issues, MRs, etc. - after calling the
      HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted
      attributes like `style`.
      9deda682
  20. 27 3月, 2015 2 次提交
  21. 24 3月, 2015 1 次提交
  22. 23 3月, 2015 1 次提交
    • V
      Fix SanitizationFilter bugs · a7afc063
      Vinnie Okada 提交于
      Return a `SafeBuffer` instead of a `String` from the `#gfm_with_options`
      method so that Rails doesn't escape our markup.
      
      Also add `<span>` to the sanitization whitelist to avoid breaking syntax
      highlighting in code blocks.
      a7afc063
  23. 21 3月, 2015 2 次提交
  24. 20 3月, 2015 1 次提交
    • V
      Change HTML sanitization · 52bf95ae
      Vinnie Okada 提交于
      Use the `SanitizationFilter` class from the html-pipeline gem for inline
      HTML instead of calling the Rails `sanitize` method.
      52bf95ae
  25. 17 3月, 2015 1 次提交
    • C
      Fix invalid Atom feeds when using emoji, horizontal rules, or images. · 90aa870c
      Christian Walther 提交于
      Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
      90aa870c
  26. 15 3月, 2015 1 次提交
  27. 07 3月, 2015 1 次提交
  28. 02 3月, 2015 1 次提交
  29. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  30. 09 2月, 2015 1 次提交
  31. 06 2月, 2015 1 次提交