dalyons / redmine-todos-scrum-plugin

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.
142 stars 41 forks source link

= nested todo/scrum-ish plugin for redmine

A nested, easy to use project based todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that can be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.

Currently has translations for Russian, Chinese, Spanish, Italian, French, German, Korean, Japanese, Polish, Brazilian Portugese and English, thanks to contributions from others.

Please check the issues page(thanks Mischa!) for current known bugs.

= News

= Requirements

== Release 0.0.4.x

== Release 0.0.3.9

== Release 0.0.3.8

== Release 0.0.3.7

== Release 0.0.3.6

== Release 0.0.3.5

== Release 0.0.3.4

== Release 0.0.3.3

== Release 0.0.3.2

== Release 0.0.3.1

== Release 0.0.3

== Release 0.0.2.1 Minor bugfixes:

== Release 0.0.2

== Release 0.0.1

== Todo

== Installation

  1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
  2. Cd to your redmine vendor/plugins dir.
  3. Git-clone the plugin from this repo into a folder in there (git clone git://github.com/dalyons/redmine-todos-scrum-plugin.git redmine_todos_plugin)
  4. Run the plugin migrations +rake db:migrate_plugins+
  5. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
  6. Login to your Redmine install as an Administrator
  7. Setup the permissions for the todos module for your roles
  8. Enable the module on a per-project basis as needed.

NOTE: the plugin directory has to be "redmine_todos_plugin", because Engines loads plugin stylesheets by path, not plugin name, which is a little lame.