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.
 
 
 
 
 
 
Joakim Kolsjö e9aa7f3f5b Moving the "Hide closed backlogs" link to the far right because otherwise very long version titles would cover it. And it looks better. 15 years ago
app Moving the "Hide closed backlogs" link to the far right because otherwise very long version titles would cover it. And it looks better. 15 years ago
assets Moving the "Hide closed backlogs" link to the far right because otherwise very long version titles would cover it. And it looks better. 15 years ago
config/locales #29 Log item changes to the journal 15 years ago
db/migrate - Fix migration sequence 15 years ago
lib Implement the removal of Backlog and Item 15 years ago
test Add "items." prefix to database calls 15 years ago
CREDITS.txt Important credits :-) 15 years ago
LICENSE.txt Change license from MIT to GPL v2 15 years ago
README.rdoc Change license from MIT to GPL v2 15 years ago
init.rb * Do a proper authorization check in controllers 15 years ago
routes.rb - First import into new repo 15 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
3. Run <tt>rake db:migrate_plugins</tt> from RAILS_ROOT
4. Restart Redmine

= Settings

You will need to enable the Backlogs module per project via Settings > Modules. 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 after midnight to ensure that your backlogs have data everyday even when no user views the charts.

= Reporting Bugs and Getting Help

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

= Compatibility

This plugin has only been tested in the following environments:

* Firefox 3.5.x Mac OS X
* Redmine 0.8.4
* PostgreSQL 8.2.6 (Might work with other databases and version but I've not tested it fully yet)

= License

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