kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
109 lines
3.3 KiB
109 lines
3.3 KiB
11 years ago
|
OpenProject Backlogs Plugin
|
||
|
===========================
|
||
13 years ago
|
|
||
|
This Plugin adds features, that enable agile teams to work efficiently with
|
||
11 years ago
|
OpenProject in Scrum projects.
|
||
13 years ago
|
|
||
11 years ago
|
Find a more detailed description on [OpenProject.org](https://www.openproject.org/projects/openproject/wiki/Agile_teams).
|
||
13 years ago
|
|
||
11 years ago
|
Together with the plugin [OpenProject PDF Export](https://www.openproject.org/projects/pdf-export), story cards can be exported as printable PDF documents.
|
||
13 years ago
|
|
||
11 years ago
|
Requirements
|
||
|
------------
|
||
13 years ago
|
|
||
11 years ago
|
The OpenProject Backlogs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in
|
||
11 years ago
|
version greater or equal to *3.0.0*.
|
||
13 years ago
|
|
||
13 years ago
|
|
||
11 years ago
|
Installation
|
||
|
------------
|
||
13 years ago
|
|
||
10 years ago
|
OpenProject Backlogs depends on OpenProject PDF export Plugin. Thus, if you haven't done
|
||
9 years ago
|
it already, add the following lines to the `Gemfile.plugins` to your OpenProject installation (if you use a different OpenProject version than OpenProject 5, adapt :branch => "stable/5" to your OpenProject version):
|
||
13 years ago
|
|
||
9 years ago
|
`gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "stable/5"`
|
||
13 years ago
|
|
||
11 years ago
|
For OpenProject Backlogs itself you need to add the following line to the
|
||
9 years ago
|
|
||
9 years ago
|
`Gemfile.plugins` of OpenProject (if you use a different OpenProject version than OpenProject 5, adapt :branch => "stable/5" to your OpenProject version):
|
||
13 years ago
|
|
||
|
|
||
9 years ago
|
`gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "stable/5"`
|
||
13 years ago
|
|
||
11 years ago
|
Afterwards, run:
|
||
13 years ago
|
|
||
11 years ago
|
`bundle install`
|
||
13 years ago
|
|
||
11 years ago
|
This plugin contains migrations. To migrate the database, run:
|
||
13 years ago
|
|
||
11 years ago
|
`rake db:migrate`
|
||
13 years ago
|
|
||
|
|
||
11 years ago
|
Deinstallation
|
||
|
--------------
|
||
13 years ago
|
|
||
11 years ago
|
Remove the line
|
||
13 years ago
|
|
||
9 years ago
|
`gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "stable/5"`
|
||
13 years ago
|
|
||
11 years ago
|
from the file `Gemfile.plugins` and run:
|
||
13 years ago
|
|
||
11 years ago
|
`bundle install`
|
||
13 years ago
|
|
||
11 years ago
|
Please not that this leaves plugin data in the database. Currently, we do not
|
||
|
support full uninstall of the plugin.
|
||
13 years ago
|
|
||
|
|
||
11 years ago
|
Bug Reporting
|
||
|
-------------
|
||
|
|
||
|
If you find any bugs, you can create a bug ticket at
|
||
|
|
||
7 years ago
|
https://community.openproject.com/projects/plugin-backlogs/work_packages/new?type=1
|
||
11 years ago
|
|
||
|
Development
|
||
|
-----------
|
||
|
|
||
|
To contribute, you can create pull request on the official repository at
|
||
|
`https://github.com/finnlabs/openproject-backlogs`
|
||
|
|
||
|
|
||
|
Credits
|
||
|
-------
|
||
13 years ago
|
|
||
11 years ago
|
We thank the original maintainers and developers of [Redmine
|
||
|
Backlogs](http://www.redminebacklogs.net/) as well as
|
||
|
[Chiliproject Backlogs](https://github.com/finnlabs/chiliproject_backlogs) for
|
||
11 years ago
|
their immense work on this plugin. OpenProject Backlogs would not have been
|
||
|
possible without their original contribution. Those contributors are:
|
||
|
|
||
|
* Marnen Laibow-Koser
|
||
|
* Sandro Munda
|
||
10 years ago
|
* Emiliano Heyns (friflaj)
|
||
11 years ago
|
* Maxime Guilbot
|
||
|
* Andrew Vit
|
||
|
* Joakim Kolsjö
|
||
|
* ibussieres
|
||
|
* Daniel Passos
|
||
|
* Jason Vasquez
|
||
|
* jpic
|
||
|
* Mark Maglana
|
||
|
* Joe Heck
|
||
|
* Nate Lowrie
|
||
13 years ago
|
|
||
|
Additionally, we would like to thank
|
||
|
|
||
|
* Deutsche Telekom AG (opensource@telekom.de) for project sponsorhip
|
||
|
|
||
11 years ago
|
Licence
|
||
|
-------
|
||
13 years ago
|
|
||
9 years ago
|
Copyright (C)2013-2015 the OpenProject Foundation (OPF)<br />
|
||
11 years ago
|
Copyright (C)2011 Marnen Laibow-Koser, Sandro Munda<br />
|
||
10 years ago
|
Copyright (C)2010-2011 Emiliano Heyns (friflaj)<br />
|
||
|
Copyright (C)2010 Maxime Guilbot, Andrew Vit, Joakim Kolsjö, ibussieres, Daniel Passos, Jason Vasquez, jpic<br />
|
||
11 years ago
|
Copyright (C)2009-2010 Mark Maglana<br />
|
||
11 years ago
|
Copyright (C)2009 Joe Heck, Nate Lowrie
|
||
13 years ago
|
|
||
11 years ago
|
This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.
|