An error occurred fetching the project authors.
  1. 09 Aug, 2016 1 commit
  2. 09 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
      e6b1d166
  3. 10 Apr, 2016 1 commit
  4. 13 Feb, 2016 1 commit
  5. 14 Jan, 2016 1 commit
  6. 07 Oct, 2015 1 commit
  7. 01 Oct, 2015 1 commit
  8. 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
  9. 20 Sep, 2015 1 commit
  10. 01 Sep, 2015 1 commit
  11. 31 Aug, 2015 1 commit
  12. 27 Aug, 2015 2 commits
  13. 09 Jul, 2015 1 commit
  14. 01 Jul, 2015 1 commit
  15. 24 Jun, 2015 2 commits
  16. 29 May, 2015 1 commit
  17. 26 May, 2015 1 commit
  18. 18 May, 2015 1 commit
  19. 14 May, 2015 1 commit
  20. 12 May, 2015 1 commit
  21. 06 May, 2015 1 commit
  22. 30 Apr, 2015 3 commits
  23. 24 Apr, 2015 1 commit
  24. 21 Apr, 2015 3 commits
  25. 20 Apr, 2015 6 commits
  26. 02 Apr, 2015 1 commit
  27. 27 Mar, 2015 2 commits
  28. 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