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
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.
- Allows to input JavaScript to customize Redmine without creating a custom plugin
Redmine 2.1.x ~ 3.4.x stable
Tested on:
- 3.4.5
- 2.5.0
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!
After installing, navigate to plugin configuration (/settings/plugin/redmine_custom_js) and start injecting JavaScript.
Original plugin: @martin-denizet
Code contributions:
- @namezero111111
- @virtualmarc
Thank to CodeMirror for their very cool editor! http://codemirror.net/ (MIT license)
GPLv2