Project

General

Profile

Plugins Directory » Carousel

Author: Grzegorz Miklaszewski
Website: https://github.com/gmiklaszewski/redmine_carousel
Code repository: git@github.com:gmiklaszewski/redmine_carousel.git
Registered on: 2010-11-04 (over 13 years ago)
Current version: 1.3.0
Compatible with: Redmine 1.4.x
User ratings:   (1)

The plugin can be used for periodic actions that occur during project development process. It automatically generates issue assigned to the next user in the carousel queue every specified time period. You can set users queue, issue settings and time period. Redmine Carousel depends on business_time gem, so you can specify your working hours and holidays, so issues won't be generated if there is nobody in the office.

Installation notes

Dependencies

Business_time gem is required by Carousel Plugin.

This gem has a bug that must be fixed to work properly. Detailed explanation here.

Redmine 1.4.x

Use version 1.3.0 or higher.

Redmine 1.3.x

Use version 1.2.0.

Redmine < 1.3.x

Use version 1.1.0.

Plugin installation

Install redmine_carousel into vendor/plugins directory with:

ruby script/plugin install git@github.com:gmiklaszewski/redmine_carousel.git

or download and extract tar or zip file.

Run plugins migrations:

RAILS_ENV=production rake db:migrate_plugins

Restart web server.

Now you can add carousel module to you projects. You can manage carousels in project's settings tab.

Usage

Put the following rake task in your crontab file:

RAILS_ENV=production rake carousel:run

Remember to execute it often enough to meet time periods set for you carousels.

Changelog

1.3.0 (2012-07-15)

Compatible with Redmine 1.4.x.

1.2.1 (2012-02-07)

Compatible with Redmine 1.3.x.

Japanese translation fix.

1.2.0 (2012-01-11)

Compatible with Redmine 1.3.x.

1.1.0 (2011-06-15)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

  • begin at field as initial start for carousel
  • minutes support for time period

1.0.1 (2010-11-29)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

  • bug fixes

1.0.0 (2010-11-05)

Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.

User ratings

  by dj jones over 9 years ago

I haven't used this plugin - but for Redmine 2.x this fork of it on GitHub says it works for 2.x
- https://github.com/kotashiratsuka/redmine_carousel