Commit Graph

12 Commits

Author SHA1 Message Date
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