An error occurred fetching the project authors.
  1. 13 Oct, 2015 1 commit
  2. 07 Oct, 2015 2 commits
  3. 01 Oct, 2015 1 commit
  4. 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
  5. 20 Sep, 2015 1 commit
  6. 09 Sep, 2015 1 commit
  7. 03 Sep, 2015 2 commits
  8. 01 Sep, 2015 3 commits
  9. 31 Aug, 2015 3 commits
  10. 27 Aug, 2015 3 commits
  11. 26 Aug, 2015 1 commit
  12. 25 Aug, 2015 1 commit
    • Robert Speicher's avatar
      Remove user_color_scheme_class · 2c3e42e4
      Robert Speicher authored
      Instead of rendering this value server-side, we use Javascript and Gon
      to apply the user's color scheme (or the default) to any syntax
      highlighted code blocks.
      
      This will make it easier to cache these blocks in the future because
      they're no longer state-dependent.
      2c3e42e4
  13. 09 Jul, 2015 1 commit
  14. 01 Jul, 2015 1 commit
  15. 24 Jun, 2015 2 commits
  16. 13 Jun, 2015 1 commit
    • Robert Speicher's avatar
      Add PreferencesHelper module · 8112f755
      Robert Speicher authored
      Consolidates the helpers related to user preferences.
      
      Renames `app_theme` to `user_application_theme` to better explain what
      it is.
      8112f755
  17. 02 Jun, 2015 1 commit
  18. 29 May, 2015 1 commit
  19. 26 May, 2015 1 commit
  20. 18 May, 2015 1 commit
  21. 14 May, 2015 1 commit
  22. 11 May, 2015 1 commit
  23. 30 Apr, 2015 3 commits
  24. 24 Apr, 2015 1 commit
  25. 20 Apr, 2015 1 commit
  26. 10 Apr, 2015 1 commit
  27. 09 Apr, 2015 1 commit
  28. 03 Apr, 2015 1 commit
  29. 02 Apr, 2015 1 commit