| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'patch/fix-markdown-preview-wikis' into 'master' | Robert Speicher | 2016-04-07 | 1 | -2/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | Wiki preview URL converting problem [via Markdown] Current implementation when rendering the preview, thinks relative links are for project repository files. We are creating a new preview route that will define correct context data to render for wikis instead. Fixes #2380, #1184 See merge request !3461 | ||||
| | * | Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikis | Gabriel Mazetto | 2016-04-06 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed WikiPipeline and specs | Gabriel Mazetto | 2016-04-06 | 1 | -1/+1 |
| | | | |||||
| | * | Added WikiLinkFilter | Gabriel Mazetto | 2016-04-01 | 1 | -2/+4 |
| | | | |||||
| * | | Wrap images in discussions and wikis with a link to the image source using ↵ | connorshea | 2016-04-04 | 1 | -0/+1 |
| |/ | | | | | | | | ImageLinkFilter. Resolves #14411. See merge request !3464 | ||||
| * | Remove redundant `require`s from Banzai filesrs-banzai-requires | Robert Speicher | 2016-03-24 | 2 | -4/+0 |
| | | | | | We're trying to avoid circular dependency errors. | ||||
| * | Add YamlFrontMatterFilter to the PreProcessPipeline | Robert Speicher | 2016-03-04 | 1 | -1/+2 |
| | | | | | | This filter will detect YAML Front Matter and convert it to an HTML table for prettier formatting. | ||||
| * | Add a PreProcessPipeline | Robert Speicher | 2016-03-02 | 1 | -0/+16 |
| | | |||||
| * | Add FilterArray class to Banzairs-filter-array | Robert Speicher | 2016-03-01 | 9 | -13/+10 |
| | | |||||
| * | Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterrs-wiki-toc | Robert Speicher | 2016-02-23 | 1 | -1/+5 |
| | | | | | Closes #2494 | ||||
| * | Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docs | Ben Boeckel | 2016-02-12 | 1 | -11/+0 |
| | | | | | | | | | - Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533. | ||||
| * | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdown | Robert Speicher | 2016-02-06 | 1 | -0/+16 |
| | | | | | Closes #11853 | ||||
| * | Make Pipelines responsible for defining their custom whitelistrs-whitelist-in-pipeline | Robert Speicher | 2016-02-03 | 1 | -1/+12 |
| | | | | | | This allows for future pipelines to more easily define a custom whitelist. | ||||
| * | Merge branch 'backport-ee' into 'master' | Robert Speicher | 2016-01-14 | 13 | -25/+0 |
| |\ | | | | | | | | | | | | | Backport two commits from EE Backport part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/110 See merge request !2424 | ||||
| | * | Prevent circular reference error in Banzai | Douwe Maan | 2016-01-14 | 13 | -25/+0 |
| | | | |||||
| * | | Remove GollumTagsPipeline | Douglas Barbosa Alexandre | 2016-01-14 | 2 | -15/+4 |
| | | | |||||
| * | | Use the WikiPipeline when rendering the wiki markdown content | Douglas Barbosa Alexandre | 2016-01-14 | 2 | -0/+22 |
| |/ | |||||
| * | Merge branch 'milestone-ref' into 'master' | Robert Speicher | 2016-01-07 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Link to milestone in "Milestone changed" system note Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4141 See merge request !2203 | ||||
| | * | Render milestone links as references | Douwe Maan | 2015-12-24 | 1 | -0/+1 |
| | | | |||||
| * | | Define a limited set of filters for SingleLinePipeliners-issue-1697 | Robert Speicher | 2016-01-05 | 1 | -0/+16 |
| |/ | | | | | | | | | | | | Removes the following filters from its parent GfmPipeline: - SyntaxHighlightFilter - UploadLinkFilter - TableOfContentsFilter - LabelReferenceFilter - TaskListFilter Closes #1697 | ||||
| * | Move Markdown/reference logic from Gitlab::Markdown to Banzai | Douwe Maan | 2015-12-15 | 13 | -0/+230 |
