summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors/gl_emoji.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101-62/+35
| | | | Reverts the loading of emojis and its images to move forward with RC
* Moved all emojis to the public folderTim Zallmann2019-03-071-35/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated document-register-element and registering emojis in the new wayTim Zallmann2019-02-051-9/+10
|
* Optimize Emoji Sprite HandlingTim Zallmann2018-05-021-15/+12
|
* dynamically import emoji helpers for gl-emoji custom tag prototypeMike Greiling2017-06-281-5/+12
|
* move glEmojiTag method to emoji helperMike Greiling2017-06-271-64/+3
|
* split emoji support methods from the async moduleMike Greiling2017-06-271-5/+3
|
* replace emojiAlias references with normalizeEmojiName helperMike Greiling2017-06-261-5/+3
|
* centralize emoji helper methodsMike Greiling2017-06-231-4/+1
|
* refactor option defaultsMike Greiling2017-06-231-5/+2
|
* Fix NPE with horse racing emoji check32587-fix-horse-racing-emoji-codepointat-npeEric Eastwood2017-06-021-0/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
* Double quotes around gl emoji titleemoji-button-titlesPhil Hughes2017-05-031-1/+1
|
* Moved the title onto the emoji tagPhil Hughes2017-04-241-0/+1
| | | | This adds the description in all places emojis are used
* Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-161-4/+15
| | | | See https://gitlab.slack.com/archives/frontend/p1489690607738864
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-159/+47
|
* Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-3/+14
|
* Fix up `watch` alias lookup in FirefoxEric Eastwood2017-03-061-1/+2
| | | | | It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
* Use native unicode emojisEric Eastwood2017-03-061-0/+205
- 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