Skip to content
Snippets Groups Projects
  1. Sep 26, 2010
  2. Sep 10, 2010
    • Eric Davis's avatar
      Fixed the zoom, previous, and next links on the Gantt chart. · 5e1c2952
      Eric Davis authored
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4074 e93f8b46-1217-0410-a6f0-8f06a7374b81
      5e1c2952
    • 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
  3. Aug 26, 2010
  4. May 26, 2010
  5. Apr 28, 2010
  6. Mar 13, 2010
    • 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
  7. Feb 10, 2010
  8. Nov 14, 2009
  9. Sep 20, 2009
  10. Jan 29, 2009
  11. Sep 11, 2008
  12. Sep 10, 2008
  13. Jul 09, 2008
  14. May 25, 2008
  15. Apr 30, 2008
  16. Apr 27, 2008
  17. Mar 05, 2008
  18. Feb 28, 2008
  19. Feb 16, 2008
  20. Jan 02, 2008
  21. Dec 07, 2007
  22. Dec 03, 2007
  23. Oct 11, 2007
  24. Oct 03, 2007
  25. Oct 01, 2007
  26. Sep 22, 2007
  27. Aug 26, 2007
  28. May 27, 2007
    • Jean-Philippe Lang's avatar
      Added the ability to archive projects: · 413247ee
      Jean-Philippe Lang authored
      * Only administrators can archive/unarchive projects.
      * Once archived, the project is visible on the admin project listing only. It doesn't show up anywhere else in the app. Subprojects are also archived.
      * Archive/unarchive preserve everything on the project (issues, members, ...).
      * A subproject can not be unarchived if its parent project is archived.
      
      git-svn-id: http://redmine.rubyforge.org/svn/trunk@549 e93f8b46-1217-0410-a6f0-8f06a7374b81
      413247ee
  29. May 07, 2007
  30. May 06, 2007
  31. May 02, 2007
  32. May 01, 2007
  33. Apr 27, 2007
  34. Apr 07, 2007
  35. Apr 02, 2007