Skip to content

martin-denizet/redmine_custom_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows to input custom JavaScript in Redmine

Resources

License

Stars

Watchers

Forks

Packages

No packages published