Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Jan 16, 2018
  3. Dec 19, 2017
  4. Dec 07, 2017
  5. Nov 23, 2017
  6. Sep 06, 2017
  7. Jul 28, 2017
  8. Jul 05, 2017
  9. Jun 26, 2017
  10. Jun 04, 2017
  11. Apr 27, 2017
  12. Apr 21, 2017
  13. Apr 19, 2017
  14. Mar 29, 2017
  15. Mar 23, 2017
    • Phil Hughes's avatar
      Fixes project list lines breaking · 068ce7dd
      Phil Hughes authored
      This will only hapen in certain situations ie. when the star count is a
      lot. We were previously fixing it by hard coding a max-width.
      
      This changes it to use flexbox which allows the content to decide when
      it should be truncated. The rows don't always need truncating, so we
      shouldn't hard code a width.
      
      Closes #29018
      068ce7dd
  16. Mar 16, 2017
  17. Mar 13, 2017
  18. Dec 31, 2016
  19. Nov 03, 2016
  20. Nov 01, 2016
  21. Oct 07, 2016
    • Nick Thomas's avatar
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
      99205515
  22. Aug 12, 2016
  23. Aug 09, 2016
  24. Jul 25, 2016
  25. Jul 07, 2016
  26. Jun 03, 2016
  27. May 25, 2016
  28. Apr 13, 2016
  29. Apr 11, 2016
  30. Mar 22, 2016
  31. Mar 21, 2016
  32. Mar 20, 2016
  33. Mar 18, 2016
  34. Mar 07, 2016
  35. Feb 26, 2016
Loading