Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |