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.
 
 
 
 
 
 
Mark Maglana ef1d300656 Fix #126: Ugly descriptions! 15 years ago
app Fix #126: Ugly descriptions! 15 years ago
assets Fix #126: Ugly descriptions! 15 years ago
config/locales - First import into new repo 15 years ago
db/migrate - Fix migration sequence 15 years ago
lib Remove extraeneous require 15 years ago
test - First import into new repo 15 years ago
CREDITS.txt Changes to credits and readme 15 years ago
LICENSE.txt - First import into new repo 15 years ago
README.rdoc Changes to credits and readme 15 years ago
init.rb - First import into new repo 15 years ago
routes.rb - First import into new repo 15 years ago

README.rdoc

= Backlogs Plugin for Redmine

This plugin provides a set of convenience capabilities for easier management of issues. Useful for scrum/agile teams especially during the backlog management, sprint planning, and daily stand-up activities.

= Installation

1. Copy plugin to vendor/plugins
2. Run rake db:migrate_plugins
3. Restart Redmine

= Chart Data Generator

You may schedule a cron job to run the rake task named redmine:backlogs_plugin:generate_chart_data. I recommend you run it a few minutes after midnight to ensure that your backlogs have data everyday even when no user views the charts.

= License

This plugin is released under the MIT license. See LICENSE for more information.