Redmine/lib
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including:
* priority, start/due dates, progress, estimate, spent time roll-up to parent issues
* descendant issues tree displayed on the issue view with context menu support
* issue tree display on the gantt chart
* issue tree copy on project copy
* unlimited nesting

Defining subtasks requires the new permission 'Manage subtasks'.
Subtasks can not belong to a different project than the parent task.

Implementation is based on scoped nested sets for fast reads and updates.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3573 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-03-13 14:56:49 +00:00
..
SVG Fixes SVG lib for ruby1.9. 2009-11-07 10:40:54 +00:00
generators Fixed: Plugin generators should display help if no parameter is given (#4609). 2010-02-28 12:15:47 +00:00
redmine Adds subtasking (#443) including: 2010-03-13 14:56:49 +00:00
tasks Fixed: Trac importer creates duplicate wiki records (#4743). 2010-02-28 16:51:36 +00:00
ar_condition.rb Activity enhancements: 2008-03-11 19:33:38 +00:00
diff.rb Added branch and tag support to the git repository viewer. (#1406) 2009-08-15 22:41:40 +00:00
faster_csv.rb Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 2009-11-04 13:22:26 +00:00
redcloth3.rb Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416). 2010-03-12 15:12:23 +00:00
redmine.rb Adds subtasking (#443) including: 2010-03-13 14:56:49 +00:00
tabular_form_builder.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00