Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2018-06-14enable CommonMark as the defaultBrett Walker
2018-01-29Add Colors to GitLab Flavored MarkdownTony Rom
2017-12-14clearer-documentation-on-inline-diffsDimitrie Hoekstra
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-08-07Support references to group milestonesSean McGivern
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-04-25Fix rendering emoji inside a stringblackst0ne
2017-03-06SanitizationFilter allows html5 details and summary (Issue #21605)James
Also adds details/summary tags to Copy-as-GFM
2016-07-20Remove VideoJS and clean the integrationRémy Coutable
Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-08Set target="_blank" for external linksAlfredo Sumaran
2016-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
# Conflicts: # app/services/system_note_service.rb
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler
Gitlab::Diff::InlineDiff
2016-04-21Transforming milestones link references to the short reference formAlejandro Rodríguez
2016-04-21Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez
Using the syntax proposed in #13829 [project_reference]%(milestone_id | milestone_name) to get a link to the referred milestone.
2016-03-03Add support for keyword arguments in label reference methodGrzegorz Bizon
2016-01-14Add tests for the wiki pipelineDouglas Barbosa Alexandre
2016-01-07Milestone reference is a Markdown linkDouwe Maan
2015-12-24Render milestone links as referencesDouwe Maan
2015-12-03Use URL helpers in specsDouwe Maan
2015-12-01Add new references to markdown feature spec.Douwe Maan
2015-07-29Add RelativeLinkFilter section to Markdown fixtureRobert Speicher
2015-07-29Make links inside ignored elements uniqueRobert Speicher
This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
2015-05-27Add ExternalLinkFilter to Markdown pipelineRobert Speicher
Forces a `rel="nofollow"` attribute on all external links.
2015-05-26Use to_reference in Markdown feature specRobert Speicher
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-08Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets
Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
2015-05-07Add Markdown feature specs for markup inside linksRobert Speicher
It was already working, just want to make sure we don't break it in the future.
2015-05-06Add TaskList to Markdown feature specRobert Speicher
2015-04-30Remove special handling for the `&#39;` problemRobert Speicher
While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
2015-04-30Add a feature spec for our entire Markdown parsing stackRobert Speicher