Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Displays emoji images in OpenProject :thumbs_up:
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.8, ~> 3.0
~> 3.2
 Project Readme

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

Screenshot of emojis in OpenProject

with auto-completion in textareas

Screenshot of emojis in OpenProject

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.