• 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
..
activity Loading commit data...
core_ext Loading commit data...
default_data Loading commit data...
export Loading commit data...
helpers Loading commit data...
scm Loading commit data...
views Loading commit data...
wiki_formatting Loading commit data...
about.rb Loading commit data...
access_control.rb Loading commit data...
access_keys.rb Loading commit data...
activity.rb Loading commit data...
core_ext.rb Loading commit data...
custom_field_format.rb Loading commit data...
hook.rb Loading commit data...
i18n.rb Loading commit data...
imap.rb Loading commit data...
info.rb Loading commit data...
menu_manager.rb Loading commit data...
mime_type.rb Loading commit data...
platform.rb Loading commit data...
plugin.rb Loading commit data...
pop3.rb Loading commit data...
search.rb Loading commit data...
syntax_highlighting.rb Loading commit data...
themes.rb Loading commit data...
unified_diff.rb Loading commit data...
utils.rb Loading commit data...
version.rb Loading commit data...
wiki_formatting.rb Loading commit data...