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.
 
 
 
 
 
 
friflaj 4f023af468 Reject inversed dates 14 years ago
app Reject inversed dates 14 years ago
assets In taskboard, show burndown as a dialog box 14 years ago
config in product backlog, show burndown in a dialog box 14 years ago
db/migrate ActiveRecord execute sees fit to return _everything_ as a string. 14 years ago
lang Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
lib Better tests 14 years ago
test Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
.gitignore Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
CREDITS.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
LICENSE.txt Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
README.rdoc Documentation update 14 years ago
graph.dot Doesn't really matter whether we've selected the backlog, just show the link 15 years ago
init.rb in product backlog, show burndown in a dialog box 14 years ago

README.rdoc

= Backlogs Plugin for Redmine

A scrum/agile tool. Useful for product planning, sprint planning, and daily stand-ups. For a quick demo try http://backlogsdemo.morphexchange.com/projects/demo/backlogs by logging in as demo/demo

= Installation

1. Extract or clone the plugin to $REDMINE_CORE/vendor/plugins as redmine_backlogs
2. Start Redmine and configure the plugin at (see the "Settings" section below)
3. Stop Redmine and run <tt>rake db:migrate_plugins</tt> from RAILS_ROOT
4. Start Redmine

= Documentation

Documentation is available at http://relaxdiego.github.com/redmine_backlogs/

= Settings

Configure the plugin via Administration > Plugins > Redmine Scrum Plugin > Configure.
Pick a tracker to represent your tasks, and one or more trackers to
represent your stories. You may want to create new trackers
specifically for this purpose under Administration > Trackers.

You will need to enable the Backlogs module per project via Settings >
Modules on your project. Also, make check that the right roles have permission to use the module by going to Administration > Roles and Permissions > Permissions Report.

= Chart Data Generator

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

= Getting Help

A *mailing list* is available for you to send your questions and concerns to:

* Homepage: http://groups.google.com/group/backlogs-plugin
* Group email: backlogs-plugin@googlegroups.com

You may also follow @redminebacklogs on *Twitter* for various announcements.

= Reporting Bugs

Go to the #redmine (freenode) channel in IRC for questions. Bugs and feature requests may be filed at http://backlogsplugin.morphexchange.com/projects/redmine-backlogs


= Installation requirements

Backlogs needs the following gems to be installed:
* activeresource
* holidays
* icalendar
* rubyist-aasm
* prawn
* nokogiri

Backlogs works against Redmine 1.0-stable, *older versions will not work*, so check out
redmine from svn or git and follow the trunk installation
manual found at http://www.redmine.org/wiki/redmine/RedmineInstall and
http://www.redmine.org/wiki/redmine/HowTo_configure_Apache_to_run_Redmine

= Compatibility

This plugin has only been tested in the following environments:

* Firefox 3.5.x Mac OS X
* Redmine trunk (will become Redmine 1.x)
* PostgreSQL 8.2.6
* MySQL 5.0.83

= License

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