Welcome to Additionals Plugin for Redmine
Additionals is a Redmine plugin for customizing Redmine, providing wiki macros and act as a library/function provider for other Redmine plugins.
This plugin is the successor of Redmine Tweaks
- Documentation: https://additionals.readthedocs.io
- Redmine.org plugin page: https://www.redmine.org/plugins/additionals
- Github: https://github.com/alphanodes/additionals
Requirements
Redmine version | >= 3.0.0 |
Ruby version | >= 2.1.5 |
Gem packages | see PluginGemfile |
Installation
Install additionals
plugin for Redmine.
$ cd $REDMINE_ROOT
$ git clone git://github.com/alphanodes/additionals.git plugins/additionals
$ bundle install --without development test
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
$
$ # if you want to use smiley/emoji legacy support, you have to put emoji icons to
$ # $REDMINE_ROOT/public/images/emoji
$ # To obtain image files, run the gemoji extract command on macOS Sierra or later:
$ bundle exec gemoji extract public/images/emoji
$
$ # if you to not have macOS, you can put these files manually to $REDMINE_ROOT/public/images/emoji
$ # see https://github.com/github/gemoji for more infos
Restart your application server (apache with passenger, nginx with passenger, unicorn, puma, etc.) and Additionals
is ready to use.
More information about installation of Redmine plugins, you can find in the official Redmine plugin documentation.
Uninstall
Uninstall additionals
plugin for Redmine.
$ cd $REDMINE_ROOT
$ bundle exec rake redmine:plugins:migrate NAME=additionals VERSION=0 RAILS_ENV=production
$ rm -rf plugins/additionals
Features
- use "Project guide" on project overview page
- global header for all projects
- global footer for all projects
- welcome text for login page
- global sidebar content support
- set info message above new ticket (e.g. for guidelines)
- Wiki macros for: date, Gihub gist, group_users, issues, members, projects slideshare, twitter, reddit, tradingview, cryptocompare, user, youtube and vimeo
- option to remove "my page" from top menu
- customize "Help" url in top menu
- customize top menu items
- disable (hide) modules for projects
- open external urls in new window
- smiley/emoji legacy support
- anonymize referrer for external urls
- Hide role in project memberbox
- Change issue author
- spam protection on registration form
- Add involved issue users as watcher automatically
- Configurable issue rules
- closing issue with open sub issues
- change assigned_to automatically, if issue status changes
- assigned_to has changed, but status change is required, too
Developer features
As Redmine does not support asset pipeline, we need to install Javascript plugins as Redmine plugins to load them globally.
If no common files are used as library plugin, every plugin has to deliver the same files. And if more than one version of a library is delivered with each Redmine plugin, there is a problem.
Therefore if developer uses this plugin for the provided libraries, everything works smoothly. Don't worry, if you only need a subset of the provided libraries. If you do not load a library, it is not used.
It provides :
- angular-gantt 1.2.13
- bootstrap 3.3.7
- d3 3.5.16
- d3plus 1.9.8
- jQuery TagIt 2.0
- FontAwesome 4.7.0
- nvd3 1.8.5
- ZeroClipboard 2.2.0
And a set of various Rails helper methods (see below).
It provides the following Rails helper methods :
Libraries assets loader
additionals_library_load(module_name)
This method loads all JS and CSS files needed by the required module.
The following modules are available :
- angular_gantt
- bootstrap
- bootstrap_theme (bootstrap with theme)
- d3
- d3plus
- nvd3
- font_awesome
- glyphicons
- notify
- tag_it
- tooltips
- zeroclipboard
Contact and Support
I am glad about your feedback on the plugin, pull requests, issues, whatever. Feel free to contact me for any questions.
.. toctree:: :maxdepth: 2 manual macros new_feature changelog