##// 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 / functional
account_controller_test.rb Loading ...
activities_controller_test.rb Loading ...
admin_controller_test.rb Loading ...
application_controller_test.rb Loading ...
attachments_controller_test.rb Loading ...
auth_sources_controller_test.rb Loading ...
auto_completes_controller_test.rb Loading ...
boards_controller_test.rb Loading ...
calendars_controller_test.rb Loading ...
context_menus_controller_test.rb Loading ...
custom_fields_controller_test.rb Loading ...
documents_controller_test.rb Loading ...
enumerations_controller_test.rb Loading ...
files_controller_test.rb Loading ...
gantts_controller_test.rb Loading ...
groups_controller_test.rb Loading ...
issue_categories_controller_test.rb Loading ...
issue_moves_controller_test.rb Loading ...
issue_relations_controller_test.rb Loading ...
issue_statuses_controller_test.rb Loading ...
issues_controller_test.rb Loading ...
issues_controller_transaction_test.rb Loading ...
journals_controller_test.rb Loading ...
ldap_auth_sources_controller.rb Loading ...
mail_handler_controller_test.rb Loading ...
members_controller_test.rb Loading ...
messages_controller_test.rb Loading ...
my_controller_test.rb Loading ...
news_controller_test.rb Loading ...
previews_controller_test.rb Loading ...
project_enumerations_controller_test.rb Loading ...
projects_controller_test.rb Loading ...
queries_controller_test.rb Loading ...
reports_controller_test.rb Loading ...
repositories_bazaar_controller_test.rb Loading ...
repositories_controller_test.rb Loading ...
repositories_cvs_controller_test.rb Loading ...
repositories_darcs_controller_test.rb Loading ...
repositories_git_controller_test.rb Loading ...
repositories_mercurial_controller_test.rb Loading ...
repositories_subversion_controller_test.rb Loading ...
roles_controller_test.rb Loading ...
search_controller_test.rb Loading ...
settings_controller_test.rb Loading ...
sys_controller_test.rb Loading ...
timelog_controller_test.rb Loading ...
trackers_controller_test.rb Loading ...
users_controller_test.rb Loading ...
versions_controller_test.rb Loading ...
watchers_controller_test.rb Loading ...
welcome_controller_test.rb Loading ...
wiki_controller_test.rb Loading ...
wikis_controller_test.rb Loading ...
workflows_controller_test.rb Loading ...