Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
  2. Nov 06, 2017
  3. Aug 22, 2017
  4. Aug 21, 2017
  5. Aug 02, 2017
  6. Apr 28, 2017
  7. Apr 06, 2017
  8. Mar 14, 2017
  9. Mar 07, 2017
  10. Oct 18, 2016
    • 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
  11. Aug 09, 2016
  12. Jul 14, 2016
  13. Jun 03, 2016
  14. May 12, 2016
  15. Aug 25, 2015
  16. Aug 10, 2015
  17. Mar 10, 2015
  18. Jan 15, 2015
  19. Oct 13, 2014
    • 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
Loading