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-06-21Merge branch 'remove-banzai-pre-process' into 'master' Robert Speicher
2016-06-09Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew
2016-05-23Enable Performance/StartWith cop and fix offensesRobert Speicher
2016-04-10Remove `random_markdown_tip` helperRobert Speicher
2016-03-03Add a PreProcessPipelineRobert Speicher
2016-02-12Fix relative links in other markup formatsBen Boeckel
2016-01-14Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre
2015-12-16Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-19Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-11-17Refactor duplciate code for groups_controller.rb and slack_service/note_messa...Dmitriy Zaporozhets
2015-11-17Remove code duplication in gitlab_markdown_helper.rbDmitriy Zaporozhets
2015-10-14Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan
2015-10-14Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan
2015-10-13Pass project to RedactorFilterDouwe Maan
2015-10-07Refactor reference gathering to use a dedicated filterDouwe Maan
2015-10-07Return strings where expectedDouwe 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-04Basic support for an Atom-specific rendering pipelineRobert Speicher
2015-09-03Return early from markdown and gfm when text is emptyRobert Speicher
2015-09-02Add post_process method to Gitlab::MarkdownRobert Speicher
2015-09-02Remove `current_user` context from markdown and gfm helpersRobert Speicher
2015-09-01Remove PreferencesHelper include from GitlabMarkdownHelperRobert Speicher
2015-09-01Make sure the `gfm` helper passes the required optionsRobert Speicher
2015-08-31Make `gfm` delegate to `Gitlab::Markdown.gfm` instead of `markdown`Robert Speicher
2015-08-31Fix context options in `markdown` helperRobert Speicher
2015-08-28Add a temporary `gfm` helper that just delegates to `markdown`Robert Speicher
2015-08-28Restore the forwarded HTML options in link_to_gfmRobert Speicher
2015-08-28Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher
2015-08-26Remove user_color_scheme_classRobert 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-06-14Add PreferencesHelper moduleRobert Speicher
2015-06-02Actually ignore references in code blocks etc.Douwe Maan
2015-05-29Fix link_to_gfm with only a reference having the incorrect linkRobert Speicher
2015-05-26Simplify `cross_project_reference` with `to_reference`Robert 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-11Extract handling of relative file links to RelativeLinkFilterJakub Jirutka
2015-04-30Add Gitlab::Markdown::SanitizationFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::AutolinkFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher
2015-04-24Add footnotes support to MarkdownGuillaume Delbergue
2015-04-20Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher