Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for the wiki pipeline | Douglas Barbosa Alexandre | 2016-01-14 | 1 | -5/+58 |
| | |||||
* | Render milestone links as references | Douwe Maan | 2015-12-24 | 1 | -0/+1 |
| | |||||
* | Add post_process method to Gitlab::Markdown | Robert Speicher | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 1 | -1/+1 |
| | | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM). | ||||
* | Fix failing spec | Robert Speicher | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | Remove user_color_scheme_class | Robert Speicher | 2015-08-25 | 1 | -4/+0 |
| | | | | | | | | | Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent. | ||||
* | Remove the `gfm_with_options` helperrs-remove-gfm_with_options | Robert Speicher | 2015-08-12 | 1 | -2/+2 |
| | | | | It was redundant because `gfm` also took options. | ||||
* | Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelines | Robert Speicher | 2015-07-29 | 1 | -16/+9 |
| | | | | Prior, CI seemed to be freezing after running these specs. | ||||
* | Update Markdown feature to allow for multiple pipelines | Robert Speicher | 2015-07-28 | 1 | -163/+53 |
| | |||||
* | Move MarkdownFeature to its own support file | Robert Speicher | 2015-07-28 | 1 | -115/+0 |
| | | | | | This file's about to get much bigger and this removes some of the extra noise. | ||||
* | Break up SanitizationFilter feature specs | Robert Speicher | 2015-07-28 | 1 | -16/+37 |
| | |||||
* | Use aggregate_failures where appropriate | Robert Speicher | 2015-07-28 | 1 | -34/+53 |
| | |||||
* | Minor Markdown feature spec reorganization | Robert Speicher | 2015-07-28 | 1 | -46/+47 |
| | |||||
* | Simplify AutolinkFilter specs | Robert Speicher | 2015-07-28 | 1 | -16/+12 |
| | |||||
* | Add `feature` tag to feature specs | Robert Speicher | 2015-07-06 | 1 | -1/+1 |
| | | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs. | ||||
* | Add feature specs for Project and Group description rendering | Robert Speicher | 2015-06-02 | 1 | -0/+2 |
| | |||||
* | Add ExternalLinkFilter to Markdown pipeliners-dont-follow-me | Robert Speicher | 2015-05-27 | 1 | -1/+13 |
| | | | | Forces a `rel="nofollow"` attribute on all external links. | ||||
* | Add a note about the commented-out test in Markdown Feature | Robert Speicher | 2015-05-26 | 1 | -0/+4 |
| | |||||
* | Use to_reference in Markdown feature spec | Robert Speicher | 2015-05-26 | 1 | -11/+6 |
| | |||||
* | Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-class | Robert Speicher | 2015-05-08 | 1 | -14/+14 |
| | |||||
* | Merge branch 'rs-task_list' into 'master' | Dmitriy Zaporozhets | 2015-05-08 | 1 | -3/+12 |
|\ | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Add TaskList to Markdown feature spec | Robert Speicher | 2015-05-06 | 1 | -3/+12 |
| | | |||||
* | | Fix Markdown feature spec | Robert Speicher | 2015-05-06 | 1 | -2/+2 |
| | | |||||
* | | Add Markdown feature specs for markup inside linksrs-issue-1348 | Robert Speicher | 2015-05-06 | 1 | -0/+13 |
|/ | | | | | It was already working, just want to make sure we don't break it in the future. | ||||
* | Autolink short URLs | Robert Speicher | 2015-04-30 | 1 | -3/+1 |
| | |||||
* | Add a feature spec for our entire Markdown parsing stack | Robert Speicher | 2015-04-30 | 1 | -0/+393 |