An error occurred fetching the project authors.
  1. 06 Nov, 2017 1 commit
  2. 22 Aug, 2017 1 commit
  3. 21 Aug, 2017 1 commit
  4. 02 Aug, 2017 1 commit
  5. 28 Apr, 2017 1 commit
  6. 06 Apr, 2017 1 commit
  7. 14 Mar, 2017 1 commit
  8. 07 Mar, 2017 1 commit
  9. 18 Oct, 2016 1 commit
    • Nick Thomas's avatar
      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
      4012c695
  10. 09 Aug, 2016 1 commit
  11. 14 Jul, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 12 May, 2016 1 commit
  14. 25 Aug, 2015 1 commit
  15. 10 Aug, 2015 1 commit
  16. 10 Mar, 2015 1 commit
  17. 15 Jan, 2015 1 commit
  18. 13 Oct, 2014 1 commit
    • Vinnie Okada's avatar
      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`.
      b3c70d00