summaryrefslogtreecommitdiff
path: root/spec/helpers/gitlab_markdown_helper_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix nested task listsVinnie Okada2015-03-211-0/+11
* | Merge branch 'master' into markdown-tagsVinnie Okada2015-03-171-127/+240
|\ \ | |/
| * Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-1/+1
| * Fix tests for emojioneDmitriy Zaporozhets2015-03-111-3/+3
| * Automatically link commit ranges to compare page.Douwe Maan2015-03-071-0/+48
| * Using gitlab url to build links for gitlab issue tracker and add a spec. Fix ...Marin Jankovski2015-02-231-3/+3
| * Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+13
| |\
| | * Fix Markdown relative links to files with anchors.Douwe Maan2015-02-181-1/+13
| * | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-14/+14
| |/