BigW Consortium Gitlab

  1. 14 Mar, 2017 1 commit
  2. 07 Mar, 2017 1 commit
  3. 18 Oct, 2016 1 commit
    • Stop event_commit_title from escaping its output · 4012c695
      Nick Thomas authored
      Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer
      to preserve safety when the output is misused. Currently there's oly one user,
      which does the right thing.
      
      Closes #23311
  4. 09 Aug, 2016 1 commit
  5. 14 Jul, 2016 1 commit
  6. 03 Jun, 2016 2 commits
  7. 12 May, 2016 1 commit
  8. 25 Aug, 2015 1 commit
  9. 10 Aug, 2015 1 commit
  10. 10 Mar, 2015 1 commit
  11. 15 Jan, 2015 1 commit
  12. 13 Oct, 2014 1 commit
    • Improve dashboard note view and add tests · b3c70d00
      Vinnie Okada authored
      Update the `#first_line_in_markdown` method so that the first line of
      parsed text is displayed more reliably, and the continuation indicators
      ("...") are displayed in all cases where the note is truncated.
      
      Also add Rspec tests for `EventsHelper#event_note`.