bradbeattie / redmine-my-widgets-plugin

This plugin provides instances of Redmine with additional widgets for My page.

This URL has Read+Write access

redmine-my-widgets-plugin / init.rb
100644 9 lines (7 sloc) 0.239 kb
1
2
3
4
5
6
7
8
9
require 'redmine'
 
Redmine::Plugin.register :redmine_my_widgets do
name 'Redmine My Widgets plugin'
author 'Brad Beattie'
description 'This plugin provides instances of Redmine with additional widgets for My page.'
version '0.1.0'
end