Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename GitlabMarkdownHelper -> MarkupHelper | Toon Claes | 2017-04-27 | 1 | -199/+0 |
| | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper. | ||||
* | Fix rendering emoji inside a string | blackst0ne | 2017-04-25 | 1 | -2/+2 |
| | |||||
* | Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdown | Eric Eastwood | 2017-03-14 | 1 | -2/+18 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425 | ||||
* | Fix wrong image src with cached gl-emoji and relative root | Eric Eastwood | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Use native unicode emojis | Eric Eastwood | 2017-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474 | ||||
* | Ensure we have a project with a repo in GitlabMarkdownHelper specs | Rémy Coutable | 2017-01-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use `:empty_project` where possible in helper specsrs-empty_project-helpers | Robert Speicher | 2017-01-25 | 1 | -9/+10 |
| | |||||
* | Fix cross-project references copy to include the project referencefix/cross-project-ref-path | James Lopez | 2017-01-03 | 1 | -0/+10 |
| | | | | Also added relevant specs and refactored to_references in a bunch of places to be more consistent. | ||||
* | Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-host | Lin Jen-Shin | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all. | ||||
* | fixes part1 of files to start using active tense | tiagonbotelho | 2016-08-09 | 1 | -10/+10 |
| | |||||
* | Hook up the updated `WikiLinkFilter` to the wiki controllers. | Timothy Andrew | 2016-06-09 | 1 | -1/+2 |
| | | | | | | | | | - Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests | ||||
* | Remove `random_markdown_tip` helperrs-remove-markdown-tips | Robert Speicher | 2016-04-09 | 1 | -7/+0 |
| | | | | Only usage got removed in !3442 | ||||
* | Fix specs expecting `emoji/` in image path | Robert Speicher | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Use the WikiPipeline when rendering the wiki markdown content | Douglas Barbosa Alexandre | 2016-01-14 | 1 | -2/+3 |
| | |||||
* | Refactor reference gathering to use a dedicated filter | Douwe Maan | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rs-redactor-filter | Douwe Maan | 2015-10-07 | 1 | -0/+37 |
|\ | |||||
| * | Fix link with emoji | SAKATA Sinji | 2015-10-02 | 1 | -0/+6 |
| | | |||||
| * | Fix cases where Markdown did not render links in activity feed | Stan Hu | 2015-09-22 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586 | ||||
| * | Fix Markdown links not showing up in dashboard activity feed | Stan Hu | 2015-09-20 | 1 | -0/+11 |
| | | | | | | | | Closes #2586 | ||||
* | | Fix GitlabMarkdownHelper spec | Robert Speicher | 2015-09-01 | 1 | -11/+14 |
|/ | |||||
* | Remove invalid spec for GitlabMarkdownHelper | Robert Speicher | 2015-08-31 | 1 | -5/+0 |
| | |||||
* | Restore the forwarded HTML options in link_to_gfm | Robert Speicher | 2015-08-27 | 1 | -0/+10 |
| | |||||
* | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 1 | -16/+6 |
| | | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM). | ||||
* | Fixed the issuescomment-box-changes | Darby | 2015-07-09 | 1 | -0/+1 |
| | |||||
* | Comment box/Placeholder text redo | Darby | 2015-07-01 | 1 | -1/+0 |
| | |||||
* | Prefix random Markdown tips with "Tip:"rs-random-placeholder-tip | Robert Speicher | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Show a random Markdown tip in the textarea placeholder | Robert Speicher | 2015-06-23 | 1 | -0/+7 |
| | |||||
* | Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721 | Robert Speicher | 2015-05-29 | 1 | -0/+6 |
| | | | | Closes #1721 | ||||
* | Make use of to_reference in more specs | Robert Speicher | 2015-05-26 | 1 | -5/+5 |
| | |||||
* | Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263) | Jakub Jirutka | 2015-05-18 | 1 | -0/+8 |
| | |||||
* | Fix reference links in dashboard activity and ATOM feeds.dashboard-references | Douwe Maan | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Add spec for RelativeLinkFilter | Jakub Jirutka | 2015-05-12 | 1 | -73/+0 |
| | |||||
* | Remove all references to `parse_tasks` | Robert Speicher | 2015-05-06 | 1 | -109/+0 |
| | |||||
* | More gitlab_markdown_helper_spec cleanup | Robert Speicher | 2015-04-30 | 1 | -56/+1 |
| | |||||
* | Add Gitlab::Markdown::SanitizationFilter | Robert Speicher | 2015-04-30 | 1 | -33/+0 |
| | | | | | This just extends the HTML::Pipeline::SanitizationFilter with our custom whitelist. | ||||
* | Add Gitlab::Markdown::TableOfContentsFilter | Robert Speicher | 2015-04-30 | 1 | -17/+0 |
| | | | | Removes header and table of contents processing from Redcarpet renderer. | ||||
* | Use project.commit convenience method. | Douwe Maan | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | More cleanup of gitlab_markdown_helper_spec | Robert Speicher | 2015-04-21 | 1 | -98/+92 |
| | |||||
* | Use Nokogiri in `link_to_gfm` specs | Robert Speicher | 2015-04-21 | 1 | -20/+22 |
| | | | | Didn't like relying so much on Regex matches | ||||
* | Update Gitlab::Markdown to use the :new: EmojiFilter :sparkles: | Robert Speicher | 2015-04-21 | 1 | -74/+2 |
| | | | | Removes emoji-centric tests from GFM specs :boom: | ||||
* | Remove more now-invalid specs | Robert Speicher | 2015-04-20 | 1 | -66/+0 |
| | |||||
* | Fix broken spec | Robert Speicher | 2015-04-20 | 1 | -11/+1 |
| | |||||
* | Re-arrange spec/helpers/gitlab_markdown_helper_spec a bit | Robert Speicher | 2015-04-20 | 1 | -111/+111 |
| | |||||
* | Begin cleaning out spec/helpers/gitlab_markdown_helper_spec | Robert Speicher | 2015-04-20 | 1 | -335/+30 |
| | |||||
* | Fix GitlabMarkdownHelper spec | Robert Speicher | 2015-04-20 | 1 | -3/+3 |
| | |||||
* | Reference filters :sparkles: | Robert Speicher | 2015-04-20 | 1 | -51/+1 |
| | | | | | Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users. | ||||
* | Fix errors. | Douwe Maan | 2015-04-02 | 1 | -0/+8 |
| | |||||
* | Use relative URL for Markdown references, except in mails.email-full-url | Douwe Maan | 2015-03-27 | 1 | -3/+3 |
| | |||||
* | Return full URLs from GitLabIssueTrackerService. | Douwe Maan | 2015-03-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into markdown-tags | Vinnie Okada | 2015-03-24 | 1 | -0/+11 |
|\ |