- 18 Jul, 2016 1 commit
-
-
Connor Shea authored
This adds the 2016 emoji as well as support for using SVG images instead of PNGs. It also fixes a number of incorrectly categorized emoji and other minor issues. Upgrade Rake task for Gemojione 3.0.0 and generate sprites. Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16 For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/ Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem!
-
- 29 Jun, 2016 1 commit
-
-
Connor Shea authored
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
-
- 04 May, 2016 1 commit
-
-
James Lopez authored
refactored some namespace stuff and fixed project tree restorer spec. also removing controller so that it belongs to the UI MR
-
- 13 Apr, 2016 1 commit
-
-
James Lopez authored
-
- 12 Apr, 2016 1 commit
-
-
James Lopez authored
-
- 09 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 30 Mar, 2016 1 commit
-
-
Yorick Peterse authored
By pre-calculating the digests we can manually construct the emoji URLs, removing the need for using Rails' asset URL helpers. The reason we don't want to use these helpers for Emojis is two-fold: 1. Rails' image_url() method is slow, really slow. For one it _might_ have to calculate digests but it also performs a lot of other intensive operations (judging by the source code and based on measuring timings). 2. We have a lot of Emoji which coupled with the above can result in it taking minutes to load Emoji autocomplete data. Using this pre-calculation setup generating the digests takes around 7 seconds (including the time it takes to start Rails/Rake), and only around 600 milliseconds to load _all_ the autocomplete data of a project (measured locally). This commit _does_ change the Emoji URLs from absolute to relative URLs as these are much easier to generate. To update the Emoji data simply run: rake gemojione:digests Then commit any changes. Fixes gitlab-org/gitlab-ce#14009
-
- 14 Mar, 2016 1 commit
-
-
James Lopez authored
-
- 11 Mar, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 10 Mar, 2016 1 commit
-
-
James Lopez authored
-
- 09 Mar, 2016 1 commit
-
-
James Lopez authored
-
- 16 Feb, 2016 2 commits
-
-
Robert Speicher authored
Also adds a script to re-generate them from the index.
-
Robert Speicher authored
Current as of Gemojione 2.2.1 - https://git.io/vgQx0
-
- 24 Dec, 2015 1 commit
-
-
Valery Sizov authored
-