summaryrefslogtreecommitdiff
path: root/spec/helpers/gitlab_markdown_helper_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-199/+0
* Fix rendering emoji inside a stringblackst0ne2017-04-251-2/+2
* Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-141-2/+18
* Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-1/+1
* Use native unicode emojisEric Eastwood2017-03-061-1/+1
* Ensure we have a project with a repo in GitlabMarkdownHelper specsRémy Coutable2017-01-261-2/+1
* Use `:empty_project` where possible in helper specsrs-empty_project-helpersRobert Speicher2017-01-251-9/+10
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-0/+10
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-10/+10
* Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-091-1/+2
* Remove `random_markdown_tip` helperrs-remove-markdown-tipsRobert Speicher2016-04-091-7/+0
* Fix specs expecting `emoji/` in image pathRobert Speicher2016-02-131-1/+1
* Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre2016-01-141-2/+3
* Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-071-1/+1
* Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-071-0/+37
|\
| * Fix link with emojiSAKATA Sinji2015-10-021-0/+6
| * Fix cases where Markdown did not render links in activity feedStan Hu2015-09-221-0/+20
| * Fix Markdown links not showing up in dashboard activity feedStan Hu2015-09-201-0/+11
* | Fix GitlabMarkdownHelper specRobert Speicher2015-09-011-11/+14
|/
* Remove invalid spec for GitlabMarkdownHelperRobert Speicher2015-08-311-5/+0
* Restore the forwarded HTML options in link_to_gfmRobert Speicher2015-08-271-0/+10
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-16/+6
* Fixed the issuescomment-box-changesDarby2015-07-091-0/+1
* Comment box/Placeholder text redoDarby2015-07-011-1/+0
* Prefix random Markdown tips with "Tip:"rs-random-placeholder-tipRobert Speicher2015-06-241-1/+1
* Show a random Markdown tip in the textarea placeholderRobert Speicher2015-06-231-0/+7
* Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-0/+6
* Make use of to_reference in more specsRobert Speicher2015-05-261-5/+5
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-181-0/+8
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-1/+1
* Add spec for RelativeLinkFilterJakub Jirutka2015-05-121-73/+0
* Remove all references to `parse_tasks`Robert Speicher2015-05-061-109/+0
* More gitlab_markdown_helper_spec cleanupRobert Speicher2015-04-301-56/+1
* Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-33/+0
* Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-17/+0
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* More cleanup of gitlab_markdown_helper_specRobert Speicher2015-04-211-98/+92
* Use Nokogiri in `link_to_gfm` specsRobert Speicher2015-04-211-20/+22
* Update Gitlab::Markdown to use the :new: EmojiFilter :sparkles:Robert Speicher2015-04-211-74/+2
* Remove more now-invalid specsRobert Speicher2015-04-201-66/+0
* Fix broken specRobert Speicher2015-04-201-11/+1
* Re-arrange spec/helpers/gitlab_markdown_helper_spec a bitRobert Speicher2015-04-201-111/+111
* Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher2015-04-201-335/+30
* Fix GitlabMarkdownHelper specRobert Speicher2015-04-201-3/+3
* Reference filters :sparkles:Robert Speicher2015-04-201-51/+1
* Fix errors.Douwe Maan2015-04-021-0/+8
* Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-271-3/+3
* Return full URLs from GitLabIssueTrackerService.Douwe Maan2015-03-271-2/+2
* Merge branch 'master' into markdown-tagsVinnie Okada2015-03-241-0/+11
|\