##// END OF EJS Templates
Rewrite the Gantt chart. #6276...
Rewrite the Gantt chart. #6276 This version of the Gantt chart supports nested charts. So Projects, Versions, and Issues will be nested underneath their parents correctly. Additional features: * Move all Gantt code to Redmine::Helpers::Gantt class instead of having it in the Gantt class, controller, and view * Recursive and nest sub-projects * Recursive and nest versions * Recursive and nest issues * Draw a line showing when a Project is active and it's progress * Draw a line showing when a Version is active and it's progress * Show a version's % complete * Change the color of Projects, Versions, and Issues if they are late or behind schedule * Added Project#start_date and #due_date * Added Project#completed_percent * Use a mini-gravatar on the Gantt chart * Added tests for the Gantt rendering git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4072 e93f8b46-1217-0410-a6f0-8f06a7374b81
Eric Davis -
r3958:bdb3937e0f4c
Show More
Name Size Modified Last Commit Author
/ test / unit
helpers
lib
activity_test.rb Loading ...
attachment_test.rb Loading ...
auth_source_ldap_test.rb Loading ...
board_test.rb Loading ...
calendar_test.rb Loading ...
changeset_test.rb Loading ...
comment_test.rb Loading ...
custom_field_test.rb Loading ...
custom_value_test.rb Loading ...
default_data_test.rb Loading ...
document_category_test.rb Loading ...
document_test.rb Loading ...
enabled_module_test.rb Loading ...
enumeration_test.rb Loading ...
group_test.rb Loading ...
issue_category_test.rb Loading ...
issue_nested_set_test.rb Loading ...
issue_priority_test.rb Loading ...
issue_relation_test.rb Loading ...
issue_status_test.rb Loading ...
issue_test.rb Loading ...
journal_test.rb Loading ...
mail_handler_test.rb Loading ...
mailer_test.rb Loading ...
member_test.rb Loading ...
message_test.rb Loading ...
news_test.rb Loading ...
principal_test.rb Loading ...
project_nested_set_test.rb Loading ...
project_test.rb Loading ...
query_test.rb Loading ...
repository_bazaar_test.rb Loading ...
repository_cvs_test.rb Loading ...
repository_darcs_test.rb Loading ...
repository_filesystem_test.rb Loading ...
repository_git_test.rb Loading ...
repository_mercurial_test.rb Loading ...
repository_subversion_test.rb Loading ...
repository_test.rb Loading ...
role_test.rb Loading ...
search_test.rb Loading ...
setting_test.rb Loading ...
testing_test.rb Loading ...
time_entry_activity_test.rb Loading ...
time_entry_test.rb Loading ...
token_test.rb Loading ...
tracker_test.rb Loading ...
user_preference_test.rb Loading ...
user_test.rb Loading ...
version_test.rb Loading ...
watcher_test.rb Loading ...
wiki_content_test.rb Loading ...
wiki_page_test.rb Loading ...
wiki_redirect_test.rb Loading ...
wiki_test.rb Loading ...