summaryrefslogtreecommitdiff
path: root/spec/features/markdown_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
* SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+8
* Remove VideoJS and clean the integrationRémy Coutable2016-07-201-0/+12
* Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-091-1/+2
|\
| * Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-091-1/+2
* | Combine tests for internal linksAlfredo Sumaran2016-06-081-4/+4
* | Set target="_blank" for external linksAlfredo Sumaran2016-06-081-0/+10
* | Fix markdown_spec to not use `before(:all)` in order to properly cleanup data...Kamil Trzcinski2016-06-071-2/+2
|/
* Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-0/+4
* Fix failing specAlfredo Sumaran2016-04-211-1/+6
* Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-061-1/+1
* Fix a few edited references from WikiLinkFilter and specsGabriel Mazetto2016-04-061-0/+1
* Add tests for the wiki pipelineDouglas Barbosa Alexandre2016-01-141-5/+58
* Render milestone links as referencesDouwe Maan2015-12-241-0/+1
* Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-011-1/+1
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-1/+1
* Fix failing specRobert Speicher2015-08-251-2/+2
* Remove user_color_scheme_classRobert Speicher2015-08-251-4/+0
* Remove the `gfm_with_options` helperrs-remove-gfm_with_optionsRobert Speicher2015-08-121-2/+2
* Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelinesRobert Speicher2015-07-291-16/+9
* Update Markdown feature to allow for multiple pipelinesRobert Speicher2015-07-281-163/+53
* Move MarkdownFeature to its own support fileRobert Speicher2015-07-281-115/+0
* Break up SanitizationFilter feature specsRobert Speicher2015-07-281-16/+37
* Use aggregate_failures where appropriateRobert Speicher2015-07-281-34/+53
* Minor Markdown feature spec reorganizationRobert Speicher2015-07-281-46/+47
* Simplify AutolinkFilter specsRobert Speicher2015-07-281-16/+12
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
* Add feature specs for Project and Group description renderingRobert Speicher2015-06-021-0/+2
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-1/+13
* Add a note about the commented-out test in Markdown FeatureRobert Speicher2015-05-261-0/+4
* Use to_reference in Markdown feature specRobert Speicher2015-05-261-11/+6
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-14/+14
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-3/+12
|\
| * Add TaskList to Markdown feature specRobert Speicher2015-05-061-3/+12
* | Fix Markdown feature specRobert Speicher2015-05-061-2/+2
* | Add Markdown feature specs for markup inside linksrs-issue-1348Robert Speicher2015-05-061-0/+13
|/
* Autolink short URLsRobert Speicher2015-04-301-3/+1
* Add a feature spec for our entire Markdown parsing stackRobert Speicher2015-04-301-0/+393