• Eric Davis's avatar
    Rewrite the Gantt chart. #6276 · bdb3937e
    Eric Davis authored
    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
    bdb3937e
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...
calendars_helper.rb Loading commit data...
custom_fields_helper.rb Loading commit data...
documents_helper.rb Loading commit data...
enumerations_helper.rb Loading commit data...
gantt_helper.rb Loading commit data...
groups_helper.rb Loading commit data...
issue_categories_helper.rb Loading commit data...
issue_moves_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...