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 (Expand)Author
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-06-09Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew
2016-04-10Remove `random_markdown_tip` helperRobert Speicher
2016-02-13Fix specs expecting `emoji/` in image pathRobert Speicher
2016-01-14Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre
2015-10-07Refactor reference gathering to use a dedicated filterDouwe Maan
2015-10-07Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-01Fix link with emojiSAKATA Sinji
2015-09-23Fix cases where Markdown did not render links in activity feedStan Hu
2015-09-20Fix Markdown links not showing up in dashboard activity feedStan Hu
2015-09-02Fix GitlabMarkdownHelper specRobert Speicher
2015-08-31Remove invalid spec for GitlabMarkdownHelperRobert Speicher
2015-08-28Restore the forwarded HTML options in link_to_gfmRobert Speicher
2015-08-28Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher
2015-07-09Fixed the issuesDarby
2015-07-02Comment box/Placeholder text redoDarby
2015-06-25Prefix random Markdown tips with "Tip:"Robert Speicher
2015-06-24Show a random Markdown tip in the textarea placeholderRobert Speicher
2015-05-29Fix link_to_gfm with only a reference having the incorrect linkRobert Speicher
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-05-18Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka
2015-05-14Fix reference links in dashboard activity and ATOM feeds.Douwe Maan
2015-05-12Add spec for RelativeLinkFilterJakub Jirutka
2015-05-06Remove all references to `parse_tasks`Robert Speicher
2015-04-30More gitlab_markdown_helper_spec cleanupRobert Speicher
2015-04-30Add Gitlab::Markdown::SanitizationFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-21More cleanup of gitlab_markdown_helper_specRobert Speicher
2015-04-21Use Nokogiri in `link_to_gfm` specsRobert Speicher
2015-04-21Update Gitlab::Markdown to use the :new: EmojiFilter :sparkles:Robert Speicher
2015-04-20Remove more now-invalid specsRobert Speicher
2015-04-20Fix broken specRobert Speicher
2015-04-20Re-arrange spec/helpers/gitlab_markdown_helper_spec a bitRobert Speicher
2015-04-20Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher
2015-04-20Fix GitlabMarkdownHelper specRobert Speicher
2015-04-20Reference filters :sparkles:Robert Speicher
2015-04-02Fix errors.Douwe Maan
2015-03-27Use relative URL for Markdown references, except in mails.Douwe Maan
2015-03-27Return full URLs from GitLabIssueTrackerService.Douwe Maan
2015-03-25Merge branch 'master' into markdown-tagsVinnie Okada
2015-03-21Fix nested task listsVinnie Okada
2015-03-18Merge branch 'master' into markdown-tagsVinnie Okada
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-12Fix tests for emojioneDmitriy Zaporozhets
2015-03-07Automatically link commit ranges to compare page.Douwe Maan
2015-02-24Using gitlab url to build links for gitlab issue tracker and add a spec. Fix ...Marin Jankovski
2015-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
2015-02-18Fix Markdown relative links to files with anchors.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada