• Jean-Philippe Lang's avatar
    Adds subtasking (#443) including: · 8e3d1b69
    Jean-Philippe Lang authored
    * 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
    8e3d1b69
Name
Last commit
Last update
..
account_helper.rb Loading commit data...
admin_helper.rb Loading commit data...
application_helper.rb Loading commit data...
attachments_helper.rb Loading commit data...
auth_sources_helper.rb Loading commit data...
boards_helper.rb Loading commit data...
custom_fields_helper.rb Loading commit data...
documents_helper.rb Loading commit data...
enumerations_helper.rb Loading commit data...
groups_helper.rb Loading commit data...
issue_categories_helper.rb Loading commit data...
issue_relations_helper.rb Loading commit data...
issue_statuses_helper.rb Loading commit data...
issues_helper.rb Loading commit data...
journals_helper.rb Loading commit data...
mail_handler_helper.rb Loading commit data...
members_helper.rb Loading commit data...
messages_helper.rb Loading commit data...
my_helper.rb Loading commit data...
news_helper.rb Loading commit data...
projects_helper.rb Loading commit data...
queries_helper.rb Loading commit data...
reports_helper.rb Loading commit data...
repositories_helper.rb Loading commit data...
roles_helper.rb Loading commit data...
search_helper.rb Loading commit data...
settings_helper.rb Loading commit data...
sort_helper.rb Loading commit data...
timelog_helper.rb Loading commit data...
trackers_helper.rb Loading commit data...
users_helper.rb Loading commit data...
versions_helper.rb Loading commit data...
watchers_helper.rb Loading commit data...
welcome_helper.rb Loading commit data...
wiki_helper.rb Loading commit data...
workflows_helper.rb Loading commit data...