summaryrefslogtreecommitdiff
path: root/lib/gitlab/emoji.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-3/+8
|
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|
* Moved the title onto the emoji tagPhil Hughes2017-04-241-1/+1
| | | | This adds the description in all places emojis are used
* This quick-fixes an issue with existing award emoji not being valid anymoreRémy Coutable2017-03-161-14/+4
| | | | | | Gitlab::Emoji#gl_emoji_tag now returns early instead of raising a 500 error. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix reference to node_modules in built packageEric Eastwood2017-03-081-1/+1
| | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29192 See https://gitlab.slack.com/archives/frontend/p1488973548024005
* Fix up @DouweM reviewEric Eastwood2017-03-061-5/+23
|
* Fix wrong image src with cached gl-emoji and relative rootEric Eastwood2017-03-061-3/+3
|
* Use native unicode emojisEric Eastwood2017-03-061-1/+24
| | | | | | | | | | | | | | | | | | | | - 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
* Convert UTF-8 Emoji to Gitlab emojiJohan H2016-10-131-2/+5
|
* Convert unicode emojis to images.henrik2016-10-111-1/+6
|
* Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.update-gemojiConnor Shea2016-06-291-0/+21
No reason to split it into a separate gem when the gem barely did anything. We can use gemojione directly, making updating gemojione that much easier. Also fix the Rake task and update gemojione to 2.6.1. This adds the EmojiOne Spring update. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md