Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 6月 26, 2024
  2. 6月 11, 2024
  3. 5月 25, 2024
  4. 5月 23, 2024
  5. 5月 16, 2024
  6. 5月 03, 2024
  7. 4月 26, 2024
  8. 4月 23, 2024
  9. 4月 16, 2024
  10. 4月 10, 2024
  11. 4月 02, 2024
  12. 3月 28, 2024
    • Himanshu Kapoor's avatar
      Add autocomplete support for wiki pages · 27c318f7
      Himanshu Kapoor 创作于
      Add support for autocompleting wiki pages in other wiki pages,
      issues, epics, MRs and work items.
      
      - This MR Adds autocomplete support for Wiki pages in other
      wiki pages and issues using the `[[` shortcut.
      - Issues in projects can now autocomplete links to project
      wiki pages.
      - Epics can autocomplete links to group wiki pages.
      - You can search for pages by title to find the doc page you want.
      
      Notes:
      
      - On group level items like epics and group level work items,
      you can only autocomplete group level wiki pages. (EE only)
      - On project level items like issues, MRs and project level work
      items, you can only autocomplete wiki pages in the same project.
      
      Changelog: added
      未验证
      27c318f7
  13. 1月 20, 2024
    • Himanshu Kapoor's avatar
      Use content editor's serializer for copy_as_gfm · 7a5806a6
      Himanshu Kapoor 创作于
      Until now, copy_as_gfm feature used its own serializer to copy content
      as markdown. Since content editor also has its own serializer, we remove
      the serializer in use in copy_as_gfm and use the one in content editor
      instead.
      
      Changelog: changed
      未验证
      7a5806a6
  14. 1月 10, 2024
  15. 1月 09, 2024
  16. 11月 13, 2023
  17. 11月 01, 2023
  18. 7月 01, 2023
  19. 6月 29, 2023
  20. 6月 09, 2023
    • Himanshu Kapoor's avatar
      Fix issues with pasting html in content editor · bf1b28aa
      Himanshu Kapoor 创作于
      - Do not render class attribute as it could render in unexpected ways,
      which aren't supported when real markdown is rendered.
      - Strip any stray div, span or pre tags in pasted HTML before paste
      
      Changelog: fixed
      bf1b28aa
  21. 5月 27, 2023
  22. 5月 25, 2023
  23. 5月 11, 2023
  24. 5月 10, 2023
  25. 4月 28, 2023
  26. 3月 28, 2023
  27. 3月 16, 2023
  28. 2月 09, 2023
  29. 2月 07, 2023
  30. 1月 14, 2023
  31. 1月 09, 2023
  32. 12月 20, 2022
  33. 12月 02, 2022
  34. 11月 30, 2022
  35. 11月 15, 2022
  36. 11月 14, 2022
    • Chad Woolley's avatar
      Add styling to GLFM specification HTML · 1874ca68
      Chad Woolley 创作于
      - Adds numbering, table of contents, and other
        structure/styling to markdown examples, like the standard
        CommonMark and GitHub Flavored Markdown rendered HTML
        specifications
      1874ca68
加载中