OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/init.rb

9 lines
329 B

require 'redmine'
Redmine::Plugin.register :chiliproject_my_project_page do
name 'My Project Page PlugIn'
author 'Tim Felgentreff @ finnlabs'
author_url 'http://finn.de/team/#t.felgentreff'
description 'This plugin replaces the old overview page for projects with something similar to the "My Page"'
version '0.1'
end