DEPRECATION WARNING
It's been a long time since I developed OpenProject Plugins and because of time constraints, I cannot keep up with upstream changes. Please be aware that currently I do not maintain this project. If anyone wants to take over, feel free to fork or contact me.
OpenProject Emoji Plugin
Adds emojis to OpenProject
with auto-completion in textareas
Plugin Installation
Edit the Gemfile.plugins
file in your openproject-installation directory to contain the following lines:
gem "openproject-emoji", :git => 'https://github.com/tessi/openproject-emoji.git', :branch => 'stable'
use ", :branch => 'op-3-stable'" for OpenProject 3.X.X
use ", :branch => 'op-4-stable'" for OpenProject 4.X.X
use ", :branch => 'op-5-stable'" for OpenProject 5.X.X
Then update your bundle with the following commands executed from your openproject directory:
bundle install
When running a production system, also do:
bundle exec rake assets:precompile
and restart the OpenProject server.
License
emojify.js
is MIT licensed and origins from https://github.com/hassankhan/emojify.js and is written by Hassan Khan.
The emoji icons origin from https://github.com/arvida/emoji-cheat-sheet.com and are licensed in groups as listed here:
octocat, squirrel, shipit Copyright (c) 2012 GitHub Inc. All rights reserved.
bowtie Copyright (c) 2012 37signals, LLC. All rights reserved.
neckbeard Copyright (c) 2012 Jamie Dihiansan. Creative Commons Attribution 3.0 Unported
feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspect Copyright (c) 2012 id Software. All rights reserved.
trollface Copyright (c) 2012 whynne@deviantart. All rights reserved.
All other emoji images Copyright (c) 2012 Apple Inc. All rights reserved.
The remaining plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md for details.