Project

General

Profile

Plugins Directory » Redmine Teaching Extension

Author: Mario Merino
Website: https://github.com/MarioMerino/redmine_teaching_extension
Code repository: https://github.com/MarioMerino/redmine_teaching_extension
Registered on: 2016-09-12 (over 7 years ago)
Current version: 0.0.1
Compatible with: Redmine 2.6.x, 2.5.x
User ratings:   (0)

Redmine Teaching Extension allows you to create a new issue in a root project and propagate it to its subprojects at the same time. So you can create the same issue, multiple times at once.

Installation notes

1. Copy your plugin directory into #{RAILS_ROOT}/plugins (Redmine 2.x). If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like git clone git://github.com/MarioMerino/redmine_teaching_extension.git

2. If the plugin requires a migration, run the following command in #{RAILS_ROOT} to upgrade your database (make a db backup before)

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

3. Restart redmine

You should now be able to see the plugin list in Administration -> Plugins and configure the newly installed plugin (if the plugin requires to be configured).

Changelog

0.0.1 (2016-09-12)

Compatible with Redmine 2.6.x, 2.5.x.