An error occurred fetching the project authors.
  1. 23 May, 2016 1 commit
  2. 10 Apr, 2016 1 commit
  3. 03 Mar, 2016 1 commit
  4. 12 Feb, 2016 1 commit
    • Ben Boeckel's avatar
      Fix relative links in other markup formats · e919b5a4
      Ben Boeckel authored
      - Apply the RelativeLinkFilter filter to other formats, e.g.,
        reStructuredText so links from the Files view or the Project view work
      - Remove the AsciidocPipeline pipeline
      
      Fixes #3533.
      e919b5a4
  5. 14 Jan, 2016 1 commit
  6. 15 Dec, 2015 2 commits
  7. 17 Nov, 2015 2 commits
  8. 14 Oct, 2015 2 commits
  9. 13 Oct, 2015 1 commit
  10. 07 Oct, 2015 2 commits
  11. 01 Oct, 2015 1 commit
  12. 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
  13. 20 Sep, 2015 1 commit
  14. 09 Sep, 2015 1 commit
  15. 03 Sep, 2015 2 commits
  16. 01 Sep, 2015 3 commits
  17. 31 Aug, 2015 3 commits
  18. 27 Aug, 2015 3 commits
  19. 26 Aug, 2015 1 commit
  20. 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
  21. 09 Jul, 2015 1 commit
  22. 01 Jul, 2015 1 commit
  23. 24 Jun, 2015 2 commits
  24. 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
  25. 02 Jun, 2015 1 commit
  26. 29 May, 2015 1 commit
  27. 26 May, 2015 1 commit
  28. 18 May, 2015 1 commit