An error occurred fetching the project authors.
  1. 24 Mar, 2015 1 commit
  2. 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
  3. 21 Mar, 2015 2 commits
  4. 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
  5. 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
  6. 15 Mar, 2015 1 commit
  7. 06 Mar, 2015 1 commit
  8. 02 Mar, 2015 1 commit
  9. 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
  10. 08 Feb, 2015 1 commit
  11. 05 Feb, 2015 1 commit
  12. 27 Jan, 2015 1 commit
  13. 26 Jan, 2015 1 commit
  14. 23 Jan, 2015 2 commits
  15. 23 Oct, 2014 1 commit
  16. 10 Oct, 2014 2 commits
  17. 09 Oct, 2014 1 commit
  18. 06 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      Add task lists to issues and merge requests · 9f0083a9
      Vinnie Okada authored
      Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a
      list item and turn it into a checkbox input.  Users who can modify the
      issue or MR can toggle the checkboxes directly or edit the Markdown to
      manage the tasks.  Task status is also displayed in the MR and issue
      lists.
      9f0083a9
  19. 05 Oct, 2014 2 commits
  20. 03 Oct, 2014 2 commits
  21. 25 Sep, 2014 1 commit
  22. 19 Aug, 2014 1 commit
  23. 18 Aug, 2014 1 commit
  24. 23 Jun, 2014 3 commits
  25. 18 Jun, 2014 1 commit
  26. 26 May, 2014 1 commit
  27. 13 May, 2014 1 commit
  28. 25 Mar, 2014 2 commits
  29. 20 Mar, 2014 1 commit
  30. 14 Mar, 2014 1 commit
  31. 26 Aug, 2013 1 commit
  32. 20 Aug, 2013 1 commit