Skip to content
Snippets Groups Projects
  1. Dec 20, 2019
  2. Sep 18, 2019
  3. Sep 13, 2019
  4. Jun 24, 2019
  5. May 07, 2019
  6. Apr 24, 2019
  7. Apr 23, 2019
  8. Apr 18, 2019
  9. Apr 09, 2019
  10. Apr 05, 2019
  11. Mar 26, 2019
    • Douwe Maan's avatar
      Remove .wiki and @md-typography mixin in favor of .md and .md-file · 838f7e56
      Douwe Maan authored
      Before, the styling for `img:not(.emoji)`` was repeated between
      `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
      preview), `.documentation.wiki` (for help pages), and
      `.issuable-details .description .wiki` (for MR and issue descriptions).
      
      In these places, we now simply use `.md`. Wherever we use `.md` but
      don't want this image styling (like wikis and blobs), `.md-file` is
      added.
      Unverified
      838f7e56
  12. Mar 21, 2019
  13. Feb 21, 2019
  14. Feb 20, 2019
  15. Jan 25, 2019
    • Andrew Fontaine's avatar
      Indicate on Status if Issue was Moved · 01a713d6
      Andrew Fontaine authored
      Add the text `(moved)` to the `Closed` status indicator on a closed
      issue if the reason the issue was closed was due to moving it.
      
      This only applies to closed issues. Issues that were closed and moved
      then later re-opened only show `Open`. This makes it more immidately
      clear why the issue was closed.
      01a713d6
  16. Dec 19, 2018
  17. Dec 12, 2018
  18. Oct 23, 2018
  19. Sep 19, 2018
  20. Sep 04, 2018
  21. May 10, 2018
  22. Apr 17, 2018
  23. Apr 16, 2018
  24. Apr 13, 2018
  25. Apr 11, 2018
    • Bob Van Landuyt's avatar
      Show `New Issue` link for projects · c39e3f22
      Bob Van Landuyt authored
      When a user is not logged in, we want to show the `New Issue` link so
      he gets directed to the login flow first.
      
      When a project is archived, we never want to show the link.
      c39e3f22
  26. Apr 09, 2018
  27. Feb 28, 2018
  28. Feb 26, 2018
    • Jan Provaznik's avatar
      Don't convert issuable_initial_data into JSON · 22addf26
      Jan Provaznik authored
      Instead of converting hash into JSON inside
      issuable_initial_data method, return hash and convert
      to JSON later. This allows us to easily extend basic
      issuable data with resource specific values. For example
      for Epic these data should include also labels, so we can then
      do something like:
      issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
      22addf26
  29. Feb 23, 2018
  30. Feb 20, 2018
Loading