BigW Consortium Gitlab

  1. 14 Jan, 2016 1 commit
  2. 15 Dec, 2015 2 commits
  3. 17 Nov, 2015 2 commits
  4. 14 Oct, 2015 2 commits
  5. 13 Oct, 2015 1 commit
  6. 07 Oct, 2015 2 commits
  7. 01 Oct, 2015 1 commit
  8. 23 Sep, 2015 1 commit
    • 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
  9. 20 Sep, 2015 1 commit
  10. 09 Sep, 2015 1 commit
  11. 03 Sep, 2015 2 commits
  12. 01 Sep, 2015 3 commits
  13. 31 Aug, 2015 3 commits
  14. 27 Aug, 2015 3 commits
  15. 26 Aug, 2015 1 commit
  16. 25 Aug, 2015 1 commit
    • 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.
  17. 09 Jul, 2015 1 commit
  18. 01 Jul, 2015 1 commit
  19. 24 Jun, 2015 2 commits
  20. 13 Jun, 2015 1 commit
    • 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.
  21. 02 Jun, 2015 1 commit
  22. 29 May, 2015 1 commit
  23. 26 May, 2015 1 commit
  24. 18 May, 2015 1 commit
  25. 14 May, 2015 1 commit
  26. 11 May, 2015 1 commit
  27. 30 Apr, 2015 2 commits