An error occurred fetching the project authors.
  1. 11 May, 2015 2 commits
  2. 06 May, 2015 2 commits
  3. 30 Apr, 2015 4 commits
  4. 23 Apr, 2015 1 commit
  5. 21 Apr, 2015 1 commit
  6. 20 Apr, 2015 3 commits
  7. 18 Apr, 2015 1 commit
  8. 03 Apr, 2015 1 commit
  9. 02 Apr, 2015 2 commits
  10. 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
  11. 27 Mar, 2015 2 commits
  12. 24 Mar, 2015 1 commit
  13. 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
  14. 21 Mar, 2015 2 commits
  15. 20 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Change HTML sanitization · 52bf95ae
      Vinnie Okada authored
      Use the `SanitizationFilter` class from the html-pipeline gem for inline
      HTML instead of calling the Rails `sanitize` method.
      52bf95ae
  16. 16 Mar, 2015 1 commit
    • Christian Walther's avatar
      Fix invalid Atom feeds when using emoji, horizontal rules, or images. · 90aa870c
      Christian Walther authored
      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
  17. 15 Mar, 2015 1 commit
  18. 06 Mar, 2015 1 commit
  19. 02 Mar, 2015 1 commit
  20. 14 Feb, 2015 1 commit
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      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
  21. 08 Feb, 2015 1 commit
  22. 05 Feb, 2015 1 commit
  23. 27 Jan, 2015 1 commit
  24. 26 Jan, 2015 1 commit
  25. 23 Jan, 2015 2 commits
  26. 23 Oct, 2014 1 commit
  27. 10 Oct, 2014 2 commits
  28. 09 Oct, 2014 1 commit