/redmine_custom_js

Allows to input custom JavaScript in Redmine

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

Redmine Custom JS plugin

This plugin allows to input JavaScript directly in Redmine without writing your own plugin. Add your custom JavaScript in the plugin's configuration page. Path to configuration is /settings/plugin/redmine_custom_js

Find more on my blog: http://martin-denizet.com

Disclamer

This plugin could be used to input malicious code! You must not give access to the configuration of this plugin to an untrusted party! I bare no responsibility in case of misuse of this plugin.

Feature

  • Allows to input JavaScript to customize Redmine without creating a custom plugin

Screenshots

Compatibility

Redmine 2.1.x ~ 3.4.x stable

Tested on:

  • 3.4.5
  • 2.5.0

Downloading and installing the plugin

First download the plugin using git, open a terminal in your Redmine installation directory:

git clone git@github.com:martin-denizet/redmine_custom_js.git ./plugins/

The installation is now finished and you will be able to use the plugin after you restart your Redmine instance.

No database migration needed!

Use

After installing, navigate to plugin configuration (/settings/plugin/redmine_custom_js) and start injecting JavaScript.

Credits

Original plugin: @martin-denizet

Code contributions:

  • @namezero111111
  • @virtualmarc

Thank to CodeMirror for their very cool editor! http://codemirror.net/ (MIT license)

License

GPLv2