Commit Graph

21 Commits

Author SHA1 Message Date
Rémy Coutable 3db37e0562 Enable the Style/TrailingCommaInArguments cop
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10 18:25:45 +02:00
Douwe Maan bb7865276b Use new renamed markup method 2017-04-27 14:54:20 -05:00
Toon Claes d95bffc6da Rename GitlabMarkdownHelper -> MarkupHelper
It does more than solely GitLab Markdown, so rename to MarkupHelper.
2017-04-27 13:22:17 +02:00
Robert Speicher aef345024f Use `:empty_project` where possible in top-level feature specs 2017-04-20 17:30:55 -04:00
Mike Greiling 95d38ac9f9 remove all references to the .es6 in our config files and documentation 2017-03-15 18:31:01 -05:00
Douwe Maan 9a0a4f17a4 Remove selectionToGFM 2017-03-14 15:29:31 -06:00
Douwe Maan f90909307e Fix specs 2017-03-14 15:29:31 -06:00
Douwe Maan 6685cbeb99 Document tag option and clarify spec 2017-03-14 15:29:00 -06:00
Douwe Maan 6890327762 Copy code as GFM from diffs, blobs and GFM code blocks 2017-03-14 15:29:00 -06:00
Filipa Lacerda 0ec62b6c5d Merge branch '26371-native-emojis-v3' into 'master'
Add emoji images - Base Native Unicode Emojis

Closes #26371

See merge request !9569
2017-03-07 02:34:48 +00:00
Eric Eastwood e6fc0207cb Use native unicode emojis
- 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
2017-03-06 12:54:46 -06:00
James 00f5cb84d5 SanitizationFilter allows html5 details and summary (Issue #21605)
Also adds details/summary tags to Copy-as-GFM
2017-03-06 16:27:49 +00:00
Douwe Maan 2e040c3ff7 Correctly transform an anchor link to GFM when copying it 2017-02-09 07:50:41 -06:00
Douwe Maan 43dc626352 Run tests in a single browser session 2017-01-24 16:55:12 -06:00
Douwe Maan bd2880bbc6 Improve handling of code blocks containing triple backticks 2017-01-19 13:54:59 -06:00
Douwe Maan d89f561612 Improve support for linebreaks, tables and nested blockquotes in lists 2017-01-19 13:47:54 -06:00
Douwe Maan 359c417619 Properly copy/paste allowed HTML 2017-01-19 10:01:27 -06:00
Douwe Maan c463dfb66d Satisfy Rubocop 2017-01-18 16:21:44 -06:00
Douwe Maan 3c9e556b9e Add more SyntaxHighlightFilter and MathFilter tests 2017-01-17 13:07:49 -05:00
Douwe Maan bc3448fc48 Improve spec 2017-01-16 18:11:15 -05:00
Douwe Maan dbfa58e2da Copying a rendered issue/comment will paste into GFM textareas as actual GFM 2017-01-16 16:14:18 -05:00