Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
2017-01-17Autoresize markdown previewClement Ho
2016-12-28move check for preview loading class to top of methodMike Greiling
2016-12-28remove preview markdown ajax trigger on textarea blurMike Greiling
2016-12-27fix some more eslint rulesMike Greiling
2016-12-27fix some eslint rulesMike Greiling
2016-12-27add loading class to preview element and check it to prevent multiple ajax ↵Mike Greiling
requests
2016-12-27rename renderMarkdown to fetchMarkdownPreview to be less misleadingMike Greiling
2016-12-27use $ sign to make it clear when dealing with jQuery objectMike Greiling
2016-12-27refactor _this usage into proper function bindingMike Greiling
2016-12-27remove superfluous return statements generated by coffeescriptMike Greiling
2016-12-15Merge branch 'katex-math' into 'master' Sean McGivern
Render math in Asciidoc and Markdown with KaTeX using code blocks Closes #13690 and #13180 See merge request !8003
2016-12-14Render math in Asciidoc and Markdown with KaTeX using code blocksMunken
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-11Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz