An error occurred fetching the project authors.
  1. 01 Oct, 2015 1 commit
  2. 23 Sep, 2015 1 commit
    • Stan Hu's avatar
      Fix cases where Markdown did not render links in activity feed · a7b0ee3f
      Stan Hu authored
      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
  3. 20 Sep, 2015 1 commit
  4. 31 Aug, 2015 1 commit
  5. 27 Aug, 2015 2 commits
  6. 09 Jul, 2015 1 commit
  7. 01 Jul, 2015 1 commit
  8. 24 Jun, 2015 2 commits
  9. 29 May, 2015 1 commit
  10. 26 May, 2015 1 commit
  11. 18 May, 2015 1 commit
  12. 14 May, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 06 May, 2015 1 commit
  15. 30 Apr, 2015 3 commits
  16. 24 Apr, 2015 1 commit
  17. 21 Apr, 2015 3 commits
  18. 20 Apr, 2015 6 commits
  19. 02 Apr, 2015 1 commit
  20. 27 Mar, 2015 2 commits
  21. 21 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Fix nested task lists · 1dc90fc4
      Vinnie Okada authored
      When nesting task list items, the parent item is wrapped in a `<p>` tag.
      Update the task list parser to handle these paragraph wrappers.
      1dc90fc4
  22. 15 Mar, 2015 1 commit
  23. 12 Mar, 2015 1 commit
  24. 06 Mar, 2015 1 commit
  25. 24 Feb, 2015 1 commit
  26. 18 Feb, 2015 1 commit
  27. 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
  28. 12 Feb, 2015 1 commit