An error occurred fetching the project authors.
  1. 30 Nov, 2015 1 commit
  2. 14 Oct, 2015 1 commit
  3. 13 Oct, 2015 1 commit
  4. 06 Sep, 2015 1 commit
  5. 03 Sep, 2015 1 commit
  6. 01 Sep, 2015 3 commits
  7. 31 Aug, 2015 1 commit
  8. 27 Aug, 2015 2 commits
  9. 13 Aug, 2015 1 commit
  10. 30 Jun, 2015 1 commit
  11. 02 Jun, 2015 1 commit
  12. 27 May, 2015 1 commit
  13. 20 May, 2015 1 commit
  14. 14 May, 2015 1 commit
  15. 13 May, 2015 1 commit
  16. 11 May, 2015 2 commits
  17. 06 May, 2015 2 commits
  18. 30 Apr, 2015 4 commits
  19. 23 Apr, 2015 1 commit
  20. 21 Apr, 2015 1 commit
  21. 20 Apr, 2015 3 commits
  22. 18 Apr, 2015 1 commit
  23. 03 Apr, 2015 1 commit
  24. 02 Apr, 2015 2 commits
  25. 28 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Parse GFM references after sanitizing · 9deda682
      Vinnie Okada authored
      Parse GFM references - labels, issues, MRs, etc. - after calling the
      HTML Pipeline `SanitizationFilter` so that we can use non-whitelisted
      attributes like `style`.
      9deda682
  26. 27 Mar, 2015 2 commits
  27. 24 Mar, 2015 1 commit
  28. 23 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Fix SanitizationFilter bugs · a7afc063
      Vinnie Okada authored
      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