Commit Graph

21 Commits

Author SHA1 Message Date
Jiaan c38ea7e884 Resolve "Inline validation for user's name and username length" 2019-06-06 07:39:59 +00:00
Tim Zallmann c57529556c Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"
Reverts the loading of emojis and its images to move forward with RC
2019-04-10 11:49:06 -07:00
Tim Zallmann 59f26ceacd Removes the CDN loading for emojis.json 2019-03-13 13:36:14 +00:00
Tim Zallmann a0b3f621dc Removes the CSRF token if the emojis.json is on a CDN 2019-03-11 19:33:21 +00:00
Tim Zallmann d07919de90 Moved all emojis to the public folder
Created new emojis map in public folder

Renamed folder to emojis

Loading now the emojis from Localstorage or from Server

Moved all emojis to the public folder

Loading the emojis.json file now through AJAX

Loads now the map in the web element instead when building the emoji tag

Updated the custom Element Setup to modern method

Fixed Emoji Karma Specs for async loading

Loading now the emojis from Localstorage or from Server

Loads now the map in the web element instead when building the emoji tag

Fixed problem with FIXTURE_PATH for emojis fixtures

Fixes Linting Error in gemojione.rake

Fixed Emoji Karma Specs

Fix static type check in gemojione and check if already registered

Testing if the Emoji Support Check is failing Rspec

Change of CLass Name, returning true on check to test

Fixes failing Emoji RSpec Tests

Moved Emojis into public/-/emojis/1/

Fixed Linting Errors in gl_emoji

Fix to fixtures creation for emojis

Fixed path spec for new subdirectory -/emojis

Optimized emojis.json output

Fix for Emoji Spec failure due to unicode dataset

Better catch handling for emojis
2019-03-07 09:33:03 +00:00
Ehsan Abdulqader 7403d466f4 Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into feature/56787-realtime-validation-for-user-fullname-and-username 2019-02-18 08:40:07 +00:00
Mike Greiling dfb0824346 Prettify all the things (part 7) 2018-10-24 19:17:03 +00:00
Alexander Popov f73a21e357
Add Noto Color Emoji font support
This is a font from [Google](https://www.google.com/get/noto/).

Arch Linux [has a recommendation of it](https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols).

Add info about this into `docs/user/markdown.md#emoji`
2018-08-13 21:11:40 +03:00
Tim Zallmann 77c473893d Optimize Emoji Sprite Handling 2018-05-02 18:23:17 +00:00
Eric Eastwood ce1a1aa1f6 Move :gay_pride_flag: to flags category 2017-11-15 07:36:19 -06:00
Eric Eastwood 9e5db3e261 Add rainbow_flag to emoji support map
Tested on the following platforms that split the emoji into separate
characters currently.
 - Windows 10 FCU
    - Chrome 62.0.3202.89
    - Firefox 57.0b14
    - MS Edge 41.16299.15.0
 - macOS 10.12.6
    - Chrome 63.0.3239.40
    - Safari 11.0.1 (12604.3.5.1.1)
    - Firefox 57.0
 - Ubuntu 16.04
    - Chromium 62.0.3202.75
    - Firefox 56.0
2017-11-15 01:54:52 -06:00
Eric Eastwood b5b3586543 Regenerate emoji digests with latest gemojione 2017-11-14 16:14:02 -06:00
Tim Zallmann dab08be606 Resolve "Specific Async Script Loading by using a Page Variable" 2017-08-03 20:31:53 +00:00
Mike Greiling a2a276a815 rename getEmojiCategoryMap and remove unnecessary parameter 2017-06-27 08:51:52 -05:00
Mike Greiling 9d6bbc92c9 move glEmojiTag method to emoji helper 2017-06-27 00:54:34 -05:00
Mike Greiling 27a1348f20 split emoji support methods from the async module 2017-06-27 00:10:17 -05:00
Mike Greiling 88114c41fb export validEmojiNames for autocomplete 2017-06-26 22:50:57 -05:00
Mike Greiling 8455e8c481 move emoji category index to helper method 2017-06-26 14:10:02 -05:00
Mike Greiling 73c5c00133 move emojiAlias logic into helper module 2017-06-26 14:10:02 -05:00
Mike Greiling b7a0044a70 move normalizeEmojiName method to emoji helper module 2017-06-26 14:10:01 -05:00
Mike Greiling d099744dd4 centralize emoji helper methods 2017-06-23 14:23:20 -05:00