该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 16, 2024
-
-
由 Mario Celi 创作于
-
- 7月 09, 2024
-
-
由 Himanshu Kapoor 创作于
Add support for showing HTML comments in rich text editor as a placeholder element. Changelog: added
-
- 6月 26, 2024
-
-
由 Roger Meier 创作于
IEC 61131-3 Structured text is a programming language for PLCs (programmable logic controllers) used within the automation domain Changelog: added
-
- 6月 11, 2024
-
-
由 Mario Celi 创作于
Allow referenceing group level work items by URL or references (short, long)
-
- 5月 25, 2024
-
-
由 Brett Walker 创作于
This uses `comrak` support to parse wiki links.
-
- 5月 23, 2024
-
-
由 Heinrich Lee Yu 创作于
Changes URLs to markdown uploads to use project / group IDs instead of project / group paths
-
- 5月 16, 2024
-
-
由 GitLab Dependency Bot 创作于
-
- 5月 03, 2024
-
-
由 Brett Walker 创作于
-
- 4月 26, 2024
-
-
由 Brett Walker 创作于
Can now use the native support in the markdown parser Changelog: fixed
-
- 4月 23, 2024
-
-
由 Brett Walker 创作于
Changed: changed
-
- 4月 16, 2024
-
-
由 Brett Walker 创作于
Supports both dollar math and code/GitLab math syntax. Fixes an entire set of bugs with math parsing. Changelog: fixed
-
- 4月 10, 2024
-
-
由 Brett Walker 创作于
-
- 4月 02, 2024
-
-
由 Brett Walker 创作于
Changed: fixed
-
- 3月 28, 2024
-
-
由 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
-
- 1月 20, 2024
-
-
由 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
-
- 1月 10, 2024
-
-
由 Himanshu Kapoor 创作于
In rich text editor, add support for rendering inapplicable task items from markdown content in the plain text editor. Changelog: added
-
由 Brett Walker 创作于
Uses the gem `gitlab-glfm-markdown`, which interfaces with the Rust markdown parser `comrak` Changed: other
-
- 1月 09, 2024
-
-
由 Himanshu Kapoor 创作于
Add support for aligning columns left, right and center in the rich text editor Changelog: added
-
- 11月 13, 2023
-
-
由 Manav Agarwal 创作于
passed bullet attribute in task_list and added tests Changelog: changed
-
- 11月 01, 2023
-
-
由 Brett Walker 创作于
-
- 7月 01, 2023
-
-
由 Himanshu Kapoor 创作于
In the spirit of WYSIWYG, we now disable rendering HTML comments completely in the content editor. Changelog: changed
-
- 6月 29, 2023
-
-
由 Marcel van Remmerden 创作于
-
- 6月 09, 2023
-
-
由 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
-
- 5月 27, 2023
-
-
由 Stan Hu 创作于
The update in libxml2 (https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.0) stopped escaping ASCII characters in HTML: https://gitlab.gnome.org/GNOME/libxml2/-/issues/321. Update the specs and Markdown snapshot accordingly. Set the libxml2 memory allocator via `NOKOGIRI_LIBXML_MEMORY_MANAGEMENT=default` to work around Ruby interpreter bug. This variable can be dropped once https://github.com/ruby/ruby/pull/7663 ships with a Ruby interpreter that is used. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/390313 Changelog: changed
-
- 5月 25, 2023
-
-
由 Brett Walker 创作于
Allow new data-footnote-backref-idx attribute Changelog: changed
-
- 5月 11, 2023
-
-
由 Himanshu Kapoor 创作于
Render dir="auto" in all content editor extensions to automatically support RTL. Changelog: added
-
- 5月 10, 2023
-
-
由 Himanshu Kapoor 创作于
Changelog: changed
-
- 4月 28, 2023
-
-
由 Brett Walker 创作于
in order to move away from using the `lang` attribute
-
- 3月 28, 2023
-
-
由 Brett Walker 创作于
Merge branch 'security-update-glfm' into 'master' See merge request gitlab-org/security/gitlab!3166 Changelog: security
-
- 3月 16, 2023
-
- 2月 09, 2023
-
-
由 Brett Walker 创作于
-
由 Brett Walker 创作于
-
- 2月 07, 2023
-
-
由 Brett Walker 创作于
Changelog: added
-
由 Brett Walker 创作于
Fixes a situation where a user name ending with `_` and refernced with `\_` during autocomplete would not be properly detected. Changelog: fixed
-
- 1月 14, 2023
-
-
由 Brett Walker 创作于
to better handle escaping characters Changelog: changed
-
- 1月 09, 2023
-
-
由 Brett Walker 创作于
to handle additional characters
-
- 12月 20, 2022
-
-
由 Ashvith Shetty 创作于
Added two test cases - one with empty `langParams` and the other with colon followed by `langParams`
-
由 Brett Walker 创作于
Changelog: added
-
- 12月 02, 2022
-
-
由 Chad Woolley 创作于
- Converts GitLab Flavored Markdown Examples from old Golden Master approach to new approach.
-
- 11月 30, 2022
-
-
由 Himanshu Kapoor 创作于
Add support for rendering and editing HTML comments in the comments in the content editor. Changelog: added
-